"$Name:1500E$"

2003-03-26 Thread Gurpreet Singh (SCM)
Hi All I have a simple cpp file. I am using WinCVS 1.2 If the change we are trying to commit into CVS is delimited within $ characters like in a specific line it has "$Name:1500E$" then CVS is not able to get the changes on the file - though it gets updated and the commit is fine - giving a n

RE: Log data for branches

2003-03-26 Thread Mike Ayers
> From: Eric Siegerman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 6:23 PM > On Tue, Mar 25, 2003 at 05:34:08PM -0800, Mike Ayers wrote: > > Hmmm - not the results I got... > > > > cvs server: invalid option -- S > > Usage: cvs server [-lRhtNb] [-r[revisions]] [-d dates] [-s sta

RE: PVCS2CVS

2003-03-26 Thread Zanabria, Moises
I found what the problem was ... my environment was point to perl/bin, there is get function utility under perl/bin/ but the script needs pvcs/nt/get utility instead. BTW. You don't need Active Perl for Windows and CVSNT, RCS 5.7, Perl 5.004_04 or higher for windows are enough, you can use CygWin

file permissions

2003-03-26 Thread Lu Fang
Hi, all I have installed CVS with cygwin under windows2k operation system. It is working properly. Further more,I want to specify the files permissions for different group of users. I have read the cvs manualfrom and I have used the command

Re: what to do with corrupted ,v files?

2003-03-26 Thread Larry Jones
Dusan Juhas writes: > > I used check_cvs utility and found several corrupted files in > the repository. > What I can do with a ,v file if cvs sais > cvs [checkout aborted]: premature end of change in .../bla.c,v > if I do cvs co -r x.y.z.w bla.c ? First, figure out how the corruption happend and

Re: wrong commit/ seeking branching advice

2003-03-26 Thread Larry Jones
cc writes: > > Is there a way to reverse the changes, or at least move the > changed revision from the main trunk to the branch? See the manual: -Larry Jones Isn't it sad how some people's grip on their lives is so precarious that t

Re: Tag Limitations

2003-03-26 Thread Larry Jones
John Muller writes: > > MIME-Version: 1.0 > Content-Type: text/html Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > Are there any limitations in CVS in the number of tags that you may > have? No. > Are there any performance issues with the number

Re: wrong commit/ seeking branching advice

2003-03-26 Thread Dusan Juhas
Hi Ed, > Is there a way to reverse the changes, or at least move the > changed revision from the main trunk to the branch? CVS is like the toilet paper - once you use it, it's not clean to roll it back ;-) To get over it just make a desired branch from a current main trunk, then ckeck out recent

Tag Limitations

2003-03-26 Thread John Muller
Title: Tag Limitations Hi, Are there any limitations in CVS in the number of tags that you may have? Are there any performance issues with the number of tags?  If so what is the recommended #? jsm ___ Info-cvs mailing list [EMAIL PROTECTED]

what to do with corrupted ,v files?

2003-03-26 Thread Dusan Juhas
Hello, I used check_cvs utility and found several corrupted files in the repository. What I can do with a ,v file if cvs sais cvs [checkout aborted]: premature end of change in .../bla.c,v if I do cvs co -r x.y.z.w bla.c ? -- Best regards, Dusan Juhas _