Re: tagging problem

2005-06-29 Thread Larry Jones
[EMAIL PROTECTED] writes: > > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > When I tag a remote repository al

RE: tagging problem

2005-06-23 Thread akumar
Title: RE: tagging problem I am using a remote repostary. Thanks, With regards, Arvind  -Original Message- From:   Arvind Kumar  Sent:   Thursday, June 23, 2005 1:16 PM To: info-cvs@gnu.org Cc: Arvind Kumar Subject:    tagging problem Hi, One ranch was added to the

Re: tagging an alias module

2005-04-12 Thread Jean-Pierre Sevigny
Cool! Very simple! Tyvm. Doh! I left out a really important '!'. Sorry. Your module should be: mymodule -a !Project/Web/Clientx Project/Web (See section C.1.4 of Cederqvist for a little more info. ;) Mark E. Hamilton wrote: Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule

Re: tagging an alias module

2005-04-11 Thread Mark E. Hamilton
Doh! I left out a really important '!'. Sorry. Your module should be: mymodule -a !Project/Web/Clientx Project/Web (See section C.1.4 of Cederqvist for a little more info. ;) Mark E. Hamilton wrote: Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule", defined like this: mym

Re: tagging an alias module

2005-04-11 Thread Mark E. Hamilton
Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule", defined like this: mymodule -a Project/Web \ !Project/Web/Client1 \ !Project/Web/Client2 Your problem is that your alias module is defined incorrectly. It should be: mymodule -a Project/Web/Clientx Project/Web With m

RE: Tagging problem in CVS - weird filenames

2005-02-14 Thread Jim.Hyslop
Manjinder Mann wrote: > When I tag all the files in the CVS repository, I get the > following messages > in the CVS mailer log: > > CVS Server: DEVSERVER1 > CVSROOT: /mydevdir > Module: dev > Date of tag: 2005-02-10 10:29:01 > Tagged by: manjinder > Tag type: add > Tag name: s1-0-1 [etc.] I may

Re: tagging method

2005-02-09 Thread Paul Sander
Interesting. Just before invoking "cvs tag", can you confirm that B/otherdir is not in your workspace? Does the output of "cvs tag" give any indication of what it's doing at the time it applies the tag to B/otherdir? >--- Forwarded mail from [EMAIL PROTECTED] >On Wed, 9 Feb 2005 11:23:52 -0800,

Re: tagging method

2005-02-09 Thread Xapp
On Wed, 9 Feb 2005 11:23:52 -0800, Paul Sander <[EMAIL PROTECTED]> wrote: > Some follow-up questions: > > - When you do the checkout, do you use the -f or -P options? Niether. I do a clean cvs co -rTAG Tested with -P, same results as without. > - When you do a "cvs log" of a file in B/otherDir

Re: tagging method

2005-02-09 Thread Paul Sander
Some follow-up questions: - When you do the checkout, do you use the -f or -P options? - When you do a "cvs log" of a file in B/otherDir, is the tag listed? On Feb 9, 2005, at 10:36 AM, [EMAIL PROTECTED] wrote: Let's try this again Greetings, I am currently maintaining some code in a 2 monolith

Re: tagging and branching of modules in a repository

2005-02-09 Thread Xapp
No?... Ok. Signing off. "Jesus Christ!" --Jesus Christ ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: tagging and branching of modules in a repository

2005-02-09 Thread Xapp
Anybody? ... Anybody? ... ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Tagging files

2004-12-09 Thread Todd Denniston
Kristian Bisgaard Lassen wrote: > > Hi, > > This is what I do > > [EMAIL PROTECTED] ~ > $ cd cpn2000/ > > [EMAIL PROTECTED] ~/cpn2000 > $ find //dodeca/cpntools/repository/cpn2000/ -name '#*' > > [EMAIL PROTECTED] ~/cpn2000 > $ cvs tag test > cvs server: [13:38:16] waiting for krell's lock in

Re: Tagging files

2004-12-09 Thread Kristian Bisgaard Lassen
Hi, Pierre Asselin wrote: Kristian Bisgaard Lassen <[EMAIL PROTECTED]> wrote: $ cvs tag test cvs server: [17:52:46] waiting for krell's lock in /users/cpntools/repository/cpn2000/sml/statespacefiles What can I do to get the files tagged? Did you look specifically, on the server, in $CVSROOT/user

Re: Tagging files

2004-12-08 Thread Pierre Asselin
Kristian Bisgaard Lassen <[EMAIL PROTECTED]> wrote: > $ cvs tag test > cvs server: [17:52:46] waiting for krell's lock in > /users/cpntools/repository/cpn2000/sml/statespacefiles > What can I do to get the files tagged? Did you look specifically, on the server, in $CVSROOT/users/cpntools/reposi

Re: Tagging files

2004-12-08 Thread Kristian Bisgaard Lassen
Hi, but still I am not able to delete them. It should have said but sill I am not able to tag them. Best regards, Kristian Bisgaard Lassen ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Re: Tagging with -D option

2004-04-02 Thread Larry Jones
Derek Robert Price writes: > > Perhaps the best thing to do would be to switch the > delimiter in the log spec (the colons in `-r myfirsttag::mysecondtag') > to `!' or `+' or whatever. Interestingly enough, I note that RCS (rlog) uses "-", any idea why CVS uses ":" instead? -Larry Jones I don't

Re: Tagging with -D option

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: >Derek Robert Price writes: > >>Perhaps the best thing to do would be to switch the >>delimiter in the log spec (the colons in `-r myfirsttag::mysecondtag') >>to `!' or `+' or whatever. > > >Interestingly enough, I note that RCS (rl

Re: Tagging with -D option

2004-04-02 Thread Larry Jones
Mark D. Baushke writes: > > I like the idea of `-r :' in general. > > However, it becomes harder for things like cvs log where > `-r :' already treats as rev2. > This means that > > cvs log -rmytag:now > > would be ambiguous. Is 'now' a tag or a time? I think that's where we got stuck t

Re: Tagging with -D option

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: >Mark D. Baushke writes: > >>I like the idea of `-r :' in general. >> >>However, it becomes harder for things like cvs log where >>`-r :' already treats as rev2. >>This means that >> >>cvs log -rmytag:now >> >>would be ambiguou

Re: Tagging with -D option

2004-04-01 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Derek Robert Price <[EMAIL PROTECTED]> writes: > I like the idea of treating `-r :' like `-j > :'. Not that I have time to code it just now, but has > anyone come up with objections to that format? I like the idea of `-r :' in general. However, it

Re: Tagging with -D option

2004-04-01 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: >Jim.Hyslop writes: > >>Actually, my installation - 1.11.9 client, 1.11.5 server - refuses to allow >>both, complaining that -r and -D are mutually exclusive. This doesn't seem >>right to me - I tried it using a branch tag, and it s

RE: Tagging with -D option

2004-04-01 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: > Jim.Hyslop writes: > > how > > would I tag all files on a branch, modified before a > > particular timestamp? > > Currently, you have to do a checkout/update and then a regular tag. Right, the obvious way. Must be too much blood in my caffeine stream - I should've figu

Re: Tagging with -D option

2004-04-01 Thread Larry Jones
Jim.Hyslop writes: > > Actually, my installation - 1.11.9 client, 1.11.5 server - refuses to allow > both, complaining that -r and -D are mutually exclusive. This doesn't seem > right to me - I tried it using a branch tag, and it still complained; how > would I tag all files on a branch, modified

RE: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Jim.Hyslop
Fouts Christopher wrote: > I have a repository called sample, which I tagged as follows... > > cvs rtag -r HEAD t_REL sample > > I then created a branch of the files with this tag... > > cvs rtag -r t_REL -b b_DEV sample > > Correct? > > How do I now tag the HEAD of the b_DEV branch,

RE: Tagging with -D option

2004-04-01 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: > "Fouts Christopher (6452)" writes: > > > >> cvs rtag -D "2004-Apr-01 11:00:00 EST" -r HEAD my_repos > > > > I get "Can't parse date/time". Notes and books tell me this is > > the correct syntax, but apparently not. What is it? I have > > CVS v1.10.8 > > 1.10.8 is a

Re: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Larry Jones
"Fouts Christopher (6452)" writes: > > I have a repository called sample, which I tagged as follows... > > cvs rtag -r HEAD t_REL sample > > I then created a branch of the files with this tag... > > cvs rtag -r t_REL -b b_DEV sample > > Correct? Yep. > How do I now tag the HEAD of

Re: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fouts Christopher (6452) wrote: >I have a repository called sample, which I tagged as follows... >> cvs rtag -r HEAD t_REL sample > >I then created a branch of the files with this tag... >> cvs rtag -r t_REL -b b_DEV sample > >Correct? > >How

RE: Tagging the head of a branch and branching off a branch

2004-04-01 Thread Fouts Christopher (6452)
"The name of a branch refers to the head revision on the branch, so:" I see... This makes sense now. Thanks. -chris -Original Message- From: Larry Jones [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 1:48 PM To: Fouts Christopher (6452) Cc: [EMAIL PROTECTED] S

Re: Tagging with -D option

2004-04-01 Thread Larry Jones
"Fouts Christopher (6452)" writes: > >> cvs rtag -D "2004-Apr-01 11:00:00 EST" -r HEAD my_repos > > I get "Can't parse date/time". Notes and books tell me this is > the correct syntax, but apparently not. What is it? I have > CVS v1.10.8 1.10.8 is ancient, the current stable release is 1.11.

RE: Tagging files based on existing tag. Why are files tagged with the new tag when the tag doesn´t not exist on some files

2004-03-24 Thread Jim.Hyslop
"Spilker, Jörg" wrote: > > >So we tag the latest test release with another tag for the > > >offical version with cvs rtag -F -r TEST_20040322 > RELEASE_20040330. > > > > Probably a stupid question, but are you sure you entered -F > > and not -f ? Which would presumably give exactly the result

Re: Tagging files based on existing tag. Why are files tagged with the new tag when the tag doesn´t not exist on some files

2004-03-23 Thread "Spilker, Jörg"
Hello, > >So we tag the latest test release with another tag for the > >offical version with cvs rtag -F -r TEST_20040322 RELEASE_20040330. > > Probably a stupid question, but are you sure you entered -F > and not -f ? Which would presumably give exactly the results > you describe. as the t

Re: Tagging files based on existing tag. Why are fi les tagged with the new tag when the tag doesn´t not exist on some files

2004-03-23 Thread Andy Jones
>So we tag the latest test release with another tag for the >offical version with cvs rtag -F -r TEST_20040322 RELEASE_20040330. Probably a stupid question, but are you sure you entered -F and not -f ? Which would presumably give exactly the results you describe. __

Re: Tagging across branches?

2004-03-18 Thread Andy Jones
Thanks for the help, all. No, I wasn't planning on doing a checkout - I assumed that that would crash and burn somehow - just an export. Larry Jones wrote: >Just a terminology clarification -- everything in $CVSROOT is a single >repository. Its subdirectories are "top-level directories" (o

Re: Tagging across branches?

2004-03-17 Thread Larry Jones
Andy Jones writes: > > I have a repository - that is, a subdirectory of $CVSROOT - which has > a number of subdirectories. Just a terminology clarification -- everything in $CVSROOT is a single repository. Its subdirectories are "top-level directories" (or "modules" although, strictly speaking,

RE: Tagging across branches?

2004-03-17 Thread Conrad T. Pino
Hi Andy, > From: [EMAIL PROTECTED] On Behalf Of Jim.Hyslop > > If they will be modifying the code, then your approach will not work. They > will have to check out the branch tag for the legacy branch. You > might want > to write a simple script or batch file that will check out the appropriate > d

RE: Tagging across branches?

2004-03-17 Thread Jim.Hyslop
Andy Jones wrote: > I have a repository - that is, a subdirectory of $CVSROOT - > which has a number of subdirectories. > > For one of these subdirectories I have created a branch, and > in my sandbox have checked out that branch. So in my sandbox > I have the main trunk except for one directo

Re: Tagging

2004-02-25 Thread Larry Jones
Merina Francis writes: > > I would like to know, How can I make use of the ignorelist file option in > cvs. > Whether CVS Window version support this. > I checkout the cvsroot to my working directory,but there is no default > file shown for this file. > What is the format of this file.

Re: Tagging

2004-02-25 Thread Merina Francis
Hi all, Thanks a lot for the information related to Tagging. I would like to know, How can I make use of the ignorelist file option in cvs. Whether CVS Window version support this. I checkout the cvsroot to my working directory,but there is no default file shown for this file. What is the format

Re: Tagging

2004-02-25 Thread Merina Francis
Hi all, Thanks a lot for the information related to Tagging. I would like to know, How can I make use of the ignorelist file option in cvs. Whether CVS Window version support this. I checkout the cvsroot to my working directory,but there is no default file shown for this file. What is the format

RE: Tagging

2004-02-23 Thread Jim.Hyslop
Kaz Kylheku wrote: > You have to pick a representative file, and view the ``cvs log'' for > that file. Ideally, the representative file is one that has always > existed in the module since the beginning, and has not been removed > from any branch. The project's makefile is usually a good candidate

Re: Tagging

2004-02-23 Thread Erik Cumps
Lstag is a tool that I've written for this purpose. It can show a list of all known tags for a module or all files and revisions tagged with a certain tag. 'lstag -l' will show all known tags 'lstag TAG' will show files and revision for tag TAG Please note that lstag needs a checked out module to

Re: Tagging

2004-02-21 Thread Kaz Kylheku
On Sat, 21 Feb 2004, Larry Jones wrote: > Date: Sat, 21 Feb 2004 14:40:50 -0500 (EST) > From: Larry Jones <[EMAIL PROTECTED]> > To: Kaz Kylheku <[EMAIL PROTECTED]> > Cc: CVS <[EMAIL PROTECTED]> > Subject: Re: Tagging > > Kaz Kylheku writes: > > &g

Re: Tagging

2004-02-21 Thread Larry Jones
Kaz Kylheku writes: > > You have to pick a representative file, and view the ``cvs log'' for If you're only interested in tags, you might find ``cvs status -v'' more friendly (you get less extraneous information). -Larry Jones The hardest part for us avant-garde post-modern artists is deciding

Re: Tagging

2004-02-21 Thread Kaz Kylheku
On Fri, 20 Feb 2004, Merina Francis wrote: > Now suppose user X want see the different tags for my module. How user x > can know that how many tags(Revisions) I have made for my module.I hope > the problem is clear.Is there any cvs command for that if yes, how can I > do that ? You have to pick a

Re: Tagging files with another app

2003-02-25 Thread Mark Cooper
You could try looking at JavaCVS. I've grabbed the source for this before and compiled it to use in a non-standard cvs environment (an AS400 actually), but it has the features you want I think. The sourceforge project page for it is http://sourceforge.net/cvs/?group_id=10869 Mark Cooper "E

Re: tagging local copy

2003-02-09 Thread Kaz Kylheku
Bill Lynch <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > All, > > I forgot to tag some work of mine 2 days ago and I'd like to go back and tag it. > I haven't touched my local copy since but I know a couple of other people have > checked in changes since. If it run a tag com

Re: Tagging Permissions

2003-02-06 Thread Ralf S. Engelschall
On Thu, Feb 06, 2003, Prem Prakash Pathak wrote: > Can anybody suggest, how to restrict specific users from tagging. > We are using CVS Server 1.11 under linux & accessing thru both Mac CVSClient > & WinCVS using pserver. Upto now, any user who got permission to access > repository, can use

Re: Tagging Problem

2003-01-15 Thread Larry Jones
Eric Siegerman writes: > > Could an NFS-mounted repo with screwed-up locking lead to these > symptoms (valid ,v files but with tags applied inconsistently), > or would the individual ,v files end up broken instead? NFS problems almost always result in broken RCS files. The most common situation

Re: Tagging Problem

2003-01-15 Thread Eric Siegerman
On Wed, Jan 15, 2003 at 11:04:20AM -0500, Larry Jones wrote: > Amit Sharma writes: > > I have a strange tagging problem I have started tagging at the same > > time to same Repository from 2 different machines with different tag names > > [...] > > What version(s) of CVS are you running? Could

Re: Tagging Problem

2003-01-15 Thread Larry Jones
Amit Sharma writes: > > I have a strange tagging problem I have started tagging at the same > time to same Repository from 2 different machines with different tag names > and after tag completed found that few of the files one of the tag has been > applied and few of the files the second tag

Re: Tagging files

2003-01-09 Thread david
> Hi all, > AFAIK In CVS all users's log entries goes to history files in > CVSROOT but I want that although users can add to history but they should > not be able to tag the files as in my case All the users are able to tag the > files but I need Admin can tag the code and other Admin stuff

Re: Tagging folders instead of whole module

2002-04-18 Thread Larry Jones
Chen, Susie writes: > > Under Module A, I have two folders: F1 and F2.I need to tag F1 now > with "v100" and tag F2 one month later (during this time, some commits to F2 > are expected).May I tag F2 with "v100" too in a month ? If yes, if I > checkout by the tag "v100" in the future,

RE: Tagging a branch for a given date

2002-02-22 Thread Christopher Randall
riday, February 22, 2002 2:53 PM To: [EMAIL PROTECTED] Subject: Re: Tagging a branch for a given date On Fri, Feb 22, 2002 at 02:31:04PM -0800, Christopher Randall wrote: > I am having a problem with tagging a project in my CVS > repository that has been branched with a given date. I am > tr

Re: Tagging a branch for a given date

2002-02-22 Thread Larry Jones
Christopher Randall writes [using very long lines]: > > So, I tried checking out along the branch, by using a specific date: > > cvs checkout -D "2002-02-15 17:46 PST" -r Whitney_maintenance_branch whitney > > This works just fine, but then when I try to use the "tag" command as > follows, the

Re: Tagging a branch for a given date

2002-02-22 Thread Eric Siegerman
On Fri, Feb 22, 2002 at 02:31:04PM -0800, Christopher Randall wrote: > I am having a problem with tagging a project in my CVS > repository that has been branched with a given date. I am > trying to do the following: > > [previous attempt deleted] > > cvs checkout -D "2002-02-15 17:46 PST" -r Whit

Re: Tagging

2002-02-14 Thread Larry Jones
[EMAIL PROTECTED] writes: > > Question: My production system is set to be released/baselined at the > annual level. However, changes after the annual release are frequent. > Some of these changes are minor(cosmetic) but some may require deletion or > addition of code or even whole re-writes of

RE: Tagging

2002-02-14 Thread Daniels, David
I would keep one repository, for starters, and use tags to identify releases. There are many different ways of managing them, and I would refer you to http://www.enteract.com/~bradapp/acme/branching/ and Karl Fogel's book (relevant chapters of which can be found at http://cvsbook.red-bean.com/, pa

Re: tagging problem

2001-12-18 Thread Pierre Asselin
Sangeetha Parthasarathy <[EMAIL PROTECTED]> writes: The "tag" command works from a checked-out sandbox. The "rtag" command works from anywhere, but it requires 1) a date or existing tag, to know what revisions to tag 2) a tag name 3) a module name, to know what files to tag. >cvs r

Re: tagging files via script

2001-05-15 Thread Larry Jones
Largent, Jim writes: > > What I want > to do is be able to selectively re-tag specific files. I know that tag will > allow you to tag specific files, but it requires the CVS directories in the > local directory and rtag only works with directories. rtag *should* work with individual files, too.

Re: Tagging a sticky file?

2001-04-16 Thread David Luchin
Mike Castle wrote: > Files in the repository doesn't have sticky tags. Files in your > workarea do. Yeah, I knew that. I just shouldn't be sending technical email on Friday afternoon. > > I add a tag, will that tag be associated with the sticky revision in my > > working area, or with the Repo

Re: Tagging a sticky file?

2001-04-13 Thread Mike Castle
On Fri, Apr 13, 2001 at 02:46:05PM -0500, David Luchin wrote: > If I have a file in my repository with a sticky tag (NOT a branch), and Files in the in repository doesn't have sticky tags. Files in your workarea do. If you do something like: cvs update -r foo Then the sticky tag is placed on

Re: tagging files and certain whole directories in a module

2000-10-26 Thread Larry Jones
=?iso-8859-1?Q?Patrik_Sj=F6berg?= writes: > > How can i tag all files in dir1? The tagging is recursive and will affect > dir2 as well, right? The -l option disables recursion. -Larry Jones Who, ME? Who?! Me?? WHO... Me?! Who, me??? -- Calvin ___