[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: Derek Mahar <DMahar_at_penson.ca>
Date: 2004-03-29 16:44:31 CEST

Yes, I agree, this was the expected behaviour (i.e. Subversion is behaving correctly), but my point is that "svn log --stop-on-copy" does not under all conditions return the branch copy revision as the user might expect. If the user has done any other copy operation since that user created the branch, --stop-on-copy stops at that copy point rather than the branch copy point. Though it is the correct result, this is probably not the result that the user expected (or, in other words, the result that the user wanted).

Derek

-----Original Message-----
From: Francois Beausoleil [mailto:fbos@users.sourceforge.net]
Sent: March 26, 2004 8:08 PM
To: Derek Mahar; Ben Collins-Sussman; Gary Feldman
Cc: Subversion Users
Subject: RE: Re: Determining origin of branch

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/
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.

AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 16:45:44 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.