Possible issue triggered by repos reorg (including repro script)
From: Matt Doran <matt.doran_at_papercut.biz>
Date: 2005-04-16 12:00:36 CEST
Hi there
I'm a regular reader of the dev list and previously reported the char
Recently I did some reorganisation of our repos, renaming a project and
/projects/p1
I then moved the "p1" folder so that it was the "trunk" folder, and
/projects/n1/trunk
After doing that, all working copies that pointed to the original
svn: Cannot replace a directory from within
After trying a few things I gave up and just created a new working
We're using SVN 1.1.3 (server on Debian) over https. The clients are
Two issues (#1532, #2047) mention this error .... but neither seem to
Thanks,
Matt Doran
#!/bin/sh
# Create repro repos
export R=file://`pwd`/repos
# create a working copy
# setup the project structure
#checkout p1 to a second wc
# now reorganise the repos
cd ..
# Now relocate the 2nd wc
svn switch --relocate $R/proj/p1 $R/proj/n1/trunk
# Now try to update .... but this errors
---------------------------------------------------------------------
|
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.