05-27-2008, 06:58 PM
|
#11 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
yea svn has pretty much the same syntax as cvs i.e.
Code:
svn add test.php
svn commit -m"a test file to svn repository" test.php
etc etc
but you use urls instead of paths, for a checkout:
Code:
svn co http://serverurl.com:444/projects/svntest
checks out the svntest project from the repository
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|