mahsoud / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Erronous "Deletion failed" message when updating offset workdir #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new directory with the following files with any content: 
deleted_file.txt, subdir/file.txt.
2. Import the directory as a new session named "TestSession"
3. Check out the root of "TestSession" as workdir1
4. Check out "TestSession/subdir" as workdir2
5. Delete the file workdir1/deleted_file.txt
6. Commit the changes in workdir1
7. Execute an update command in workdir2

(These steps are also implemented in the attached test script)

What is the expected output? What do you see instead?

The update should run without any error messages. Instead, a message "Deletion 
failed: deleted_file.txt" is shown.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ekb...@gmail.com on 11 Apr 2011 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in changeset 319:403cbb6bc635.

Original comment by ekb...@gmail.com on 11 Apr 2011 at 7:55