Unable to commit after removing added folder
From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2005-04-28 20:26:38 CEST
Hi !
If I add a folder, and then I remove the folder by mistake (using the
Here's a Win32 repro recipe:
rd /s/q repos wc
And here's a sample run, on WinXP SP2 (fr-CA):
$ svn --version
$ svnadmin create --fs-type=fsfs repos
$ svn co file:///repos wc
$ cd wc
$ md dira dirb
$ svn add dira dirb
$ rd /s/q dirb
$ svn status
$ svn update
$ md dirb
$ svn update
$ svn commit
$ svn status
To me, that looks like a bug. Maybe someone else has another opinion ?
Thanks !
---------------------------------------------------------------------
|
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.