Re: [fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
2012/1/10 Richard Hipp : > > How about: > >    wget 'http://fsl.example.com/repo/tarball/x.tgz?uuid=trunk' > >> Ah okay, thanks. That makes it easy enough. wget 'http://fsl.example.com/repo/tarball/.?uuid=trunk' -O- | pax -rz It only required the additional zip privilege for nobody. Which is

[fossil-users] Fossil crashes on Windows

2012-01-10 Thread François Vogel
Hi all, On Windows Vista, I get repeatable crashes of fossil (application stops working and brutally crashes). This happens when running fossil revert (whatever the rest of the command is), for instance: C:\Users\francois\Documents\Development\tcltk-fossil\tk-fossil\tests>fossil changes E

Re: [fossil-users] althttpd cgi chroot stunnel

2012-01-10 Thread Richard Hipp
On Tue, Jan 10, 2012 at 3:27 PM, Thomas Stover wrote: > > -althttpd looks for directories that end with the .website suffix, and > defaulting to default.website. So create one or more directories like > this /repos/project1.website /repos/project2.website, which will then > corrispond to the URLs

Re: [fossil-users] Check out files directly from remote repository

2012-01-10 Thread Richard Hipp
On Tue, Jan 10, 2012 at 3:24 PM, wrote: > Probably missing something very obvious. But how do you > get the current set of files from a remote repository? (Using > the command line, not the server UI.) > > With SVN or GIT you can just do a checkout on the server > url with e.g. >svn co http:/

Re: [fossil-users] althttpd cgi chroot stunnel

2012-01-10 Thread Thomas Stover
As promissed, a stab at some more dumbed down instructions. (So at least I might be able to figure this out again later) = Checklist For stunnel + althttpd + fossil configuration This configuration allows for multiple fossil projects, static contents, other non-fossil cgi co

[fossil-users] Check out files directly from remote repository

2012-01-10 Thread mario
Probably missing something very obvious. But how do you get the current set of files from a remote repository? (Using the command line, not the server UI.) With SVN or GIT you can just do a checkout on the server url with e.g. svn co http://svn.example.org/repos/proj/trunk proj git clone g

Re: [fossil-users] diagnosing log in problems

2012-01-10 Thread Thomas Stover
On Tue, 10 Jan 2012 12:55:20 -0500 Richard Hipp wrote: > exec = /usr/bin/althttpd > execargs = /usr/bin/althttpd -logfile /logs/http.log -root /home/www > -user www-data -https 1 That helped, I forget the separate exec and execargs parts. Relevant valgrind output is: ==29180== Invalid read of

Re: [fossil-users] diagnosing log in problems

2012-01-10 Thread Richard Hipp
On Tue, Jan 10, 2012 at 12:35 PM, Thomas Stover wrote: > On Tue, 10 Jan 2012 07:58:11 -0500 > Richard Hipp wrote: > > > If this is all your log shows, that indicates that Fossil is never > > seeing the actual login attempt. The error appears to be occurring > > somewhere before reaching Fossil.

Re: [fossil-users] diagnosing log in problems

2012-01-10 Thread Thomas Stover
On Tue, 10 Jan 2012 07:58:11 -0500 Richard Hipp wrote: > If this is all your log shows, that indicates that Fossil is never > seeing the actual login attempt. The error appears to be occurring > somewhere before reaching Fossil. > Indeed. It appears the problem is with althttp. /var/log/messag

Re: [fossil-users] fossil/git interaction

2012-01-10 Thread Andreas Kupries
On 1/9/2012 5:05 PM, Joerg Sonnenberger wrote: On Mon, Jan 09, 2012 at 03:52:02PM -0800, Andreas Kupries wrote: On 1/9/2012 12:16 PM, Joerg Sonnenberger wrote: On Sun, Jan 08, 2012 at 12:42:17PM -0800, Russ Paielli wrote: You can easily provide a git mirror of a fossil repository. It can be som

Re: [fossil-users] diagnosing log in problems

2012-01-10 Thread Richard Hipp
On Mon, Jan 9, 2012 at 7:10 PM, wrote: > Try the URL https://www.thomasstover.com/buildconfigurationadjust/. It > does output. If I type in the anonymous or admin credentials, I get blank > screen. This is just a completely blank project. > > fossil-debug-log looks like trying an anonymous login: