On Fri, Apr 11, 2014 at 10:12 PM, Stephan Beal <sgb...@googlemail.com>wrote:

> A single, shared checkout is your problem. The default-user setting is set
> locally, in the checkout, and does not propagate (it even ignores the
> --global option, in my tests).
>

Sorry, hit send too soon. To get out of that situation, do:

fossil unset default-user

But that leads to an error. This seems like a bug. i'll take a look.

In the mean time, try:

sqlite3 .fslckout (or _FOSSIL_, depending on your config)


and type:

[stephan@host:~/cvs/fossil/libfossil]$ sqlite3 _FOSSIL_
SQLite version 3.8.4.1 2014-03-12 19:38:38
Enter ".help" for usage hints.
sqlite> select * from vvar where name='default-user';
default-user|stephan
sqlite> delete from vvar where name='default-user';
sqlite>

That should get you going again.

But really, you shouldn't work under a single dir, especially on a network.
Your work might be "fun stuff" now, but it won't be if you corrupt your
repo.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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