Hi,

I have a directory called test

it contains a directory called disc and a directory called disk_sizes.
test/disk_sizes contains a few files with extension "dsk".

I wanted to do this move:

test/disk_sizes -> test/disc/disk_sizes

I worked around the other problem I reported by creating test/disc/disk_sizes.

but I typed:

fossil mv test/disk_sizes test/disc

this moved all files in test/disk_sizes to test/disc. (test/disc is now filled 
with files with extension dsk).

I realised my mistake.

I did:

fossil revert test/disc/*.dsk

fossil reported the UNMANAGE.

i then did "fossil changes".

fossil then listed each file with dsk extension with "MISSING".

I can't revert the change.

i tried to do the mv again and fossil did nothing :(

(I don't know if this is important but I had other files and directories in my 
fossil changes at the same time).

How can I fix this?

I tried to do the move again (but correct this time) and although fossil 
reported it had renamed the files and to the correct location, fossil changes 
didn't have those changes and had the same MISSING. I can't revert and I can 
repeat the operation. :(


Thanks

Kevin




_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to