Re: [fossil-users] merging and file names: help text is wrong and conflicts are not reported

2013-07-28 Thread Stephan Beal
On Sun, Jul 28, 2013 at 4:19 AM, Eric Rubin-Smith eas@gmail.com wrote: [1] http://www.fossil-scm.org/index.html/tktview?name=67176c3aa4 Thanks - tested and closed (not reproducible). i cannot say anything sensible to your other points, so i'll maintain a tactical silence on them :). --

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-28 Thread Baruch Burstein
On Wed, Jul 24, 2013 at 5:33 PM, Steve Landers st...@digitalsmarties.comwrote: On 24/07/2013, at 6:25 AM, Baruch Burstein bmburst...@gmail.com wrote: Having recently graduated and on my first job, I am very interested in what seems to me to be completely irrational. In the past year I have

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-28 Thread Paolo Bolzoni
On Sun, Jul 28, 2013 at 3:32 PM, Baruch Burstein bmburst...@gmail.com wrote: This is drifting from the point of this thread, but what is modern OO as opposed to C++ style OO? Marketing I am afraid. In C++ many of the concept that other languages give as keywords like: interface or module are set

Re: [fossil-users] https-login setting

2013-07-28 Thread Jarek Lewandowski
W dniu 2013-07-27 21:32, MaxJarek pisze: W dniu 2013-07-24 11:22, MaxJarek pisze: Hi, My fossil works over http and https. I want to use setting option https-login but i have trouble. Documentation says: Send login credentials using HTTPS instead of HTTP even if the login page request came

Re: [fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread Stephan Beal
On Sun, Jul 28, 2013 at 8:54 PM, reverse reve...@snowflakejoins.com wrote: The problem is that mod_wsgi does not correctly populate all environment variables, especially PATH_INFO and REQUEST_URI that are parsed in fossil/src/main.c . Based on my interpretation of:

[fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread reverse
Stephan, is there a way to add the baseurl param to the default CGI script #!/path/to/fossil repository: /path/to/repo.fossil Alternatively, how to issue the fossil http .. command from a CGI script ? I'd like to fix the missing / wrong CGI variables in a wrapper cgi script. -Alex

Re: [fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread Stephan Beal
On Sun, Jul 28, 2013 at 9:17 PM, reverse reve...@snowflakejoins.com wrote: Stephan, is there a way to add the baseurl param to the default CGI script No idea - Apache's always worked for me and i've never needed to play with the various config options. :( -- - stephan beal

[fossil-users] Unshun: CSRF attempt error

2013-07-28 Thread Marc Simpson
It seems that unshunning is currently broken. To reproduce: (1) Create a test repository, $ fsl version This is fossil version 1.26 [a60b008f1a] 2013-07-26 15:46:01 UTC $ fsl new tmp.fsl $ mkdir tmp; cd tmp $ fsl open ../tmp.fsl $ touch a $ fsl add a; fsl commit -m a a $ fsl ui

[fossil-users] fossil http REPOSITORY ?OPTIONS?

2013-07-28 Thread reverse
Hi, According to Apache docs, the PATH_INFO may or may not be available . http://httpd.apache.org/docs/current/mod/mod_cgi.html PATH_INFO This will not be available if the AcceptPathInfo directive is explicitly set to off. The default behavior, if AcceptPathInfo is not given, is that mod_cgi