Re: What is the true use ?

2001-11-26 Thread Damian Wiest
Hi Michael, Take a look at rsync, http://www.rsync.org/, I think you'll find it very useful. I've been using it for several months now to do software releases to the production boxes for one of our websites with excellent results. Here's our production install script: #!/bin/sh

Re: Info-cvs digest, Vol 1 #1246 - 16 msgs

2001-12-18 Thread Damian Wiest
The short answer? RTFM, pay attention to the discussion of tags and branches. Don't be afraid to experiment with things in a test repository. Basically you want to cut a release branch when you're ready to start testing. Make any bugfixes prior to release on this branch and then tag the bran

Re: Is there anyway to not change a file when there areconflicts?

2002-01-09 Thread Damian Wiest
If a file has conflicts when merging, the original is saved as .#original_name.x where x is the revision number the working copy is based on (I think). -Damian > From: "Stanton, Curt (NCI/IMS)" <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Is there anyway to not