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

Re: [Fwd: svn copy bug from working copy]

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-03-21 19:12:40 CET

On Thu, 2005-03-17 at 20:53, Cengiz Alaettinoglu wrote:
> foo on trunk contained 1 and then 3. But foo on the branch contained 1
> and then 5 (never had a version containing 3). But below diff -r 23647 says
> otherwise.

> [elf bug-branch]$ svn log foo

log -v would have painted a more complete picture.

> [elf bug-branch]$ svn diff -r 23647

I believe you have rediscovered issue #1970
(http://subversion.tigris.org/issues/show_bug.cgi?id=1970). You should
have gotten an error saying that . didn't exist in r23647 (it hadn't
been created yet as of that revision, and was copied from an earlier
revision).

> I can speculate that when copying the branch svn made a copy from
> the HEAD of trunk instead of from the BASE version of the working
> directory.

When I tried out your example, that did not seem to be the case,
according to log -v.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 21 19:13:59 2005

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.