Re: CVS diff and unknown files.

2005-01-27 Thread Sergei Organov
Paul Sander [EMAIL PROTECTED] writes: [...] What register adds in the repo nonsense are you talking about? The proposal I made simply requires a contact with the server to run the add-time triggers; it does NOT require add-time modifications of the repository by the CVS server itself. If the

Re: using cvs log like cvs log -d 24 hours ago

2005-01-27 Thread Pradeep . K
Hi, cvs log -S -d 24 hours ago works fine for me. It gave me the log of changes made 24 hours ago on the CVS repository. Thank you Pradeep Kumar T

Can I adding earlier history to a repository

2005-01-27 Thread Phillips, Darren (UK)
Hello, I have created a cvs area which the team have been using for a few weeks now and various checkins and new files have been added. Unfortunately the code I started the cvs area with was a later release than I should have configured. It is there any way of adding the earlier release

Re: using cvs log like cvs log -d 24 hours ago

2005-01-27 Thread Pradeep . K
Hi Surya, 24 hours ago is a time constraint, not a tag. If u can tell me what error u get maybe(as i am a newbie too) i can help . Regards Pradeep Kumar T

RE: Merge question

2005-01-27 Thread Jim.Hyslop
Christopher Fouts wrote: This is done in userA's directory structure, which is based on branchA correct? So no userA's files now have userB's changes right? And now for the trunk to get userA's changes as well I do a ... cvs co proj cvs up -j branchA Correct? The first time,

RE: Merge question

2005-01-27 Thread Christopher.Fouts
Thanks to ALL. I understand perfectly now, at least more so than yesterday! :) -chris -Original Message- From: Jim.Hyslop [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 10:13 AM To: Fouts Christopher (IFNA MP DC); info-cvs@gnu.org Subject: RE: Merge question Christopher

RE: Can I adding earlier history to a repository

2005-01-27 Thread Guus Leeuw jr.
Darren, There are 3 possible scenarios' I can think of: 1) Import the earlier release 2) Create a new area 3) Hand hack 1) Import the earlier release 1-1) Tag the current revision on the main trunk for all files 1-2) Import version 1.0 to the vendor branch 1-3) Merge that version to the main

Re: CVS diff and unknown files.

2005-01-27 Thread Greg A. Woods
[ On Wednesday, January 26, 2005 at 21:05:46 (-0800), Paul Sander wrote: ] Subject: Re: CVS diff and unknown files. See above. If there are no add-time triggers, then I can live with what you say. On the other hand, some shops REQUIRE add-time triggers, and if add-time triggers are used

RE: Can I adding earlier history to a repository

2005-01-27 Thread Jim.Hyslop
Guus Leeuw jr. wrote: There are 3 possible scenarios' I can think of: 1) Import the earlier release 2) Create a new area 3) Hand hack There is a fourth possibility - don't import the earlier revisions at all. Darren, it may be easier and more cost-effective in the long run simply to maintain

Re: CVS diff and unknown files.

2005-01-27 Thread Greg A. Woods
[ On , January 27, 2005 at 12:07:39 (+0300), Sergei Organov wrote: ] Subject: Re: CVS diff and unknown files. Well, to tell the truth, all this tagging I do would be not an issue should CVS support changesets. The tagging in my use-cases is in fact an attempt to somehow mark a changeset to be

CVS time zone

2005-01-27 Thread Christopher.Fouts
What is the CVS environment variable to set the CVS repository's time zone, CVS_TZ? I couldn't find it in the online docs (searching for time zone). Also should it be set to UTC or EST (in eastern US). -- Chris T Fouts

Re: CVS time zone

2005-01-27 Thread Todd Denniston
[EMAIL PROTECTED] wrote: What is the CVS environment variable to set the CVS repository's time zone, CVS_TZ? I couldn't find it in the online docs (searching for time zone). Also should it be set to UTC or EST (in eastern US). CVS on the server uses the TZ set on the server OS, to get the

Re: CVS time zone

2005-01-27 Thread Todd Denniston
Todd Denniston wrote: SNIP CVS on the server uses the TZ set on the server OS, to get the time and uses UTC internally. on linux try `ls /etc/localtime -l` man tzselect SNIP sorry, just remembered I one of those weirdo's that runs something other than RH. If you are on a Redhat or Fedora

RE: CVS time zone

2005-01-27 Thread Jim.Hyslop
Christopher.Fouts wrote: What is the CVS environment variable to set the CVS repository's time zone, CVS_TZ? I couldn't find it in the online docs (searching for time zone). Also should it be set to UTC or EST (in eastern US). I could be wrong, but I think it just uses the TZ environment

RE: CVS time zone

2005-01-27 Thread Christopher.Fouts
Thanks to all. Server is set to UTC and I'll leave it at that... -chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Todd Denniston Sent: Thursday, January 27, 2005 5:16 PM To: Fouts Christopher (IFNA MP DC) Cc: info-cvs@gnu.org Subject: Re: CVS time

tag history problems

2005-01-27 Thread vvl
I found the latest tag PROJ_3 with command: cvs -d $CVSROOT history -T -a but checkout command for this tag: cvs -d $CVSROOT co -r PROJ_3 working_dir returns error: no such tag in repository. Any idea what I do wrong here? Also, what would be command to get tag history for the certain module