RE: Re: "svn log -v" : What is 'R' action?
From: Jonathan Ashley <jonathan.ashley_at_praxis-his.com>
Date: 2007-10-03 17:15:26 CEST
I don't think you are overlooking anything. I was baffled by unexpected
I found your post when looking to see if anyone had reported a similar
Regards,
-- Jon Ashley > -----Original Message----- > From: Mark Reibert [mailto:svn@reibert.com] > Sent: 14 September 2007 05:14 > To: Hari Kodungallur > Cc: users@subversion.tigris.org > Subject: Re: "svn log -v" : What is 'R' action? > > On Thu, 2007-09-13 at 10:03 -0700, Hari Kodungallur wrote: > > > > On 9/12/07, Mark Reibert <svn@reibert.com> wrote: > > 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 > > Oops, I meant "svn st" ... > > > The 'R' flag represent the same meaning for log, status, > update, merge > > etc. It means replaced. If my understanding is right, > replaced means > > that you deleted and added a file in the same revision. > That is, you > > do a "svn rm" of the file (don't commit it) and then "svn > add" a file > > with the same name. Then do the commit. At this point you will see > > that the commit happens as "R". And hence the log will also > show this > > revision as an "R". > > Presumably yes, but this is the part that does not make > sense. For my case, the merge simply added *new* > directories/files to the target branch (via the working > copy). As I noted, "svn st" on the working copy after the > merge shows everything as "A +", which I expect. What I > don't understand is why after committing "A +" I get 'R' > from "svn log". And why does the top-level new directory show > 'A' while all its children show 'R'? > > I have to believe I am overlooking something very fundamental here ... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Oct 3 17:16:04 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.