[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-11-29 15:04:32 CET

On Wed, 2006-11-29 at 05:30, Gerco Ballintijn wrote:

> The other problem with revision properties, as indicated by Tim Hill,
> is that they cannot be set at revision creation time. Solving this
> problem would make them significantly easier to use, and thus more
> useful.

Is it possible to set them on only the revisions that exist
in your workspace as you commit? As I've mentioned a few
times before, it is a common problem that you want to
tag an exact match to your workspace, including changes
you've committed, but _not_ include revisions committed
to the repository by others that you haven't updated to
in your working copy. CVS lets you do this and it is
often necessary for concurrent development work. Subversion
mentions the situation in the manual but provides no way
to deal with it in the repository. You can copy the workspace
to a tag which won't match any revision state of the trunk
or branches, but you are on your own to commit separately
to wherever else the ongoing work belongs - and then there
is nothing to associate those commits with the separate
tag copy. If a different mechanism is going to be added,
it should be something that can handle these needed
mixed-revision states.

-- 
  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 Wed Nov 29 15:05:26 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.