Re: tag inside some other tag(cvs)

2007-04-20 Thread Geoffrey Mitchell
Your argument line should probably be: -D allows you to select file versions by date. You should use -r to select by revision number or tag name. Gilbert Rebhan wrote: Hi, prasad kumar wrote: hi all, i changed the code like below it saying that

Re: tag inside some other tag(cvs)

2007-04-20 Thread Gilbert Rebhan
Hi, prasad kumar wrote: hi all, i changed the code like below it saying that as "cvs [rtag aborted]: Can't parse date/time: Versions/build_xxx" if anybody knows give the reply immediately,i have been trying from morning onwards never sa

RE: tag inside some other tag(cvs)

2007-04-20 Thread prasad kumar
asad "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: Hi, -Original Message- From: prasad kumar [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 2:05 PM To: prasad kumar; Ant Users List; [EMAIL PROTECTED] Subject: Re: tag inside some other tag(cvs) /* HI, I THI

RE: tag inside some other tag(cvs)

2007-04-20 Thread Loehr, Ruel
/* HI, I THINK THE PROBLEM IS WITH CVS LOCK, WITH THAT IT IS COMING THE BELOW ERROR OR DO I NEED TO MENTION THE SPECIAL CHARACTERS(`$,.:;@') IN ANY WAY TO AVOID THIS PROBLEM PLEASE GIVE ME SOLUTION IF ANYBODY KNOWS THANKS, PRASAD */ i think you have a problem with y

Re: tag inside some other tag(cvs)

2007-04-20 Thread prasad kumar
HI, I THINK THE PROBLEM IS WITH CVS LOCK, WITH THAT IT IS COMING THE BELOW ERROR OR DO I NEED TO MENTION THE SPECIAL CHARACTERS(`$,.:;@') IN ANY WAY TO AVOID THIS PROBLEM PLEASE GIVE ME SOLUTION IF ANYBODY KNOWS THANKS, PRASAD prasad kumar <[EMAIL PROTECTED]> wrote:

RE: tag inside some other tag(cvs)

2007-04-20 Thread Rebhan, Gilbert
Hi, -Original Message- From: prasad kumar [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 2:05 PM To: prasad kumar; Ant Users List; [EMAIL PROTECTED] Subject: Re: tag inside some other tag(cvs) /* HI, I THINK THE PROBLEM IS WITH CVS LOCK, WITH THAT IT IS COMING THE

Re: tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
hi shankar, thanks for u r help.but while creating the tag it is saying that as "[cvs] cvs [rtag aborted]: tag must not contain the characters `$,.:;@'" iam using windows xp professional o/s and wincvs,eclipse if u have already resolved this issue,please give me the reply

RE: tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
hi Tanguy, http://www.wincvs.org/wincvs_app.png from what ur showing in the picture,let us assume 'cvsgui' is module name in HEAD tag.then i updated the 'cvsgui' module with clean copy option from HEAD tag.ofter getting clean copy of 'cvsgui',i create the tag(let us assume build_xxx) as

Re: tag inside some other tag(cvs)

2007-04-19 Thread Shankar S
Prasad, Why don't you just do this? If you are not clear with this then read about CVS tags by doing a quick Google. On 4/20/07, prasad kumar <[EMAIL PROTECTED]> wrote: hi Tanguy, http://www.wincvs.org/wincvs_app.png from what ur showing in the picture,let us

RE: tag inside some other tag(cvs)

2007-04-19 Thread RADEMAKERS Tanguy
Hello Prasad, OK, i have checked the WinCvs site, and it seems that WinCvs has a window (they call it the "browser status window") that shows you which cvs calls are being made as you use the tool. In this picture: http://www.wincvs.org/wincvs_app.png it is the window at the bottom of the scree

RE: tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
commands you would use (copy and paste them from your command line window) maybe it would clear things up for us. /t >-Original Message- >From: Geoffrey Mitchell [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 19, 2007 5:25 PM >To: Ant Users List >Subject: Re: tag insid

RE: tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
:[EMAIL PROTECTED] >Sent: Thursday, April 19, 2007 5:25 PM >To: Ant Users List >Subject: Re: tag inside some other tag(cvs) > >The question is not "can ant do that?". The question is "can cvs do >that?". And the answer is "Huh?". What do you mean

RE: tag inside some other tag(cvs)

2007-04-19 Thread RADEMAKERS Tanguy
>-Original Message- >From: Geoffrey Mitchell [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 19, 2007 5:25 PM >To: Ant Users List >Subject: Re: tag inside some other tag(cvs) > >The question is not "can ant do that?". The question is "can cvs do >that?".

Re: tag inside some other tag(cvs)

2007-04-19 Thread Geoffrey Mitchell
The question is not "can ant do that?". The question is "can cvs do that?". And the answer is "Huh?". What do you mean by a tag inside of another tag? One version of a file can have multiple tags, but there is no sense of hierarchy to them. However you slice it, this is totally off topic f

Fwd: tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
Note: forwarded message attached. - Check out what you're missing if you're not on Yahoo! Messenger --- Begin Message --- Hi, i have to create one more tag(for ex: child tag of HEAD tag(cvs)) inside some other tag(for ex:inside HEAD tag(cvs)) ofte

tag inside some other tag(cvs)

2007-04-19 Thread prasad kumar
Hi, i have to create one more tag(for ex: child tag of HEAD tag(cvs)) inside some other tag(for ex:inside HEAD tag(cvs)) ofter a successfull build,is it possible with ant to create one more tag inside some other tag.if then,how, please tell me Thanks, prasad