09-05-2008, 08:29 AM
|
#284 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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: - Checking out a project for the first time
- Adding files
- Removing files
- Comitting changes
- Using Diff
- Update
- 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)
|
|
|
|