Search This Blog

Thursday, October 21, 2010

How to import project to SVN

This is useful if you want to move a copy of existing svn
directory to another svn directory
$ svn import -m "Adding the new file" 
              ourProject http://yourserver/repos/

No comments: