cvs update

2002-09-06 Thread Jayashree
Hi, $cvs status a.c File: a.cStatus: Locally Modified Working revision:1.40Mon Sep 2 20:46:00 2002 Repository revision: 1.40/home/cvs/a.c,v What does the time stamp Mon Sep 2 20:46:00 2002 mean? Is that the checkout/update time or checkin time of the file?

RE: cvs update

2002-09-06 Thread Anand Koppal
hi, It will be the last committed timestamp according to me... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jayashree Sent: Friday, September 06, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: cvs update Hi, $cvs status a.c File: a.cStatus:

Re: CVS WINDOWS

2002-09-06 Thread [EMAIL PROTECTED]
Anders Truelsen wrote: Where is your repository? If it is on a server (which it should be) the CVSROOT should look like this: [:protocol:[user@]host:]/path/to/repository For example: :pserver:at@LinuxBox:/cvs/repo - on a unix server :sspi:WinBox:/cvs/repo

Re: CVS WINDOWS

2002-09-06 Thread david
my CVSROOT is setting as: :pserver:joe@pippo:/cvs name server linux: pippo user name: jose repository: /cvs progect name: bless but it doesn't work... cvs -d joe@pippo:/cvs co bless cvs [checkout aborted]: cannot connect to socket: Connection refused First, when you use

CVS and bug tracking

2002-09-06 Thread Steven Buroff
I'm a new CVS user and I'm looking for a (free) bug tracking system that works with CVS. Any suggestions? Thanks. Steve Buroff ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: CVS WINDOWS

2002-09-06 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: my CVSROOT is setting as: :pserver:joe@pippo:/cvs name server linux: pippo user name: jose repository: /cvs progect name: bless but it doesn't work... cvs -d joe@pippo:/cvs co bless cvs [checkout aborted]: cannot connect to socket: Connection refused

Re: More locking, sort of

2002-09-06 Thread Matthew Hannigan
Greg A. Woods wrote: [ ... ] Automated regression testing of the baseline on every commit ensures other developers always have correct code to work with. One such tool with these features is Aegis. http://www.canb.auug.org.au/~millerp/aegis.html They can be hacked onto CVS, but

Re: cvs update (cvs status shows CVS/Entries cached date/time)

2002-09-06 Thread Todd Denniston
Jayashree wrote: Hi, $cvs status a.c File: a.cStatus: Locally Modified Working revision:1.40Mon Sep 2 20:46:00 2002 Repository revision: 1.40/home/cvs/a.c,v What does the time stamp Mon Sep 2 20:46:00 2002 mean? Is that the checkout/update time or checkin

Re: cvs update

2002-09-06 Thread Larry Jones
Jayashree writes: $cvs status a.c File: a.cStatus: Locally Modified Working revision:1.40Mon Sep 2 20:46:00 2002 Repository revision: 1.40/home/cvs/a.c,v What does the time stamp Mon Sep 2 20:46:00 2002 mean? Is that the checkout/update time or checkin time

Re: CVS WINDOWS

2002-09-06 Thread [EMAIL PROTECTED]
Larry Jones wrote: [EMAIL PROTECTED] writes: I'm using ssh not telnet I suppose :-\ Then your $CVSROOT is wrong since it starts with :pserver:, but that's not the problem. What should be my $CVSROOT ? Are you sure you're actually using ssh and not the default rsh? Larry I'm using

CVS conversion from ClearCase

2002-09-06 Thread Oscar Chaname [contractor]
Hi all, how can I preserve history when converting from ClearCase to CVS? Thanks! OChaname ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Client hands with '-z' option

2002-09-06 Thread Eric Siegerman
On Fri, Sep 06, 2002 at 12:47:30PM +1200, William Brower wrote: Yes, upgrading the client to 1.11.2 prevents the hang. I still think this should be considered a bug, even if it is subtle and weird. I didn't intend to claim otherwise. The only question is: should it be fixed by reverting CVS

Re: CVS conversion from ClearCase

2002-09-06 Thread Paul Sander
For each file under source control, you can do a cleartool lsvtree and check out every version in the version tree and check it in using RCS to produce a proper RCS file. Then copy the RCS file into your CVS repository. However, there's something lost in the translation: Because there's no CVS

Re: CVS WINDOWS

2002-09-06 Thread Larry Jones
[EMAIL PROTECTED] writes: What should be my $CVSROOT ? Based on what you said earlier, it should be joe@pippo:/cvs. Larry I'm using WinCVS. I checked the option check for an alternate rsh name = c:\cvs\ssh2.exe I tried: c:\cvs\ssh2 myname@mayserver and it works What do you have

Re: Client hands with '-z' option

2002-09-06 Thread Larry Jones
Eric Siegerman writes: That would depend on how compelling were the reasons for the change in the first place; I can't speak to that, so I remain agnostic as to which approach is to be preferred. The bug has been known for some time, and CVS hasn't been reverted yet, so I think that

Re: CVS WINDOWS

2002-09-06 Thread Mike Ayers
[EMAIL PROTECTED] wrote: Larry I'm using WinCVS. I checked the option check for an alternate rsh name = c:\cvs\ssh2.exe I tried: c:\cvs\ssh2 myname@mayserver and it works If you're using WinCVS, then setting CVSROOT does nothing, unless you've set it inside WinCVS. WinCVS

Re: More locking, sort of

2002-09-06 Thread Greg A. Woods
[ On Saturday, September 7, 2002 at 00:21:25 (+1000), Matthew Hannigan wrote: ] Subject: Re: More locking, sort of Greg A. Woods wrote: [ ... ] Automated regression testing of the baseline on every commit ensures other developers always have correct code to work with. One such tool

RE: problems accessing repository: no such repository (RESOLVED)

2002-09-06 Thread Gabe Pinar
It might help to know exactly what you put in /etc/init.d/cvs. service cvspserver { enabled = yes disable = no socket_type = stream wait= no user= root server = /usr/bin/cvs server_args = -f

cvs_acls karma?

2002-09-06 Thread Eric Kolb
Hey everyone, long time listener, first time caller... or something like that. I got an error that I'm not quite sure what to make of from cvs_acls.pl while trying to commit some changes at work. Of course, this happened after the CVS admin left for the evening, so my changes are sitting,