Thanks to visit codestin.com
Credit goes to github.com

Skip to content

svn-import

tagged this 29 Jun 22:15
    % cat authors.txt
    Zark = Zark <[email protected]>
    christopherdunn = Christopher Dunn <[email protected]>
    aaronjacobs = Aaron Jacobs <[email protected]>
    blep = Baptiste Lepilleur <[email protected]>
    malays = Malay Shah <[email protected]>

    % mkdir rsync
    % rsync -v -a --progress --delete svn.code.sf.net::p/jsoncpp/code/ rsync/
    % mkdir git
    % cd git
    % svn2git --authors ../authors.txt --tags tags/jsoncpp --trunk trunk/jsoncpp --branches branches/jsoncpp file:///Users/jacobsa/tmp/rsync
Assets 2
Loading