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

fix for #1825 incomplete

From: Marcus Rueckert <darix_at_web.de>
Date: 2005-07-20 20:59:56 CEST

hi,

a coworker ran into some trouble with svn switch today. a little
research brought up he was basically run into 1825.

so far upgrading to 1.2 kept at least the working copy in a consistent
state. but it still doesnt work properly

reproduction recipe:

[[[
rm -rf wc repos
svnadmin create /home/darix/tmp/repos
svn co file:///home/darix/tmp/repos wc
cd wc
svn mkdir branches/{,1,2} tags
svn ci -m .
svn ps svn:externals '2 file:///home/darix/tmp/repos/branches/2'
branches/1
svn ci -m .
svn up
svn cp file:///home/darix/tmp/repos/branches/1 tags/1
svn pd svn:externals tags/1
rm -rf tags/1/2
svn cp file:///home/darix/tmp/repos/branches/2 tags/1/2
svn ci -m .
cd branches/1
svn switch file:///home/darix/tmp/repos/tags/1
]]]

This gives the following error message:
[[[
subversion/libsvn_wc/update_editor.c:1046: (apr_err=155000)
svn: Failed to add directory '2': object of the same name already exists subversion/libsvn_wc/adm_crawler.c:636: (apr_err=9)
svn: Error aborting report subversion/libsvn_subr/io.c:2198: (apr_err=9)
svn: Can't close file '/tmp/.private/darix/report.tmp': Bad file descriptor
]]]

hope this helps

darix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 20 21:03:30 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.