darcs

Issue 1991 can not add file with `:' in its name to version controll even with `--reserved-ok' option if `-r' exists among given arguments

Title can not add file with `:' in its name to version controll even with `--reserved-ok' option if `-r' exists among given arguments
Priority bug Status duplicate
Milestone Resolved in
Superseder isFile skips real files with colons, breaks "add" in darcs 2.4.98
View: 1932
Nosy List apprentice, dmitry.kurochkin
Assigned To
Topics

Created on 2010-11-12.20:38:10 by apprentice, last changed 2010-11-17.15:38:38 by kowey.

Messages
msg13013 (view) Author: apprentice Date: 2010-11-12.20:38:09
prog2:~> mkdir sandbox
prog2:~> cd sandbox
prog2:~/sandbox> darcs initialize
prog2:~/sandbox> mkdir test
prog2:~/sandbox> touch test/a:a:a
prog2:~/sandbox> darcs add -r --reserved-ok test
darcs: Maybe.fromJust: Nothing
prog2:~/sandbox> darcs add -r --reserved-ok test/a:a:a 
darcs: Maybe.fromJust: Nothing
prog2:~/sandbox> darcs add --reserved-ok test/a:a:a
prog2:~/sandbox>
msg13088 (view) Author: kowey Date: 2010-11-17.15:38:38
Hi! Thanks for the bug report and minimal test case (hint, 
http://wiki.darcs.net/Development/RegressionTests suggests an even more 
helpful approach if you want to go the extra mile).

I think this is a duplicate of issue1932, which will be fixed in Darcs 
2.8
History
Date User Action Args
2010-11-12 20:38:10apprenticecreate
2010-11-17 15:38:38koweysetstatus: unknown -> duplicate
messages: + msg13088
superseder: + isFile skips real files with colons, breaks "add" in darcs 2.4.98
milestone: 2.4.x ->