Gilles,

You might want to take a look at the work done for SharpFossil: 
http://repository.mobile-developers.de/cgi-bin/ikoch/sharpfossil/index. 
Although it hasn't been worked on in a while, I think some of the commands you 
are looking for have been implemented as a wrapper useable by C# programs. 

Tomek

> To: fossil-users@lists.fossil-scm.org
> From: gilles.gana...@free.fr
> Date: Sat, 24 Nov 2012 22:40:11 +0100
> Subject: Re: [fossil-users] Fossil as DLL?
> 
> On Sat, 24 Nov 2012 15:31:41 -0500, Richard Hipp
> <d...@sqlite.org> wrote:
> >The current Fossil implementation is not appropriate for converting into a
> >library due to its extensive using of global variables and due to a
> >cavalier attitude toward freeing allocated memory.  Fossil is designed to
> >run a single operation quickly, then quit and let the operating system
> >clean up the mess.  Even commands like "fossil ui" operate by having the
> >parent process start up a new short-lived child process to process every
> >HTTP request.
> 
> Thanks for the info. I'll just read the output of commands searching
> for the case insensitive "y/n", and if found, let the user rewrite the
> command in case it's incomplete ((eg. "commit" missing a comment
> through the "-m" switch).
> 
> >This question needs to be a FAQ....
> 
> I logged on as anonymous/dynamic-password-on-screen ("Logged in as
> anonymous"), but didn't see any "Edit" link anywhere in the FAQ page
> so I could add this question.
> www.fossil-scm.org/index.html/doc/trunk/www/faq.wiki
> 
> Thank you.
> 
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
                                          
_______________________________________________
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