[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Simple Label=RevisionID Discussion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2006-12-03 06:28:01 CET

On Sat, 2006-12-02 at 21:18, Bob Hiestand wrote:
> On 12/1/06, Les Mikesell <lesmikesell@gmail.com> wrote:
>
> > If you "cvs add" a new file, then attempt to "cvs tag" a working copy
> > without committing, you'll get an error. If you have a locally modified
> > copy and tag without committing first the tag goes to the repository
> > version of that file. This is probably an error, but if you check
> > out the tag and test, you'll notice it and in any case what you test
> > is what is in the repository branch/trunk. With svn, the
> > tag makes an independent copy and get something that matches the
> > workspace but no requirement that what you just put there will be
> > included for ongoing work.
>
> I only quoted this, as it was the topic of most of the email.
>
> If you were using a hook script that disallowed putting something in
> the tag directory as anything other than a copy, would that satisfy
> your requirements?

Yes, although I really only want to keep it from happening by
accident. Is there a handy way to verify after the fact that
the tag only contains revisions committed elsewhere? Or can
the hook script take an option to force an override?

-- 
  Les Mikesell
   lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 3 06:29:15 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.