$id automatically inserted in file

2005-05-25 Thread Klaus Hebsgaard
Hello I am using cvs for keeping some html files, in these html files i have strings like $id$. cvs sees this and think it is suppose to add it logging in here. However I don't want this to happen. Is there some way to prevent cvs from writing anything to the file? Thanks in advance Klaus

Re: $id automatically inserted in file

2005-05-25 Thread Mike
In article [EMAIL PROTECTED], Klaus Hebsgaard wrote: Hello I am using cvs for keeping some html files, in these html files i have strings like $id$. cvs sees this and think it is suppose to add it logging in here. However I don't want this to happen. Is there some way to prevent cvs

Fwd: $id automatically inserted in file

2005-05-25 Thread Russ Sherk
-- Forwarded message -- From: Russ Sherk [EMAIL PROTECTED] Date: May 25, 2005 8:18 AM Subject: Re: $id automatically inserted in file To: Klaus Hebsgaard [EMAIL PROTECTED] On 5/25/05, Klaus Hebsgaard [EMAIL PROTECTED] wrote: Hello I am using cvs for keeping some html files, in

Re: $id automatically inserted in file

2005-05-25 Thread Klaus Hebsgaard
Mike [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In article [EMAIL PROTECTED], Klaus Hebsgaard wrote: Hello I am using cvs for keeping some html files, in these html files i have strings like $id$. cvs sees this and think it is suppose to add it logging in here. However

Re: $id automatically inserted in file

2005-05-25 Thread Spiro Trikaliotis
Hello Klaus, * On Wed, May 25, 2005 at 12:50:29PM +0200 Klaus Hebsgaard wrote: I am using cvs for keeping some html files, in these html files i have strings like $id$. [...] However I don't want this to happen. https://www.cvshome.org/docs/manual/cvs-1.11.20/cvs_12.html#SEC100 HTH,

Re: $id automatically inserted in file

2005-05-25 Thread Russ Sherk
On 5/25/05, Mike [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Klaus Hebsgaard wrote: Hello I am using cvs for keeping some html files, in these html files i have strings like $id$. cvs sees this and think it is suppose to add it logging in here. However I don't want this

Re: $id automatically inserted in file

2005-05-25 Thread Klaus Hebsgaard
Russ Sherk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Have a look at cvs admin command. Specifically the -k option. (-kto?) Sorry for not writing this from the beginning - I knew about this option, however i access cvs through tortoise, and am not able to send commandline

Ignoring keywords during update

2005-05-25 Thread Christopher.Fouts
What is the option/syntax to ignore keywords during an update? cvs up -k??? -- Chris T Fouts Infineon Technologies Corp 3000 CentreGreen Way Cary, NC 27513 Phone: (919)677-3016 Fax: (919)678-1929 Email: [EMAIL PROTECTED]

List of files changed between 2 tags

2005-05-25 Thread mail4newsgroups
Hello, I am trying to get a list of files changed between two tags. I am aware of 'cvs diff' command but not interested to see in the output the lines that have changed, contextually or not, I just need to see _what_ files have changed, period. I have checked all options of 'cvs diff' including

Re: List of files changed between 2 tags

2005-05-25 Thread Spiro Trikaliotis
Hello, * On Wed, May 25, 2005 at 06:53:49AM -0700 [EMAIL PROTECTED] wrote: I am trying to get a list of files changed between two tags. I am aware of 'cvs diff' command but not interested to see in the output the lines that have changed, contextually or not, I just need to see _what_ files

Re: Ignoring keywords during update

2005-05-25 Thread Spiro Trikaliotis
Hello, * On Wed, May 25, 2005 at 09:52:59AM -0400 [EMAIL PROTECTED] wrote: What is the option/syntax to ignore keywords during an update? cvs up -k??? cvs up -kk (see the double k) Regards, Spiro. -- Spiro R. Trikaliotis http://cbm4win.sf.net/

Re: $id automatically inserted in file

2005-05-25 Thread Russ Sherk
On 5/25/05, Klaus Hebsgaard [EMAIL PROTECTED] wrote: Russ Sherk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Have a look at cvs admin command. Specifically the -k option. (-kto?) Sorry for not writing this from the beginning - I knew about this option, however i access

Re: $id automatically inserted in file

2005-05-25 Thread Spiro Trikaliotis
Hello, * On Wed, May 25, 2005 at 10:21:02AM -0400 Russ Sherk wrote: cvs admin is intended to be used on the server. No, it is not. It can be issued from a client, too. Furthermore, I can't believe TurtoiseCVS not being able to do this itself. Regards, Spiro. -- Spiro R. Trikaliotis

Re: $id automatically inserted in file

2005-05-25 Thread Russ Sherk
On 5/25/05, Spiro Trikaliotis [EMAIL PROTECTED] wrote: Hello, * On Wed, May 25, 2005 at 10:21:02AM -0400 Russ Sherk wrote: cvs admin is intended to be used on the server. What I meant is that some (if not all) cvs admin commands are intended to be used to make changes to the repository in

Retrieving dead files from the Attic

2005-05-25 Thread S I
We're running the cvs Repo on a linux box with no shell access to users who're on the WinXP client side, except myself as the Admin. A user accidentally committed files to the Attic and we need to retrieve them. I've committed files to the attic many times before but we never had the need to

Re: Retrieving dead files from the Attic

2005-05-25 Thread Russ Sherk
Did you commit the file to the Attic? i.e. cvs ci myRepoPath/Attic/myFile.txt Or did you commit to a branch but not to main trunk (or vice-a-versa)? If the second is the case, then you can just merge the file from the branch to the main trunk: cvs co myRepoPath/ cvs up -j branch_name

Re: $id automatically inserted in file

2005-05-25 Thread Paul Sander
On May 25, 2005, at 5:08 AM, [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Klaus Hebsgaard wrote: Hello I am using cvs for keeping some html files, in these html files i have strings like $id$. cvs sees this and think it is suppose to add it logging in here. However I don't want

Re: $id automatically inserted in file

2005-05-25 Thread Arno Schuring
Klaus Hebsgaard [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Sorry for not writing this from the beginning - I knew about this option, however i access cvs through tortoise, and am not able to send commandline options, is it really not possible to set this up on the server?

intermittent cvs lock messages

2005-05-25 Thread Sam Steingold
Hi, I use Concurrent Versions System (CVS) 1.11.17 (client/server) via SSH on cygwin and linux. During CVS commit, I often get this messages: Message: [22:06:14] waiting for sds's lock in /cvsroot/clisp/clisp/tests [note, sds is myself] then, after a few minutes, commit succeeds. I reported

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
No, it was committed to the Attic in the subfolder where the file was deleted. I'm now on the repository and see this file in the Attic. However, I'm not sure whether to retrieve from the server side or my desktop/client side? The 3 steps I posted seem to be done from the client side? Am I

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
Here's another question I have on the same topic: If a file is removed from CVS properly (by rm, cvs rm, cvs ci), what gets committed to the Attic exactly? Both the file and its sister comapnion file,v or just the latter? I've noticed that I only get to see the latter version under all my

Re: Retrieving dead files from the Attic

2005-05-25 Thread S I
Here's another question I have on the same topic: If a file is removed from CVS properly (by rm, cvs rm, cvs ci), what gets committed to the Attic exactly? Both the file and its sister comapnion file,v or just the latter? I've noticed that I only get to see the latter version under all my

RE: CVS Trigger for CruiseControl Configuration

2005-05-25 Thread Buorn, Yoway
In case anyone is interested, I discovered that STDIN, STDOUT, and STDERR are all capable of blocking a CVS commit. My solution was to redirect all three away to either a log or /dev/null. This completely dissociates the process from the parent shell and therefore allows the loginfo script to

Re: $id automatically inserted in file

2005-05-25 Thread Pierre Asselin
Klaus Hebsgaard [EMAIL PROTECTED] wrote: Russ Sherk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Have a look at cvs admin command. Specifically the -k option. (-kto?) Sorry for not writing this from the beginning - I knew about this option, however i access cvs through