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

Re: 1.0.1 veto for r8959

From: makl <makl_at_tigris.org>
Date: 2004-03-11 08:56:17 CET

With a small variation of the recipe you find the real error. This
problem is reproducible with 1.0.0

$ svnadmin create --bdb-txn-nosync repo
$ svn co file://`pwd`/repo wc1
Checked out revision 0.

$ touch wc1/file1
$ svn add wc1/file1
A wc1/file1

$ svn ci -m "" wc1
Adding wc1/file1
Transmitting file data .
Committed revision 1.

$ svn sw file://`pwd`/repo/foo wc1/file1
D wc1/file1
Updated to revision 1.

# switching to something that does not exist?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 11 08:54:27 2004

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.