On Fri, Oct 4, 2013 at 8:57 AM, Stephan Beal <sgb...@googlemail.com> wrote:

> Hmmm... we might need you to add some printfs() to fossil to debug this
> one, unless there's a switch i'm unaware of to dump the manifest out before
> committing.
>


i need to leave for a while, but here's something we can try, and with any
luck i'll be back about the time you've got this running (i'm naively
assuming you're running a fossil built locally):

http://fossil-scm.org/index.html/artifact/468d7f73a4b09fe03d16d8477f9fe6a99481bec9?ln=494

right after that line, please add:

cgi_printf("TEST FOR RON:\n%b", pOut);

all that will do is dump the manifest (and any other stuff it tries to
save) to stdout. Please try with a small commit first, because this will
also dump the contents of the file(s) being committed, and send the output
to a file:

# fossil commit .... &> foo.out

what i'm mostly interested in seeing is the contents of the manifest file
itself. The error is happening during the before-commit verification of the
manifest because it cannot load that manifest:

http://fossil-scm.org/index.html/artifact/0e2f3aa96c9d2fc79f158f3944378b1e7fe8f3ec?ln=868

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
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