Re: [fossil-users] cloning http://www.fossil-scm.org/ fails

2010-01-22 Thread Kyle McKay
On Jan 21, 2010, at 5:37 PM, D. Richard Hipp wrote: On Jan 21, 2010, at 4:58 PM, D. Richard Hipp wrote: On Jan 21, 2010, at 7:35 PM, Kyle McKay wrote: All 3 of the URLs listed on: http://www.fossil-scm.org/fossil/doc/tip/www/selfhost.wiki fail with the same error on a clone

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Rene de Zwart
Op Do, 21 januari, 2010 14:15, schreef Simon Horton: Hello, I have fossil source code: fossil-src-20091220213451 I have setup Ming and MSYS (http://www.mingw.org/wiki/msys). Attempting to compile gives me an error caused by a missing zlib.h. I am guessing this means I need to include

[fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
$ fossil open ../fossil/fossil.fsl ssl $ make $ ./fossil version This is fossil version [652f20ef9c] 2010-01-21 22:03:24 UTC $ ./fossil set proxy wwwproxy:80 $ ./fossil clone http://fossil-scm.org no-ssl.fsl Bytes Cards Artifacts Deltas Send: 49

[fossil-users] Numbering in the ticket view

2010-01-22 Thread Jacek Cała
Hi, Do you have any idea how to add numbering to the list of tickets. It would be nice to have a quantitative view on the solved/unsolved issues. I was skimming through the sqllite manual but couldn't find anything usable. Jacek ___ fossil-users

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread paolo lulli
It happened to me also not to be able to get a HTTP clone via proxy. I'm not sure, but everything went ok simply giving: fossil clone http://fossil-scm.org no-ssl.fsl --proxy wwwproxy:80 Without prior setting the 'proxy' var, nor exporting the http_proxy one. Maybe a bug on the proxy code ?

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
Hi, You tried with https:// or http://? http:// works well. - Altu -Original Message- From: paolo lulli plu...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Fri, Jan 22, 2010 7:23 pm Subject: Re: [fossil-users] https doesn't work through proxy? It happened to me also

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread paolo lulli
I just tried http . 2010/1/22 altufa...@mail.com: Hi, You tried with https:// or http://? http:// works well. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Simon Horton
Thanks for the help, I used the gnuwin32.sf.net zlib packages and now have successfully compiled fossil. I know this is all very obvious to many of you, but I thought I would write up the detailed steps I took to get fossil compiled on windows:- 1. Install MinGW (http://www.mingw.org/) -

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread D. Richard Hipp
HTTPS by its very nature cannot use a proxy. It must go direct. I should probably enhance Fossil so that it automatically bypasses the proxy when using HTTPS. Until then, you can use the --proxy off command-line option to disable the proxy when using HTTPS. D. Richard Hipp d...@hwaci.com

Re: [fossil-users] Numbering in the ticket view

2010-01-22 Thread Michael
On Fri, Jan 22, 2010 at 11:32:37AM +, Jacek Cała wrote: Hi, Do you have any idea how to add numbering to the list of tickets. It would be nice to have a quantitative view on the solved/unsolved issues. I was skimming through the sqllite manual but couldn't find anything

Re: [fossil-users] Numbering in the ticket view

2010-01-22 Thread D. Richard Hipp
On Jan 22, 2010, at 6:32 AM, Jacek Cała wrote: Hi, Do you have any idea how to add numbering to the list of tickets. It would be nice to have a quantitative view on the solved/unsolved issues. I was skimming through the sqllite manual but couldn't find anything usable. Are you

[fossil-users] problem with cifs filesystem

2010-01-22 Thread Andy
I am trying to use fossil within a directory mounted via samba, this is the command I used:mount -t cifs -o uid=andy,gid=ag,username=andy,password=secret //10.0.2.20/prj ./project when I try use the gui interface to setup the project name, etc. etc. this is the error message I receive: 

Re: [fossil-users] Numbering in the ticket view

2010-01-22 Thread Doug Currie
On Jan 22, 2010, at 6:32 AM, Jacek Cała wrote: Do you have any idea how to add numbering to the list of tickets. It would be nice to have a quantitative view on the solved/unsolved issues. I was skimming through the sqllite manual but couldn't find anything usable. SELECT CASE WHEN

[fossil-users] Repository in a single file

2010-01-22 Thread Stephen De Gabrielle
Hi someone recently mentioned to me that they were uncomfortable with their entire repository in a single file. I am happy with it, but why would this be a problem? -Large projects? -Big blobs in your source? -filesystem limits -lots of submitters (eg git for the Linux kernel) I'd like to come up

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
Well, In my office all communication goes through same http proxy, including https. I guess they do pass-thru somehow. - Altu -Original Message- From: D. Richard Hipp d...@hwaci.com To: fossil-users@lists.fossil-scm.org Sent: Fri, Jan 22, 2010 9:02 pm Subject: Re: [fossil-users]

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread D. Richard Hipp
On Jan 22, 2010, at 10:58 AM, altufa...@mail.com wrote: Well, In my office all communication goes through same http proxy, including https. I guess they do pass-thru somehow. Think about it. With HTTPS, only the two endpoints are able to read the content of the transmission. How can

Re: [fossil-users] https doesn't work through proxy?

2010-01-22 Thread altufaltu
As I said, it works in pass-thru mode. here are send/recieve dumps for following transaction: $ export https_proxy=localhost:8080 $ wget https://fossil-scm.org --2010-01-22 21:50:46-- https://fossil-scm.org/ Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:8080...

[fossil-users] [825a2c7c64] HTML-escape

2010-01-22 Thread Michael
I downloaded and built version [825a2c7c64] HTML-escape. I did not attach a simple test repository which can be recreated with six commands as follows ... fossil new test.fossil cd test fossil open ../test.fossil echo hello hello.txt fossil add hello.txt fossil

[fossil-users] Cross-site request forgery attempt?

2010-01-22 Thread Jeremy Cowgar
I put into my application the ability to automatically post errors from the application. i.e. the app is a TclTk app and if something goes wrong, I have overridden bgerror. My bgerror presents the information in a nice format and has a button named Report. When the user presses that button, a

Re: [fossil-users] Cross-site request forgery attempt?

2010-01-22 Thread Jeremy Cowgar
Never mind, I figured out how to do it w/o issue. Thanks. Jeremy Jeremy Cowgar jer...@cowgar.com wrote: I put into my application the ability to automatically post errors from the application. i.e. the app is a TclTk app and if something goes wrong, I have overridden bgerror. My bgerror

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Rene de Zwart
Op Vr, 22 januari, 2010 16:11, schreef Simon Horton: Thanks for the help, I used the gnuwin32.sf.net zlib packages and now have successfully compiled fossil. I know this is all very obvious to many of you, but I thought I would write up the detailed steps I took to get fossil compiled on