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

Question re. mergeinfo property

From: Daniel Widenfalk <Daniel.Widenfalk_at_iar.com>
Date: Thu, 27 Aug 2009 15:11:39 +0200

Hi,

I have a question regarding the coding of svn:mergeinfo.

Our repository is laid out at follows:

/branches
/tags
/trunk
   /module-1
   /module-2
   ...

Now, at some time in the past someone performed a mergeinfo
aware merge in one of the modules which resulted in sub-tree
merge info:

/trunk
   /module-2
     {svn:mergeinfo=/branches/feature/module-2:10-20}

Now, every time we merge something to trunk we also get a
(valid and correct) change to the svn:mergeinfo property
of /trunk/module-2.

What I'm wondering is if it is possible to "lift" this mergeinfo
to the top (trunk) somehow. We can for the sake of simplicity
assume that all changes committed to the "feature" branch only
contains changes to module-2. I.e. is it possible to somehow
rewrite and elide (?) the mergeinfo to:

/branches
/tags
/trunk
   {svn:mergeinfo=/branches/feature:10-20,...}
   /module-1
   /module-2
   ...

Regards
/Daniel Widenfalk

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2387872

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-27 15:12:57 CEST

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.