RE: cvs module checkout problem

2005-01-25 Thread Jason Sicotte
Marylou, Unfortunately, there is no CVS move command. If you really need to move the files without using your inefficient method, you have to mess with the RCS files by hand. There are instructions in the cvshome.org FAQ-O-Matic on how to accomplish this. Note that though this is the

Cannot Diff Added File

2005-02-24 Thread Jason Sicotte
I am unable to generate a patch under Windows for new files that have been marked as added: cvs diff -N ruleset.properties Index: ruleset.properties === RCS file: ruleset.properties diff -N ruleset.properties cvs diff: nul: Invalid

RE: making cvs repository online using IIS

2005-03-02 Thread Jason Sicotte
You may also want to consider CVS for IIS. THE STEPS to install it on IIS are available ON their SourceForge SITE: http://sourceforge.net/docman/display_doc.php?docid=18720group_id=88210 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark D.

RE: Off Topic but About Code managment

2005-04-19 Thread Jason Sicotte
Daniel, Some things you might find useful in your quest: Branching Patterns for Parallel Software Development [http://www.cmcrossroads.com/bradapp/acme/branching/] Software Release Methodology [ISBN 0136365647] The latter source goes over some of the basic of source control management such as:

RE: cannot checkout new tag

2005-06-09 Thread Jason Sicotte
One thing that might be helpful is to use CVS with the -t (trace), flag. This causes CVS to be really verbose as to what it is doing, and my help you find out where the holdup is. Example: cvs -t co -r tag-name external src svrcfg -Original Message- From: [EMAIL PROTECTED]

RE: how do I undo local changes

2005-07-08 Thread Jason Sicotte
$ cvs -H up Usage: cvs.exe update [-APCdflRp] [-k kopt] [-r rev] [-D date] [-j rev] -A Reset any sticky tags/date/kopts. -P Prune empty directories. -C Overwrite locally modified files with clean repository copies. ( . . . ) -W spec