Fossil

View Ticket
Login
2013-03-15
14:08 Fixed ticket [38cecac15f]: test-move-repository requires access to original repository plus 4 other changes artifact: 8c565d705f user: jan.nijtmans
14:07
Fix ticket [38cecac15f]: test-move-repository requires access to original repository check-in: e5905473a8 user: jan.nijtmans tags: trunk
2013-03-04
10:26 New ticket [38cecac15f] test-move-repository requires access to original repository. artifact: 83b3c04113 user: jan.nijtmans

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