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

Re: [reproduction recipe] SVN crash after manual deleting a "Test"+"Test/.svn" dir

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-02-29 00:30:54 CET

On Feb 28, 2004, at 5:30 PM, makl wrote:

> To reproduce the crash it is important to run the copy command inside
> the working copy.
>
> $ svn --version
> svn, version 1.0.0
> compiled Feb 25 2004, 18:32:49
> [...]
>
> svnadmin create repo
> svn co file:///g:/repos/repo wc1
> mkdir wc1\dir1
> svn add wc1\dir1
> svn ci -m "" wc1
> cd wc1
> svn delete dir1
> rmdir /S /Q dir1
> svn cp -r 1 dir1 .

Fixed the crash in revision 8863, but you're still not going to be able
to do what you're trying to do. You'll have to commit the delete
before copying over it. Now it will at least return an error instead
of crashing, which is a step in the right direction.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 29 00:30:17 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.