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

Understanding merge info (I)

From: Pablo Beltran <pbeltranl_at_gmail.com>
Date: Sun, 29 Dec 2013 01:32:17 +0100

Hi,

In the revision r3337 a simple tag was created on this public repository:

*svn log -r 3337:3337 http://subclipse.tigris.org/svn/subclipse
<http://subclipse.tigris.org/svn/subclipse> --username guest*
------------------------------------------------------------------------
r3337 | markphip | 2007-09-15 01:25:57 +0200 (Sat, 15 Sep 2007) | 1 line

Create tag for 1.3.2
------------------------------------------------------------------------

However, if the -g parameter is added to the command line:

*svn log -g --stop-on-copy -r 3337:3337
http://subclipse.tigris.org/svn/subclipse
<http://subclipse.tigris.org/svn/subclipse> --username guest*

it returns a lot more of records saying *"Merged via: r3337"*

For instance:

------------------------------------------------------------------------
....
------------------------------------------------------------------------
r5 | cchab | 2003-06-21 00:10:43 +0200 (Sat, 21 Jun 2003) | 1 line
Merged via: r3337

subclipse folder created
------------------------------------------------------------------------

What does it mean? How is it possible create a branch in the revision N and
get merges in the same N revision?

Thank you,
Pablo
Received on 2013-12-29 01:33:11 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.