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

Re: some notes about svn_client__get_copy_source

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-06-01 09:46:21 CEST

> Are you sure you were not just lucky that the hash iteration happened
> in the order that gave you the correct result?
>
I misunderstood your original case to be independent commits (4
commits). i.e
$ svn cp branches/foo branches/baz (rX); svn ci -m 'blah'
$ svn cp trunk/bar branches/baz/bar (rX+1); svn ci -m 'blah'
$ svn cp branches/foo branches/baz (rX+2); svn ci -m 'blah'
$ svn mkdir branches/baz/bar (rX+3); svn ci -m 'blah'

As long as they are part of independent commits
'svn_client__get_copy_source' works well, they could give wrong results
only when they are part of same commit.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 1 09:46:07 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.