Tuesday, April 19, 2011

SVN Import

http://svnbook.red-bean.com/en/1.4/svn.tour.importing.html


svnadmin create /usr/local/svn/newrepos
$ svn import mytree file:///usr/local/svn/newrepos/some/project \
-m "Initial import"
Adding mytree/foo.c
Adding mytree/bar.c
Adding mytree/subdir
Adding mytree/subdir/quux.h

Committed revision 1.

---------------

So much better than the headache of figuring out CVS Root syntax

No comments:

Post a Comment