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

"svn log -v" : What is 'R' action?

From: Mark Reibert <svn_at_reibert.com>
Date: 2007-09-13 07:26:37 CEST

Hello,

I merged some changes on branch A to branch B via a working copy on
branch B. Pretty straightforward; the command was conceptually:

svn merge -r x:y http://blabla/repo/branches/A <wc_path>

This merge only added directories and files to branch B. "svn st" looked
good - all files were "A +" showing additions with history. So I
checked in.

Now "svn log -v" shows the top-level directory of the merge as 'A', but
everything else - directories and files - have an action of 'R'. Here is
a sanitized piece of the output:

Changed paths:
    A /branches/B/foo (from /branches/A/foo:1407)
    R /branches/B/foo/bar (from /branches/A/foo/bar:1407)

and so on. The only discussion I can find in the turtle book is in the
context of "svn up", where 'R' means "replaced". This does not make
sense in the context of "svn log" for dirs/files that were added.

So what is the 'R' action in "svn log -v"?

Server is v1.2.3 (Linux), client is v1.4.5 (Win32).

Thanks,
Mark

-- 
----------------------
Mark S. Reibert, Ph.D.
svn@reibert.com
----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 13 07:23:17 2007

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.