Re: Future support to real tags and real branches?
From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: Wed, 25 Nov 2009 12:43:49 +0100
Hi Marco,
> real tagging
> and real branches.
Why? They are the faremost fastes branches i ever worked with...I know ClearCase, CVS etc. and all of them are much slower...
> In fact in that
This is in my opinion not a "usual" work flow, cause many people using branches in an other way.
- Create branch
In your workflow you are synchronizing the branch with the trunk...the question is, is that really neccesary ?
May be the living time for your branch is too long?
On the other hand it means that you synchronize from trunk to branch by using svn merge URL/trunk (with revision ranges)....
But the final merge from branch to trunk can be done by using
svn merge URL/branches/X --reintegrate...
> This work flow currently has to be simulated in SVN by fiddling with
- create branch (svn cp URL/trunk URL/branches/B1)
Kind regards
-- MfG Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2424211 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 12:45:16 CET |
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.