Overview
Artifact ID: | 1aee779fc6be7fad1ab5da54a35787c9b9ec078f |
---|---|
Ticket: | 77ab05a0e9d890599c3241f7025de68f9c250604
Moving files doesn'trespect directory structures |
User & Date: | anonymous 2011-02-10 18:37:48 |
Changes
- comment changed to:
Here is a transcript of me trying to move files to a new subdirectory in the latest Fossil: ]0;nolan@nolan-desktop: ~/Projects/Hermes/Webnolan@nolan-desktop:~/Projects/Hermes/Web$ fossil mv src/main/scala/info/hermesg ps/web/* src/main/scala/code RENAME src/main/scala/info/hermesgps/web/api/V1.scala src/main/scala/code/V1.scala RENAME src/main/scala/info/hermesgps/web/comet/.keep src/main/scala/code/.keep RENAME src/main/scala/info/hermesgps/web/comet/Geolocation.scala src/main/scala/code/Geolocation.scala RENAME src/main/scala/info/hermesgps/web/comet/ImportMonitor.scala src/main/scala/code/ImportMonitor.scala RENAME src/main/scala/info/hermesgps/web/comet/Search.scala src/main/scala/code/Search.scala RENAME src/main/scala/info/hermesgps/web/lib/.keep src/main/scala/code/.keep fossil: SQLITE_CONSTRAINT: abort at 34 in [UPDATE vfile SET pathname='src/main/scala/code/.keep' WHERE pathname='src/main/scala/info/hermesgps/web/lib/.keep' AND vid=1042]: columns pathname, vid are not unique fossil: columns pathname, vid are not unique UPDATE vfile SET pathname='src/main/scala/code/.keep' WHERE pathname='src/main/scala/info/hermesgps/web/lib/.keep' AND vid=1042 If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. fossil: SQLITE_BUSY: statement aborts at 2: [ROLLBACK] cannot rollback transaction - SQL statements in progress ]0;nolan@nolan-desktop: ~/Projects/Hermes/Webnolan@nolan-desktop:~/Projects/Hermes/Web$ fossil rebuild ]0;nolan@nolan-desktop: ~/Projects/Hermes/Webnolan@nolan-desktop:~/Projects/Hermes/Web$ fossil rebuild ... $ fossil mv src/main/scala/info/hermesgp ps/web/* src/main/scala/code RENAME src/main/scala/info/hermesgps/web/api/V1.scala src/main/scala/code/V1.scala RENAME src/main/scala/info/hermesgps/web/comet/.keep src/main/scala/code/.keep RENAME src/main/scala/info/hermesgps/web/comet/Geolocation.scala src/main/scala/code/Geolocation.scala RENAME src/main/scala/info/hermesgps/web/comet/ImportMonitor.scala src/main/scala/code/ImportMonitor.scala RENAME src/main/scala/info/hermesgps/web/comet/Search.scala src/main/scala/code/Search.scala RENAME src/main/scala/info/hermesgps/web/lib/.keep src/main/scala/code/.keep fossil: SQLITE_CONSTRAINT: abort at 34 in [UPDATE vfile SET pathname='src/main/scala/code/.keep' WHERE pathname='src/main/scala/info/hermesgps/web/lib/.keep' AND vid=1042]: columns pathname, vid are not unique fossil: columns pathname, vid are not unique UPDATE vfile SET pathname='src/main/scala/code/.keep' WHERE pathname='src/main/scala/info/hermesgps/web/lib/.keep' AND vid=1042 If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. fossil: SQLITE_BUSY: statement aborts at 2: [ROLLBACK] cannot rollback transaction - SQL statements in progress
- foundin changed to: "81ad6e2e20"
- private_contact changed to: "e7d733707d8c126de4f080f5f958e762bfaa8983"
- status changed to: "Open"
- title changed to: "Unable to move files"
- type changed to: "Code_Defect"