darcs

Issue 2714 cannot remove recursively

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

Created on 2024-02-07.10:08:16 by lemming, last changed 2024-02-07.10:08:16 by lemming.

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.
History
Date User Action Args
2024-02-07 10:08:16lemmingcreate