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

Re: svn switch breaks on svn:externals

From: Issac Goldstand <margol_at_beamartyr.net>
Date: Sun, 30 Mar 2008 22:19:02 +0300

Confirmed ickiness. Here's how to reproduce:

svn = svn 1.4.3
svn15 = svn 1.5.0-beta1

svnadmin create /home/issac/rep

mkdir /tmp/import
cd /tmp/import
mkdir prj1
mkdir prj1/trunk
mkdir prj1/tags
mkdir prj1/branches
mkdir prj2
mkdir prj2/trunk
mkdir prj2/tags
mkdir prj2/branches

touch prj1/trunk/1
touch prj2/trunk/2

svn import -m "import" . file:///home/issac/rep
cd ~; rm -rf /tmp/import

svn copy -m "before" file:///home/issac/rep/prj1/trunk
file:///home/issac/rep/prj1/tags/before

svn15 co file:///home/issac/rep/prj1/trunk 1

cd 1
svn15 del 1
touch 3
svn15 add 3

svn15 propset svn:externals "^/prj2/trunk/ p2" .

svn15 update
svn15 -m "r3" commit
svn15 copy -m "after" file:///home/issac/rep/prj1/trunk
file:///home/issac/rep/prj1/tags/after

svn15 switch file:///home/issac/rep/prj1/tags/before
svn15 switch file:///home/issac/rep/prj1/tags/after
[error here]

Karl Fogel wrote:
> Issac Goldstand <margol_at_beamartyr.net> writes:
>> Sigh. I'll work on it. I'm going to have to install another
>> production environment like this in the next few days, so solving this
>> before I do so is in my best interests too :-D
>>
>> I'll start with a clean VM soonish and keep you posted.
>
> Thank you!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-30 21:26:23 CEST

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.