>
> Which is why you specify the revision you want in the copy command
> so that it doesn't matter.
>
> -- (dev A) svn commit foo.c
> => Revision 41 created
> -- (dev B) svn commit foo.c
> => Revision 42 created
> -- (dev A) svn copy -r 41 foo.c $TAGS/.....
> => Revision 43 created
> => No problem
>
Well, it's no problem for me and you, but as I noted elsewhere, this
gets much more complex for casual users. Elsewhere in this thread it
was suggested that perhaps the issue here isn't labels per-se, but
the fact that the way tags are used are overly complex for some
users, and I do tend to agree that this might well be the major issue
most casual users struggle with.
--Tim
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 18 01:41:18 2006