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

Re: New revision keyword for easier branch management

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2006-01-09 13:11:24 CET

Ilja Golshtein wrote:
> kfogel@collab.net writes:
>
>>Do you have a complete description of the proposed feature (or, say, a
>>link to Patrik Rak's original mail)? That would help. We need to
>>understand the edge cases before implementing something like this.
>
>
> That thread has the same subject -
> "New revision keyword for easier branch management".
> Could be found here
> http://svn.haxx.se/users/archive-2005-11/index.shtml#1241
>
> TAIL should be the same revision as log with --stop-on-copy
> stops at. Not sure this description is complete while
> I cannot makeup anything to add.

Yes, I think this is enough as a description.
Couldn't find any RFE on the issue tracker, but not confident I searched hard enough.

To open a can of worms... if we had client-side hooks, we could write a hook that gets executed
before a merge to export $TAIL, then:

  svn merge -r$TAIL:HEAD /branches/branch-foo/ trunk/

Now I do more or less the same, keeping a "database" of last merged revisions for a given branch. It
is error prone and needs discipline.

If somebody is interested, I can put my HOWTO on my website or post it here.

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 9 13:19:48 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.