Overview
Artifact ID: | efc9e3faa5377ad5e2f24867c9730d7b048fe322 |
---|---|
Ticket: | 205152fe151a8421df40546df0d97f10ccee4fb9
Fossil command test-move-repository should run without access to repository |
User & Date: | altufaltu 2012-03-22 04:13:56 |
Changes
- comment changed to:
Fossil command test-move-repository can (and should) run independently without access to repository. This is useful if the repository is moved prior to running this command. As a workaround, sqlite3 executable can be used to manipulate _FOSSIL_ as follows:<pre> C:\test> sqlite3 _FOSSIL_ sqlite> UPDATE vvar SET value='new.fsl' WHERE name='repository'; <pre> In similar lines, fossil command sqlite3 should run independent of repository as well as checkout. If run from a checkout, if repository is not available, this command doesn't run even if database is explicitly specified. if run from outside a checkout, it requires a fossil repository through -R option.
- foundin changed to: "1.22 [5dd5d39e7c]"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
Fossil command test-move-repository should run without access to repository
- type changed to: "Code_Defect"