On Fri, May 13, 2011 at 3:56 AM, Benoit Mortgat <mort...@gmail.com> wrote:

> I just tried to rebuild all my fossil repositories with “fossil all
> rebuild” and I got this error message on one of them (not on the others):
>

I'm thinking that somehow the original MBCS name, rather than the UTF8 name,
for the database got stored in your $LOCALAPPDATA/_fossil database - where
the list of all your fossil repositories is stored.  What does the "fossil
all list" command show you?  Is the correct database name displayed?



>
> fossil.exe: SQLITE_ERROR: no such table: main.delta
> fossil.exe: no such table: main.delta
> CREATE INDEX IF NOT EXISTS delta_i1 ON delta(srcid);
>
> CREATE TABLE IF NOT EXISTS shun(
>   uuid UNIQUE,
>   mtime INTEGER,
>   scom TEXT
> );
>
> CREATE TABLE IF NOT EXISTS private(rid INTEGER PRIMARY KEY);
>
> CREATE TABLE IF NOT EXISTS concealed(
>   hash TEXT PRIMARY KEY,
>   mtime INTEGER,
>   content TEXT
> );
>
> I am using Windows and the repository name contains an accentuated
> character.
> When I run “fossil sqlite3 -R the_8.3_path_to_the_repository” the schema
> shows that a delta table exists.
> Using “fossil rebuild the_8.3_path_to_the_repository” works.
>
> --
> Benoit Mortgat
> 20, avenue Marcel Paul
> 69200 Vénissieux, France
> +33 6 17 15 41 58
> +33 4 27 11 61 23
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to