[fossil-users] newbie question - no answer in the wiki

2012-02-17 Thread Bjorn Madsen
Hello there, Sorry for the newbie question but I have lived without scm all my life and am just getting into fossil, as I am about to become a part of a larger development project. bjorn@box:~/Desktop/fossil-test$ fossil checkout testrepo fossil: there are unsaved changes in the current checkout

Re: [fossil-users] newbie question - no answer in the wiki

2012-02-17 Thread Stephan Beal
On Fri, Feb 17, 2012 at 11:51 AM, Bjorn Madsen bjorn.mad...@operationsresearchgroup.com wrote: bjorn@box:~/Desktop/fossil-test$ fossil checkout testrepo fossil: there are unsaved changes in the current checkout bjorn@box:~/Desktop/fossil-test$ fossil commit fossil: missing file: dyr.jpg

Re: [fossil-users] newbie question - no answer in the wiki

2012-02-17 Thread Bjorn Madsen
Excellent - thank you! On 17 February 2012 11:22, Richard Hipp d...@sqlite.org wrote: On Fri, Feb 17, 2012 at 5:51 AM, Bjorn Madsen bjorn.mad...@operationsresearchgroup.com wrote: Hello there, Sorry for the newbie question but I have lived without scm all my life and am just getting

[fossil-users] fsl wrapper script, might be of use to others ...

2012-02-17 Thread Matt Welland
I have written a wrapper script for fossil that makes some minor adaptions to accommodate a somewhat more Unix centric use model and where a large number of repos must be dealt with. In the off chance that others may find it useful I'm making it available at:

Re: [fossil-users] compile with --enable-json

2012-02-17 Thread Johan Samyn
On 16-02-2012 23:45, Stephan Beal wrote: On Thu, Feb 16, 2012 at 11:19 PM, Johan Samyn johan.sa...@gmail.com mailto:johan.sa...@gmail.com wrote: Thanks Stephan. Should adding 'FOSSIL_ENABLE_JSON = 1' to my Makefile.mingw work too (I'm a makefile noob ...) ? It doesn't look like

Re: [fossil-users] compile with --enable-json

2012-02-17 Thread Stephan Beal
On Fri, Feb 17, 2012 at 8:27 PM, Johan Samyn johan.sa...@gmail.com wrote: On 16-02-2012 23:45, Stephan Beal wrote: C:\DEV\FOSSIL\fossil-dev\work\fossil.exe: work\fossil.exe: unknown command: json work\fossil.exe: use help for more information That's what happens if FOSSIL_ENABLE_JSON is

Re: [fossil-users] compile with --enable-json

2012-02-17 Thread Stephan Beal
On Fri, Feb 17, 2012 at 8:34 PM, Stephan Beal sgb...@googlemail.com wrote: # make CPPFLAGS=-DFOSSIL_ENABLE_JSON Nevermind - that doesn't work. i thought it worked because i failed to do 'make distclean' before re-trying. i've just added an option to the mingw makefile which should allow you

Re: [fossil-users] compile with --enable-json

2012-02-17 Thread Johan Samyn
On 17-02-2012 20:46, Stephan Beal wrote: On Fri, Feb 17, 2012 at 8:34 PM, Stephan Beal sgb...@googlemail.com mailto:sgb...@googlemail.com wrote: # make CPPFLAGS=-DFOSSIL_ENABLE_JSON Nevermind - that doesn't work. i thought it worked because i failed to do 'make distclean' before

Re: [fossil-users] compile with --enable-json

2012-02-17 Thread Stephan Beal
On Fri, Feb 17, 2012 at 9:46 PM, Johan Samyn johan.sa...@gmail.com wrote: On 17-02-2012 20:46, Stephan Beal wrote: (Btw: the commentline above the 'ifdef FOSSIL_ENABLE_JSON ...' part you added in the Makefile.mingw will have to be edited, as it still refers to where you copied it from.)

Re: [fossil-users] Building fossil on Solaris

2012-02-17 Thread Jan Danielsson
On 02/17/12 03:00, Steve Bennett wrote: [---] No problem. I've pushed the fix into autosetup and updated autosetup on a branch, so perhaps Richard will merge this fix at some point. I've encountered two other issues; one is fixed in the branch jan-buildfixes. After applying the lib-fix,

[fossil-users] Functionality I want since long, in a branch apart

2012-02-17 Thread LluĂ­s Batlle i Rossell
Hello, I decided to update one of the branches I had with changes not accepted into trunk to some features I've been wanting in fossil since a long time. Of course, it's possible since there is the cool 'vdiff' page with SBS diff. At [9f208c6830] there are: - a 'd' link in annotate web pages,