I'm obviously not getting what you mean, sorry.
Ans I am sure if I am wring - then someone else will be able to help.
But just in case you haven't already :
Perhaps you could read;
http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchmerge
And perhaps more specifically
http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.branchemerge.basicmerging.stayinsync
Which contains information about the reintegrate feature - recently added to SVN.
Gavin.
On 25/11/2009, at 21:27 , Marco wrote:
> Hi all,
>
> sorry if the question has been already made, I cannot find trace of that.
>
> I don't know if it's only me, but I really feel SVN is missing support for real tagging and real branches. Having to simulate these features with copies is quite painful, especially when I work with branches. In fact in that case, it's quite clumsy to produce the usual work flow:
>
> - create branch
> - make changes
> - merge from trunk
> - changes
> - merge again from trunk
> - ...
> - switch back to trunk and merge from branch
>
> This work flow currently has to be simulated in SVN by fiddling with revision numbers. To me it's just crazy, it would be much better if SVN understood what branches are and was able to understand the common mean assigned to "merge from X", i.e.: only the last changes from the last merging or creation.
>
> Do the SVN developers plan to support these features in future versions? I really would like they do.
>
> Thanks in advance for a kind reply
>
> Marco.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2424177
>
> Please start new threads on the <users_at_subversion.apache.org> mailing list.
> To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2424185
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-25 11:45:43 CET