RE: getting tag from CVS for use in Ant

2004-11-03 Thread Dominique Devienne
> From: Alison Monteith [mailto:[EMAIL PROTECTED] > As I said earlier, this works quite well for me, but some of the > developers are complaining about the error message when they try to > build on the HEAD branch. Is there any way around this? Ie. something > equivalent to if [ ! -d CVS/Tag ] ?

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
l and can't find anything. Alison -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 6:48 PM To: Ant Users List Subject: RE: getting tag from CVS for use in Ant This is how I extract a CVS branch sticky tag. If you use the HEAD branc

RE: getting tag from CVS for use in Ant

2004-11-03 Thread Alison Monteith
This is exactly what I need. Thanks! -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 6:48 PM To: Ant Users List Subject: RE: getting tag from CVS for use in Ant This is how I extract a CVS branch sticky tag. If you use the HEAD

RE: getting tag from CVS for use in Ant

2004-11-02 Thread Dominique Devienne
This is how I extract a CVS branch sticky tag. If you use the HEAD branch, there's no Tag file, the issues a warning (but doesn't fail), and the tag is defaulted to HEAD by . The are there to convert TTTAG_NAME into TAG_NAME. The ^D.* variant is when you update/checkout by date instead of tag,