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

RE: How to solve my misuse of subversion

From: Nicholas Curry <Nicholas.Curry_at_cofunds.co.uk>
Date: Mon, 27 Apr 2009 14:12:41 +0100

That basically is how to create a branch. I also can't think of a way of
doing this without creating a branch. Branches aren't hard to maintain,
and the type of situation you're describing is pretty much a textbook
use case for a branch.

 

You can retrospectively tag revisions in SVN, so no worries about that:

svn cp https://svnrepo/myproject/trunk@80
https://svnrepo/myproject/tags/Revision80

 

Creating tags and branches in SVN is effectively a copy task - read the
SVN manual for more info on how that works.

 

From: Stephen Connolly [mailto:stephen.alan.connolly_at_gmail.com]
Sent: 27 April 2009 12:37
To: albert kong
Cc: users_at_subversion.tigris.org
Subject: Re: How to solve my misuse of subversion

 

svn cp https://svnrepo/myproject/trunk@80
https://svnrepo/myproject/braches/featureW -m "createing a branch from
rev 80 for feature W"

2009/4/27 albert kong <albertkong_at_tom.com>

After revision80, I need to add a unique feature (let's call it
featureQ), So I could see revision80 can be a version(Unfortunately I
did nothing on subversion not creating a *BRANCH* or a *TAG*. The reason
is that I heard too many about the complexity to maintain *BRANCH*).
From revision80 to revision90 is all the code changes about featureQ.

But now I should add a small feature(let's call it featureW) to
revision80, but not to codes after revision80.

So how to make a resolution about my such situation?
The more detailed the better. Thanks in advance.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageI
d=1943797

To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_subversion.tigris.org].

 

********************************************************

This e-mail has been swept for viruses by Cofunds.

For more information on this service, please

contact the IT Service Desk on Ext: 7060 or itservicedesk_at_cofunds.co.uk.

********************************************************

 

Cofunds Limited, 1st Floor, 1 Minster Court, Mincing Lane,
London EC3R 7AA. Registered in England and Wales
No 3965289. Authorised and regulated by Financial Services Authority. Phone: 0845 604 4001, or visit our website at www.cofunds.co.uk.
Telephone calls may be recorded for monitoring purposes.
**************************************************************************
The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorised use, dissemination of the information, or copying of this message is prohibited. If you are not the addressee, or believe this email to have been sent in error, please notify security_at_cofunds.co.uk immediately and delete this message.
Although this e-mail and any attachments are believed to be free of any virus, or other defect which might affect any computer or system into which they are received and opened, it is the responsibility of the recipient to ensure that they are virus free and no responsibility is accepted by Cofunds for any loss or damage from receipt or use thereof.
This email does not create or vary any contractual obligations between Cofunds Limited and the addressee. Any views or opinions are solely those of the author and do not necessarily represent those of Cofunds Limited.
Those communicating with us by electronic mail will be deemed to have accepted the risks associated with interception, amendment, loss and late or incomplete delivery. They will also be deemed to have consented to our monitoring of such communications.
**************************************************************************

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-27 15:14:07 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.