On Apr 24, 2009, at 11:55 AM, Wolfram Fischer wrote: > > > > The repository is just an ordinary SQLite database file. Can you open > it using the "sqlite3" command-line client? > > D. Richard Hipp > d...@hwaci.com > > I can open the file and I can run: > insert into unsent values (5); > > sqlite> select * from unsent; > 5 > > also: > fossil settings editor vi > works, > just > fossil settings editor vi -global > doesn't >
The -global option tries to write into the ~/.fossil database, assuming you are on Linux. The name is different on windows, and I don't recall off-hand what it is, but it is somewhere in your "home" directory. D. Richard Hipp d...@hwaci.com _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

