| Ticket Hash: | c6376b37a87171e2f1d2dc2bb7affd6c262e7f4a | ||
| Title: | fossil rename says 'file outside of checkout tree' when it isn't | ||
| Status: | Closed | Type: | Code_Defect |
| Severity: | Important | Priority: | |
| Subsystem: | Resolution: | Unable_To_Reproduce | |
| Last Modified: |
2023-01-17 17:16:49 3.21 years ago |
Created: |
2010-10-12 14:32:36 15.48 years ago |
| Version Found In: | 7aae4ef068 | ||
| Description: | ||||
Fossil undo doesn't work after a mv/ren operation. Also, I'm unable to move the file back up the source tree because fossil thinks the path is outside of the checkout tree. I tried several variations. Here is my repro on Windows 7 using PowerShell:
PS C:\rev\src\test> fossil ver This is fossil version [7aae4ef068] 2010-09-03 01:57:41 UTC PS C:\rev\src\test> fossil new ..\test.fossil project-id: 642e99bc40ce3ba6e4b643dd79c1f8e14b55a645 server-id: 2fdbc1bdee11d946bba0105c34727630449caf84 admin-user: rwilso20 (initial password is "670296") PS C:\rev\src\test> fossil open ..\test.fossil PS C:\rev\src\test> lsDirectory: C:\rev\src\test | ||||