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

Re: Bug w/ corrupted WC URL on a failed switch not really fixed in 1.0.1

From: makl <makl_at_tigris.org>
Date: 2004-04-07 18:15:20 CEST

A shorter recipe.

REPO=file://`pwd`/repo
svnadmin create --bdb-txn-nosync repo

svn mkdir -m "r1" $REPO/trunk
svn mkdir -m "r2" $REPO/trunk/p1
svn mkdir -m "r3" $REPO/branches
svn mkdir -m "r4" $REPO/branches/p1
svn mkdir -m "r5" $REPO/branches/p1/p2

svn co $REPO/trunk wc1
mkdir wc1/p1/p2
svn switch $REPO/branches wc1
svn info wc1
svn info wc1/p1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 7 18:13:29 2004

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.