darcs

Issue 2119 suspicious pending file

Title suspicious pending file
Priority Status given-up
Milestone Resolved in
Superseder Nosy List kowey
Assigned To
Topics

Created on 2012-01-06.18:00:57 by kowey, last changed 2017-07-31.00:31:46 by gh.

Messages
msg14973 (view) Author: kowey Date: 2012-01-06.18:00:57
some combination of mv/add

{
move ./test ./testdata
adddir ./Test
adddir ./testdata
adddir ./testdata/blog
adddir ./testdata/blog/tags
adddir ./testdata/posts
adddir ./testdata/templates
}

Should this be possible?

I'm not expecting the move patch.  I had initially added test, and then
mv'ed it to testdata

-- 
Eric Kow <http://erickow.com>
msg14974 (view) Author: ganesh Date: 2012-01-06.18:12:12
Does look dodgy - can you reproduce it?
msg14980 (view) Author: kowey Date: 2012-01-08.16:08:01
Meh, no luck.  But I think it may have something to do with my case-
insensitive filesystem

I did reproduce something else though.  This gets a "S/test: 
openBinaryFile: inappropriate type (is a directory)"

# variant with different type
cd S 
echo > test
darcs add test
darcs record -am 'test' test
darcs mv test testdata
mkdir Test
darcs add Test
darcs record -am 'rename test to testdata; add Test'
cd ..
History
Date User Action Args
2012-01-06 18:00:58koweycreate
2012-01-06 18:12:12ganeshsetmessages: + msg14974
2012-01-06 19:09:52koweysetstatus: unknown -> needs-reproduction
2012-01-08 16:08:03koweysetmessages: + msg14980
2017-07-31 00:31:46ghsetstatus: needs-reproduction -> given-up