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

BUG? svn status --show-updates can fail on a replaced file for no good reason

From: Olly Stephens <Olly.Stephens_at_arm.com>
Date: 2006-05-22 15:14:31 CEST

Can someone verify that this is a bug so I can report it? Thanks.

Tested against 1.3.0 and 1.3.1:

mkdir /tmp/svnbug
svnadmin create /tmp/svnbug/repos
echo hi >/tmp/svnbug/xxx
svn mkdir -mmkdir file:///tmp/svnbug/repos/dir1
svn import -mimport /tmp/svnbug/xxx file:///tmp/svnbug/repos/dir1/xxx
svn copy -mcopy file:///tmp/svnbug/repos/dir1
file:///tmp/svnbug/repos/dir2
svn remove -mremove file:///tmp/svnbug/repos/dir1/xxx
svn checkout file:///tmp/svnbug/repos/dir1 /tmp/svnbug/working1
svn merge -r4:3 file:///tmp/svnbug/repos/dir1 /tmp/svnbug/working1
echo hi2 >> /tmp/svnbug/working1/xxx
svn commit -mcommit /tmp/svnbug/working1
svn checkout file:///tmp/svnbug/repos/dir2 /tmp/svnbug/working2
svn merge -r3:4 file:///tmp/svnbug/repos/dir1 /tmp/svnbug/working2
svn merge -r4:5 file:///tmp/svnbug/repos/dir1 /tmp/svnbug/working2
# /tmp/svnbug/working2 is now in 'R' state
svn status /tmp/svnbug/working2
# 'svn status --show-updates' fails for no good reason
svn status --show-updates /tmp/svnbug/working2
# svn: Working copy path 'xxx' does not exist in repository

Olly

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 22 15:16:10 2006

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.