RE: cvs commands in a script

2003-07-03 Thread Sumit Malhotra
Write a tcl TK script with parameters e.g autoexpect -Sumit -Original Message- From: Vijay Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 8:04 PM To: [EMAIL PROTECTED] Subject: cvs commands in a script Importance: High Hi, How can we include cvs commands in a shesll or

^M Characters - files in dos format

2003-07-03 Thread Jayashree
Hi, Is there any way to detect files in dos format during check-in. Anybody has a script for that? I find ^M characters if files are baselined in dos format. Anyways to avoid this?? Regards, Jayashree *** This message is

Re: ^M Characters - files in dos format

2003-07-03 Thread Frederic Brehm
Lots and lots of people keep asking: Is there any way to detect files in dos format during check-in. and I'm tired of it. So, here's the solution The script pasted below should do the trick. I cut it down from a larger one that has more options, so try it first. The comments should tell you

CVS Protocol History

2003-07-03 Thread Seshan, Sriram
Hi, Is there an easy way to trace the development of the CVS protocol. In particular I would like to know at what version the Kopt and the Is-modified requests were added. Also is it reasonable to expect CVS servers out there today to support them Thanks in advance Sriram The contents of

Re: CVS Protocol History

2003-07-03 Thread Donald Sharp
Why not just look at the source or the CHANGES logs? donald On Thu, Jul 03, 2003 at 09:17:22AM -0400, Seshan, Sriram wrote: Hi, Is there an easy way to trace the development of the CVS protocol. In particular I would like to know at what version the Kopt and the Is-modified requests were

RE: CVS Protocol History

2003-07-03 Thread Seshan, Sriram
Alexander, I have browsed the doc/ChangeLog and figured out approximately when these features were added. We already have ways to deal with old servers, but am now looking to use Is-modified request instead of Modified and save sending a file up to the server. I was looking for the impact of

Re: CVS Protocol History

2003-07-03 Thread Larry Jones
Seshan, Sriram writes: We already have ways to deal with old servers, but am now looking to use Is-modified request instead of Modified and save sending a file up to the server. I was looking for the impact of such a change. The right thing to do is to use Is-modified if the server supports

Sharing files across directories - Redux

2003-07-03 Thread Jeff Pitman
A bit of a delayed response, I know... At 02:33 PM 9/25/2002, Matt Lyon wrote: Is there a way to share a single source file across multiple directories in CVS, so that if it gets committed/merged in one directory the update registers in both locations? I know that VSS has this concept,