CVS tags

2004-06-30 Thread Khyati Nayak
I have tags assigned to some of my files in the repository to mark them for something different. Now if one of these files is updated and committed, how do I get the tag on the latest version? Or get rid of it from the old and add it to new? Thanks Khyati_

CVS tags

2001-06-14 Thread Tim Wensink
Hello all,   I have a question regarding CVS tags. I want to have a list of files that are in a certain release. Is there a command within (win)cvs that allows me to specifiy a certain tag and then generates a list of all the files that have that tag?   Thanks in advance,   Tim WensinkGet Your

RE: CVS tags

2004-06-30 Thread Jim.Hyslop
Khyati Nayak wrote: > I have tags assigned to some of my files in the repository to > mark them for something different. Now if one of these files > is updated and committed, how do I get the tag on the latest > version? Or get rid of it from the old and add it to new? Use the -F option. --

Re: CVS tags

2001-06-14 Thread Alexander Kamilewicz
Tim Wensink wrote: > > Hello all, > > I have a question regarding CVS tags. I want to have a list of files > that are in a certain release. Is there a command within (win)cvs that > allows me to specifiy a certain tag and then generates a list of all > the files that have

Re: CVS tags

2001-06-14 Thread Derek R. Price
Alexander Kamilewicz wrote: > cvs -q get -r releasetag > logfile cvs -qn co -r releasetag module Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net ) -- It'll take a miracle to get you out of C

Re: CVS tags

2001-06-14 Thread Alexander Kamilewicz
"Derek R. Price" wrote: > > Alexander Kamilewicz wrote: > > > cvs -q get -r releasetag > logfile > > cvs -qn co -r releasetag module Very true. I was wrong. Need more coffee ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailm

Re: CVS tags

2001-06-14 Thread Rudolf Balada
"Derek R. Price" wrote: > > Alexander Kamilewicz wrote: > > > cvs -q get -r releasetag > logfile > > cvs -qn co -r releasetag module This is also not correct for directory structures, because "-n" don't/cannot work recursively. Other thing is, that you must do the checkout to directory, whe

Re: CVS tags

2001-06-14 Thread Stephen Cameron
Tim Wensink wrote: > > Hello all, > > I have a question regarding CVS tags. I want to have a list of files > that are in a certain release. Is there a command within (win)cvs that > allows me to specifiy a certain tag and then generates a list of all > the files that have t

Re: CVS tags

2001-06-14 Thread Derek R. Price
Rudolf Balada wrote: > "Derek R. Price" wrote: > > > > Alexander Kamilewicz wrote: > > > > > cvs -q get -r releasetag > logfile > > > > cvs -qn co -r releasetag module > > This is also not correct for directory structures, because "-n" > don't/cannot work recursively. I was trying to avoid actua

Freezing CVS tags

2001-10-12 Thread terryh
Hi, Is there a way to freeze the CVS tag? After we create a CVS tag, we would like to freeze it so that no one can change it and causes problem, is this possible? Thanks in advance! -- Terry Hung ___ Info-cvs mailing list [EMAIL PROTECTED] ht

RE: Freezing CVS tags

2001-10-12 Thread Jerry Nairn
> [EMAIL PROTECTED] writes: > >Is there a way to freeze the CVS tag? After we create a > CVS tag, we would > > like to freeze it so that no one can change it and causes > problem, is this > > possible? You need to use a command in the CVSROOT/taginfo administrative file which will exit with

Re: Freezing CVS tags

2001-10-12 Thread Larry Jones
[EMAIL PROTECTED] writes: > >Is there a way to freeze the CVS tag? After we create a CVS tag, we would > like to freeze it so that no one can change it and causes problem, is this > possible? No, but note that CVS won't move an existing tag unless you force it to by using the -F flag -- simp

Re: Freezing CVS tags

2001-10-12 Thread David Everly
I'm thinking that what I do works to not allow tag changes: First, I define a 'cvsadmin' group. Second, I place this line in $CVSROOT/CVSROOT/taginfo: ALL $CVSROOT/CVSROOT/tagrules.sh Third, I place tagrules.sh in my $CVSROOT/CVSROOT/checkoutlist Fourth, my tagrules.sh looks like this: #!/bin

Re: Freezing CVS tags

2001-10-12 Thread terryh
Hi, Thanks for all the suggestions! Since I do not want the users to touch an existing tag at all, I will add code in tagrules.sh to reject any tagging request (tag, delete, etc) that involves an existing tag. My version or David's tagrules.sh will be: tag=$1 [tag] op=$2

List of CVS Tags

2002-09-26 Thread radha
Hi, Can you please tell me how to get the list of all the tags of a project in "wincvs". I am working on windows98. Thanks & Regards, A. Radha Krishna ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Questions about CVS tags

2000-08-28 Thread mich
Hi,           Does anyone on the list know what is causing the error below:           ==         RESPONSE has 0 items:           cvs [server aborted]:tag '.' must start with a letter             ===

Re: List of CVS Tags

2002-09-26 Thread erik . cumps
, about 3kb. Erik Cumps [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/26/2002 11:15 AM To: [EMAIL PROTECTED] cc: Subject:List of CVS Tags Hi, Can you please tell me how to get the list of all the ta

RE: List of CVS Tags

2002-09-26 Thread radha
s [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 3:46 PM To: info-cvs Cc: Radhakrishna Arvapally Subject: Re: List of CVS Tags Hello Radha, I don't know how to do that in wincvs or tkcvs. I do a lot of my CVS handling on the command line and so I've made myself a couple o

RE: List of CVS Tags

2002-09-26 Thread erik . cumps
ROTECTED] cc: Subject: RE: List of CVS Tags Hi, Thank you for giving reply. Can you please put the script on the list. Can you also explain how to use that? ( I didn't use perl script any time). http://mail.gnu.org/mailman/listinfo/info-cvs lstag Description: Binary data

RE: List of CVS Tags

2002-09-26 Thread Zieg, Mark
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Here you go. Thank you! That is handy. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: List of CVS Tags

2002-09-26 Thread Zieg, Mark
Um, you might want to warn people that it only lists tags associated with files that are in or below the current directory. If there are tags in your project which were not applied to your current tree, then you won't be alerted to their existence. If you have local access to your cvsroot, you s

RE: List of CVS Tags

2002-09-26 Thread erik . cumps
TED]'" <[EMAIL PROTECTED]> cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject:RE: List of CVS Tags Um, you might want to warn people that it only lists tags associated with files that are in or below the current directory. I

Re: Questions about CVS tags

2000-08-28 Thread Laird Nelson
> mich wrote: > Does anyone on the list know what is causing the error below: > == > RESPONSE has 0 items: > cvs [server aborted]:tag '.' must start with a letter > =

View List of CVS Tags (basic question)

2004-06-14 Thread Iain Freeston
Hello, I wonder if anyone can help me. I am after a list of Tags made in CVS. Looking at the documentation I got the impression I should be viewing the "Taginfo" file, but it doesn't give me the information that I want. Can anyone help me please because I think I am well off the mark at the mome

Re: View List of CVS Tags (basic question)

2004-06-14 Thread Brian Gough
Iain Freeston <[EMAIL PROTECTED]> writes: > I am after a list of Tags made in CVS. Looking at the documentation > I got the impression I should be viewing the "Taginfo" file, but it > doesn't give me the information that I want. A list of tag names is stored in the CVSROOT/val-tags file in the r

RE: View List of CVS Tags (basic question)

2004-06-14 Thread Jim.Hyslop
Iain Freeston wrote: > Hello, I wonder if anyone can help me. > I am after a list of Tags made in CVS. > Looking at the documentation I got the impression I should be > viewing the "Taginfo" file, but it doesn't give me the > information that I want. > > Can anyone help me please because I think

Re: View List of CVS Tags (basic question)

2004-06-14 Thread Larry Jones
Jim.Hyslop writes: > > Be > aware that val-tags shows all the tags ever applied to any file in the > repository No, it doesn't. It shows all the tags that have been used to *retrieve* files from the repository since the val-tags file was created. It's just an optimization -- you can delete it a

Re: View List of CVS Tags (basic question)

2004-06-14 Thread Larry Jones
Brian Gough writes: > > A list of tag names is stored in the CVSROOT/val-tags file in the > repository. But it's not complete. It's just a cache for optimization purposes. -Larry Jones Everything's gotta have rules, rules, rules! -- Calvin ___ Info

Re: View List of CVS Tags (basic question)

2004-06-14 Thread Larry Jones
Iain Freeston writes: > > I am after a list of Tags made in CVS. Tags are kept in the individual RCS files, there's no central database of them. You can find the tags on a particular file with the log command or with status -v. -Larry Jones I stand FIRM in my belief of what's