Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Fri, 11 Jun 2004 08:33:30 -0500, "Dan Pupek" <dpupek at astpcola.com> wrote: > >I want to use a tag that will ocasionally be moved forward. What is the best >option tag or rTag? > >I don't completely understand how they each work differently. > tag works on the files in the sandbox, so it'll tag whatever versions you have checked out. rtag works directly on the repository and will tag the HEAD revisions unless told otherwise. rtag will also tag deleted revisions, which tag will not (CVS normally assumes an untagged file is deleted for the purposes of a tagged checkout anyway, but there are some cases where the difference matters). I generally use tag exclusively.. choose whatever works best for you, though. Tony