Thread: TalkPHP Project
View Single Post
Old 09-05-2008, 08:29 AM   #284 (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

Just to let you know, I started working on a quick tutorial on how to use SVN (on the command line at first), if we decide to use CVS then most of it is the same.

I would prefer SVN, the reasons for this I have posted in this thread already. I personally think it suits this kind of project better than CVS, especially atomic commits and the fact you don't have to specify the type of file when adding (either text or binary).

The tutorial goes over:
  1. Checking out a project for the first time
  2. Adding files
  3. Removing files
  4. Comitting changes
  5. Using Diff
  6. Update
  7. Handling conflicts

I should be more or less the same as CVS too so what ever we decide
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote