Re: [fossil-users] Bug with artifact clusters

2012-08-18 Thread Lluís Batlle i Rossell
On Fri, Aug 17, 2012 at 07:52:51PM +0200, Antoine Chavasse wrote: > Hello, > > I have one rather large repository (more than 600Mb) that contains a lot of > relatively small text files as well as a significant number of jpg pictures. > I have a fossil server on a NAS and two different pc that sync

Re: [fossil-users] Core Dump in Shared Hosting

2012-08-18 Thread Lluís Batlle i Rossell
On Fri, Aug 17, 2012 at 04:57:39PM -0430, José Romero wrote: > ldd fossil > statically linked If it is a 64-bit system, you have to ask the 32-bit version of ldd, not the 64-bit. It is dynamically linked, expecting the 32-bit dynamic loader at /lib/ld-linux.so.2. If your 32-bit dynamic loader sit

Re: [fossil-users] Fossil version 1.23

2012-08-18 Thread Noam Postavsky
On Wed, Aug 8, 2012 at 8:10 AM, Richard Hipp wrote: > Fossil version 1.23 is now available on the website. See > > http://www.fossil-scm.org/download.html > > for additional information. Please report any problems to this mailing > list. The Windows' binary seems to have some debugging pr

[fossil-users] Latest fossil executable for OS X segfaults

2012-08-18 Thread Ned Deily
FYI - the most recent fossil executable available on the downloads page: http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip will segfault on most OS X systems. It was apparently built on a system with MacPorts installed but without modifying the build to ensure that the ne

[fossil-users] Bash auto-completion

2012-08-18 Thread Stuart Rackham
I noticed a request for a bash auto-completion script on the Fossil Wiki (https://www.sqlite.org/debug1/wiki?name=Auto-completion) -- adding the following code to your bash $HOME/.bashrc file should do the trick (I've also introduced the alias 'f' for 'fossil' to cut down on keystrokes): 8<-