darcs

Issue 2714 cannot remove recursively

Title cannot remove recursively
Priority bug Status resolved
Milestone Resolved in 2.18.1
Superseder Nosy List lemming
Assigned To
Topics

Created on 2024-02-07.10:08:16 by lemming, last changed 2024-05-11.20:21:48 by noreply.

Messages
msg23725 (view) Author: lemming Date: 2024-02-07.10:08:14
removebug> darcs init
Finished initializing repository.

removebug> mkdir -p src/System/Foo/Bar

removebug> darcs add src/System/Foo/Bar
Adding './src'
Adding './src/System'
Adding './src/System/Foo'
Adding './src/System/Foo/Bar'
Finished adding:
./src
./src/System
./src/System/Foo
./src/System/Foo/Bar

removebug> darcs record -m "add directories"
adddir ./src
Shall I record this change? (1/4)  [ynW...], or ? for more options: a
Finished recording patch 'add directories'

removebug> darcs remove -r src/
Can't remove ./src (it is not empty)
No files were removed.

Ist this the intended behaviour? Of course, 'src' is not empty, that's why 
I passed the '--recursive' option.
msg23788 (view) Author: bfrk Date: 2024-05-06.17:03:47
Can reproduce it. Looks like a bug to me.
msg23790 (view) Author: bfrk Date: 2024-05-06.19:02:09
Removed my last message because the text input widget apparently no longer breaks lines
but instead turns every paragraph into a long line. So, after thunderbird no longer
works, firefox also breaks this UI. This is really bad.
msg23812 (view) Author: noreply Date: 2024-05-11.20:21:47
The following patch sent by Ben Franksen <ben.franksen@online.de> updated issue issue2714 with
status=resolved;resolvedin=2.18.1

Hash: 9768b3e2ed31cfeb37b88cd5f814e0b972825bc7
Author: Ben Franksen <ben.franksen@online.de>
* resolve issue2714: cannot remove recursively
History
Date User Action Args
2024-02-07 10:08:16lemmingcreate
2024-05-06 17:03:47bfrksetpriority: bug
messages: + msg23788
2024-05-06 18:53:56bfrksetmessages: + msg23789
2024-05-06 18:55:36bfrksetmessages: - msg23789
2024-05-06 19:02:10bfrksetmessages: + msg23790
2024-05-08 13:06:17bfrksetstatus: unknown -> has-patch
2024-05-11 20:21:48noreplysetstatus: has-patch -> resolved
messages: + msg23812
resolvedin: 2.18.1