2011/12/8 Lluís Batlle i Rossell <[email protected]> > I'm trying a clone from cygwin, fossil 1.20, and I get: > > ------- > developer@xxxx:~/3rd$ fossil clone http://viric.name/cgi-bin/btarbtar.fossil > fossil: SQLITE_CONSTRAINT: abort at 20 in [INSERT INTO > user(login,pw,cap,info) > VALUES('developer','','dei','Dev');]: column login is not unique > fossil: column login is not unique > INSERT INTO user(login,pw,cap,info) > VALUES('anonymous',hex(randomblob(8)),'hmncz','Anon');INSERT INTO > user(login,pw,cap,info) VALUES('nobody','','gjor','Nobody');INSERT INTO > user(login,pw,cap,info) VALUES('developer','','dei','Dev');INSERT INTO > user(login,pw,cap,info) VALUES('reader','','kptw','Reader'); > > If you have recently updated your fossil executable, you might > need to run "fossil all rebuild" to bring the repository > schemas up to date. > > ------- > > In this machine we use fossil since more than a year, but we did not use > clone > since long ago. > Any ideas? >
I guess there is a compatibility bug I need to fix. In the meantime, your workaround is to find and remove the redundant entry in the USER table of the repository database. > > I can clone the same repository from other machines. > > Regards, > Lluís. > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

