Overview
Artifact ID: | ec19f67a5c4a20d40ba41d8b51aaf2a96e631a56 |
---|---|
Ticket: | 8b7d7d80f3574a949ba0c18eed2187de5df8962b
Can't open files by relative paths on Windows |
User & Date: | anonymous 2011-03-25 05:42:11 |
Changes
- comment changed to:
I can't open files using just the filename from the current directory. Output below: D:\Dropbox>fossil open test C:\WINDOWS\fossil.exe: SQLITE_ERROR: no such table: vvar C:\WINDOWS\fossil.exe: no such table: vvar REPLACE INTO vvar(name,value) VALUES('repository','D:/Dropbox/t If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. D:\Dropbox>fossil open .\test C:\WINDOWS\fossil.exe: SQLITE_ERROR: table vvar already exists C:\WINDOWS\fossil.exe: table vvar already exists If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. D:\Dropbox>fossil open D:\Dropbox\test C:\WINDOWS\fossil.exe: SQLITE_ERROR: table vvar already exists C:\WINDOWS\fossil.exe: table vvar already exists If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. D:\Dropbox>cd .. D:\>fossil open Dropbox\test
- foundin changed to: "84e755e213"
- private_contact changed to: "d96c582a32f6f86479d94763a81705acaae38475"
- severity changed to: "Severe"
- status changed to: "Open"
- title changed to: "Can't open files by relative paths on Windows"
- type changed to: "Code_Defect"