[fossil-users] Building Windows binary with SSL support

2012-12-05 Thread Maxim Khitrov
Greetings, I just started playing with fossil, but the lack of client SSL/TLS support in the official binaries is a pretty major bump in the road for production use. I've read all the topics that I could find on this subject, and I understand the arguments, but this really gets in the way of the

[fossil-users] fossil server --baseurl doesn't work with directories

2012-12-05 Thread Maxim Khitrov
Hello, I have fossil running behind nginx, which is proxying https connections to http://localhost:8080/. If I start the server with fossil server /my/repo/dir/ to make all *.fossil repositories available, fossil generates wrong links by using the http scheme instead of https. However, if I

Re: [fossil-users] fossil server --baseurl doesn't work with directories

2012-12-06 Thread Maxim Khitrov
On Wed, Dec 5, 2012 at 9:56 PM, Maxim Khitrov m...@mxcrypt.com wrote: Hello, I have fossil running behind nginx, which is proxying https connections to http://localhost:8080/. If I start the server with fossil server /my/repo/dir/ to make all *.fossil repositories available, fossil generates

[fossil-users] chroot when running as root

2012-12-06 Thread Maxim Khitrov
Hello, The Quick Start guide says the following: When you do run fossil as root, it automatically puts itself in a chroot jail in the same directory as the repository, then drops root privileges prior to reading any information from the request. I'm not seeing this behavior on FreeBSD

Re: [fossil-users] chroot when running as root

2012-12-06 Thread Maxim Khitrov
On Thu, Dec 6, 2012 at 8:40 AM, Richard Hipp d...@sqlite.org wrote: On Thu, Dec 6, 2012 at 8:34 AM, Maxim Khitrov m...@mxcrypt.com wrote: Hello, The Quick Start guide says the following: When you do run fossil as root, it automatically puts itself in a chroot jail in the same directory

Re: [fossil-users] fossil server --baseurl doesn't work with directories

2012-12-06 Thread Maxim Khitrov
On Thu, Dec 6, 2012 at 7:56 AM, Maxim Khitrov m...@mxcrypt.com wrote: Found a way around the problem with the following nginx configuration: location / { proxy_pass http://localhost:8080/; proxy_redirect http:// https://; proxy_set_header Host $host

[fossil-users] Allow the use of FOSSIL_USER for setting username

2012-12-06 Thread Maxim Khitrov
Hello, I'd like to have a consistent username across all repositories that I'm working with, but without modifying USER or USERNAME environment variables. These variables are used by other applications, so modifying them is not a good idea. Would it be possible to introduce an additional check

Re: [fossil-users] Allow the use of FOSSIL_USER for setting username

2012-12-06 Thread Maxim Khitrov
On Thu, Dec 6, 2012 at 1:38 PM, Maxim Khitrov m...@mxcrypt.com wrote: Hello, I'd like to have a consistent username across all repositories that I'm working with, but without modifying USER or USERNAME environment variables. These variables are used by other applications, so modifying them

[fossil-users] Local time zone detection and chroot

2012-12-13 Thread Maxim Khitrov
Hello, I'm running 'fossil serve' on a FreeBSD system in EST time zone. If I start the process as root, the Timeline setup page tells me that On this server, local time is currently the same as UTC, which is incorrect. If I start the process as some other user, such as www, then I get the correct

[fossil-users] Revisiting full-text search

2012-12-15 Thread Maxim Khitrov
Hello, I found a few previous discussions about the implementation of full text search in Fossil and I'm curious about the current status. It's clear that this isn't a simple problem to solve, but I think it's an essential feature to have, even if the initial implementation covers just the most

[fossil-users] Safe to build fossil from trunk for production use?

2012-12-19 Thread Maxim Khitrov
Hello, I see that fossil-scm.org isn't running the release version of fossil. Is that mostly for testing prior to a release or is it safe to build the binary from trunk and use it in production? - Max ___ fossil-users mailing list

[fossil-users] scrub --private doesn't remove new private branch

2012-12-19 Thread Maxim Khitrov
Hello, I was trying to remove a private branch from the repository, but the scrub --private command didn't work as expected. The following commands are executed on Windows 7 using fossil 1.24 (renamed to fs): D:\fs clone https://www.fossil-scm.org/ fossil-scm.fossil D:\mkdir fossil-scm

Re: [fossil-users] scrub --private doesn't remove new private branch

2012-12-20 Thread Maxim Khitrov
On Wed, Dec 19, 2012 at 1:05 PM, Maxim Khitrov m...@mxcrypt.com wrote: Hello, I was trying to remove a private branch from the repository, but the scrub --private command didn't work as expected. The following commands are executed on Windows 7 using fossil 1.24 (renamed to fs): D:\fs

Re: [fossil-users] fossil on https, fix site links

2012-12-27 Thread Maxim Khitrov
On Thu, Dec 27, 2012 at 5:27 AM, Paolo Bolzoni paolo.bolzoni.br...@gmail.com wrote: I tried to put my fossil servers on https via stunnel. It seems working, but some links in the fossil site fail because they use links with http suffix. For example, You can connect directly to

Re: [fossil-users] Fossil 1.25

2013-01-10 Thread Maxim Khitrov
On Wed, Jan 2, 2013 at 4:12 PM, Richard Hipp d...@sqlite.org wrote: On Wed, Jan 2, 2013 at 3:58 PM, Ruediger Haertel r_haer...@gmx.de wrote: Hello, happy new year to all of you. Will there be precompiled versions of v1.25? I remember there was a discussion about this, but don't know what

[fossil-users] Cross-compiling under FreeBSD for Windows

2013-01-10 Thread Maxim Khitrov
For anyone else interested, here are the steps for building fossil.exe with OpenSSL support on a FreeBSD host (9.0-RELEASE-p5 amd64): 1. Install devel/mingw32-gcc, devel/mingw32-zlib, and devel/mingw32-openssl ports. As of this writing, mingw32-zlib (1.2.5) fails to build due to a problem with

Re: [fossil-users] fossil scrub --private leading to a broken repository

2013-02-25 Thread Maxim Khitrov
On Mon, Feb 25, 2013 at 11:09 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Hi, I have been using a private branch to test some code like this: hack fossil ci --private -m bla hack fossil ci --private -m test2 fossil merge private fossil ci -m this is what I hacked on

Re: [fossil-users] local time is currently the same as UTC

2013-05-01 Thread Maxim Khitrov
On Wed, May 1, 2013 at 7:21 PM, Will Parsons varro@nodomain.invalid wrote: Hi, I've set up (on FreeBSD) a fossil server using the inetd method. When looking at the timeline display I see the times displayed in UTC, and since I'd rather see local time, I tried to fix this using Timeline

Re: [fossil-users] local time is currently the same as UTC

2013-05-01 Thread Maxim Khitrov
On Wed, May 1, 2013 at 8:08 PM, Will Parsons varro@nodomain.invalid wrote: Hi Maxim, Maxim Khitrov wrote: On Wed, May 1, 2013 at 7:21 PM, Will Parsons varro@nodomain.invalid wrote: Hi, I've set up (on FreeBSD) a fossil server using the inetd method. When looking at the timeline display I

Re: [fossil-users] ip addr in log problem

2013-08-03 Thread Maxim Khitrov
On Sat, Aug 3, 2013 at 4:52 PM, reverse reve...@snowflakejoins.com wrote: Hi, I also had some problems behind proxy. Solved those by having one more Apache instance just for Fossil deployment. Please consider taking value of HTTP_FORWARDED_REQUEST_URI (if present) instead of PATH_INFO, and

Re: [fossil-users] ip addr in log problem

2013-08-03 Thread Maxim Khitrov
On Sat, Aug 3, 2013 at 5:59 PM, Richard Hipp d...@sqlite.org wrote: On Sat, Aug 3, 2013 at 4:59 PM, Maxim Khitrov m...@mxcrypt.com wrote: On Sat, Aug 3, 2013 at 4:52 PM, reverse reve...@snowflakejoins.com wrote: Hi, I also had some problems behind proxy. Solved those by having one more