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

RE: Re: Determining origin of branch

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-03-27 02:08:15 CET

Hello Derek,

On Fri, 26 Mar 2004 19:09:40 -0500, "Derek Mahar" <DMahar@penson.ca>
said:
> "svn log --stop-on-copy" does not behave as one would expect if you've
> renamed an ancestor directory in the branch URL. "svn log
> --stop-on-copy" stops at the revision in which the rename occurred
> rather than at the revision in which you created the branch (the copy
> revision).

You have to remember that Subversion doesn't have atomic renames.
Renames are implemented as copy + delete. So, Subversion is behaving as
expected - the rename *was* a copy.

Hope that helps !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 27 02:08:43 2004

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.