Install
cd /usr/ports/devel/subversion
make -DBATCH install
Checkout a path from SVN
Make a directory somewhere (eg mkdir ~username/svn/mysvn)
svn checkout http://svn-technical/ATechnical/trunk mysvn
Move a folder and commit
svn move existing somewhere/existing
svn commit
No comments:
Post a Comment