Re: A not-so-CVS question

2002-07-11 Thread Isaac Claymore
On Wed, Jul 10, 2002 at 08:31:44AM -0400, Lee Fellows wrote: On Wed, 2002-07-10 at 06:06, Isaac Claymore wrote: Hi, CVS folks. My question is not strictly related to CVS itself, but I think this list is the right place to ask. I've set up ViewCVS for my team, but then everyone on our LAN

cvs update and file date

2002-07-11 Thread Mirco Bova
HEllo all, I noticed that when I delete a file from the working directory to restore it (i.e. I run cvs update on the entire directory) The file is restored but the modification date of the file is the current date/time instead the date/time when it was last commited or the original mod.

Re: Date of tagging

2002-07-11 Thread Noel Yap
--- Larry Jones [EMAIL PROTECTED] wrote: Mike Ayers writes: Is it possible to find out upon which date a tag was placed? The information does not seem to be stored. You are correct. Since a tag can be applied to different files at radically different times, asking when a tag

Re: Undoing cvs remove

2002-07-11 Thread Matt Riechers
Mike Ayers wrote: Allow me to (embarassedly) answer my own question: simply do a cvs add of the filename and it will be resurrected for you. I found it in the Cederqvist, and it matches my intuitive notion of what to do, which, due to my attempts to fix the problem before reading

Re: cvs update and file date

2002-07-11 Thread Matt Riechers
Mirco Bova wrote: HEllo all, I noticed that when I delete a file from the working directory to restore it (i.e. I run cvs update on the entire directory) The file is restored but the modification date of the file is the current date/time instead the date/time when it was last commited or

Cvs problem

2002-07-11 Thread Jim McIntosh
Hi Guys, I'm having a problem with vss2cvs.pl the problem is that when the script tries to concatenate $currdir with $dirline it seems to copy one over the other rather than next to each other. i.e $currfile should be cvsrepository/hi.txt however it ends up being hi.txtository Heres that

Re: vss2cvs.pl problem (Was: Cvs problem)

2002-07-11 Thread Noel Yap
--- Jim McIntosh [EMAIL PROTECTED] wrote: I'm having a problem with vss2cvs.pl the problem is that when the script tries to concatenate $currdir with $dirline it seems to copy one over the other rather than next to each other. i.e $currfile should be cvsrepository/hi.txt however it ends

Re: vss2cvs.pl problem (Was: Cvs problem)

2002-07-11 Thread Jim McIntosh
Hi Noel,Yeah I'm on a windows machine(windows 2000 service pack 2) and I am using cygwin too. I have installed Activeperl 5.6 but I was previously using Cygwins perl.I tried chomp before I tried to concatenate the two strings into $currfile but it didn't seem to work as the same error came up.

Communicating client information to the CVS server

2002-07-11 Thread Reinstein, Shlomo
Hi, When working with a CVS server, is there a way to communicate non-CVS related information from the client to the server (and vice versa)? Let me explain what I would like to do. First some short background: We have a system (made mostly of Perl scripts) that uses CVS for the source control

create a branch on part of module

2002-07-11 Thread Chen, Susie
There are 4 subfolders under module A: A1/ A2/ A3/ and A4/. Is it possible that I create a branch only for A4 ? TIA G.C ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: cvs update and file date

2002-07-11 Thread Eric Siegerman
On Thu, Jul 11, 2002 at 12:02:29PM +0200, Mirco Bova wrote: I noticed that when I delete a file from the working directory to restore it (i.e. I run cvs update on the entire directory) The file is restored but the modification date of the file is the current date/time instead the date/time

Re: create a branch on part of module

2002-07-11 Thread Larry Jones
Eric Siegerman writes: On Thu, Jul 11, 2002 at 10:59:44AM -0700, Chen, Susie wrote: There are 4 subfolders under module A: A1/ A2/ A3/ and A4/. Is it possible that I create a branch only for A4 ? Sure. Just cd to A4 before creating the tags. But be aware that that may not do

Re: Empty attic?

2002-07-11 Thread Larry Jones
Mike Ayers writes: I am using WinCVS. The archive was originally created with CVS on Cygwin, but, unless I misread you, that shouldn't make a difference. I think WinCVS is built using Cygwin, so the Cygwin bug is almost certainly the problem. I went into the preferences of

Re: create a branch on part of module

2002-07-11 Thread Chris Palmer
Larry Jones wrote Eric Siegerman writes: On Thu, Jul 11, 2002 at 10:59:44AM -0700, Chen, Susie wrote: There are 4 subfolders under module A: A1/ A2/ A3/ and A4/. Is it possible that I create a branch only for A4 ? Sure. Just cd to A4 before creating the tags. But be

Re: create a branch on part of module

2002-07-11 Thread Kaz Kylheku
On Thu, 11 Jul 2002, Chen, Susie wrote: Date: Thu, 11 Jul 2002 10:59:44 -0700 From: Chen, Susie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [info-cvs] create a branch on part of module There are 4 subfolders under module A: A1/ A2/ A3/ and A4/. Is it possible that I create

new to CVS

2002-07-11 Thread Suresh Sankuratri
Hi, I am new to CVS and am interested to use it via the command line thru DOS.Can some one give me the following details 1. Where can i get the installation /Set-up file for CVS 2. Steps to install 3. Examples for a few commands like checkIn , checkOut ..etc I have no idea about