Brett, Just want to confirm. if we want to tag something that is in a cvs branch, in that case tag value should be specified using maven.scm.tag and branch in which we are tagging should be specified using maven.scm.svn.tag.base. Pls. confirm if my assumption is correct. Thanks, Sanjay
On 7/31/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > Not presently. You can use the <ant:cvs /> command to do this until we > have one built in. > > - Brett > > On 8/1/05, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > > Is there a way to do cvs rtag, w/o checkout the whole project? > > This is what I plan to do > > 1. In the build script , tag a project at 11:00 PM > > 2. Checkout project for a tag. > > 3. Build it >