Thread: TalkPHP Project
View Single Post
Old 05-27-2008, 06:58 PM   #11 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

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)
sketchMedia is offline  
Reply With Quote