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

RE: branch question,(can I see log message before the creation of the branch?)

From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Wed, 21 Oct 2009 10:06:49 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: albert kong [mailto:albertkong_at_tom.com]
> Sent: 21 October 2009 09:12
> To: users_at_subversion.tigris.org
> Subject: branch question,(can I see log message before the
> creation of the branch?)
>
> In r100, I need to make new features for a client, so in
> r100, I made a branch, In the branch b1(now is r101), I
> proceed on, but the client said he doesn't want some features
> I already made in r71, r75 etc, then what's the best practice
> for this purpose?

You can use reverse-merge, something like this I think

cd <branch b1>
svn merge -c-71 <URL to trunk>

> Is it possible that I could see the log before r101 in branch b1?

Yes, of course. But make sure NOT to use the --stop-on-copy option with the svn log command (if you use Tortoise this is ticked by default)

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-21 11:08:00 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.