| Ticket Hash: | 38cecac15f1aeaae75b72369a67da8201b7e281b | ||
| Title: | test-move-repository requires access to original repository | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Important | Priority: | |
| Subsystem: | Resolution: | Fixed | |
| Last Modified: |
2013-03-15 14:08:50 13.06 years ago |
Created: |
2013-03-04 10:26:41 13.09 years ago |
| Version Found In: | 1.25 | ||
| User Comments: | ||||
jan.nijtmans added on 2013-03-04 10:26:41:
Try "fossil test-move-repository" when the original location is no longer available. $ fossil test-move-repository C:/fossil/foo.fossil Fossil internal error: repository does not exist or is in an unreadable directory: H:\fossil\foo.fossil Also note that db_open_repository() and db_record_repository_filename() don't require a normalized path name, so the file_canonical_name() call in cmd_open() is not necessary. Proposed fix in branch "fix-test-move-repository" jan.nijtmans added on 2013-03-15 14:08:50: Fixed in trunk | ||||