[fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Arjen Markus
Hello, I have built fossil on Windows (XP) using MinGW and the gcc compiler. That works fine, except that the resulting executable depends on the libz-1.dll that is located in the MinGW bin directory. This means such an executable will not work if that DLL is not in the path (or one of the other

Re: [fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Mark Janssen
On Fri, Mar 18, 2011 at 11:09 AM, Arjen Markus arjen.mar...@deltares.nlwrote: Hello, I have built fossil on Windows (XP) using MinGW and the gcc compiler. That works fine, except that the resulting executable depends on the libz-1.dll that is located in the MinGW bin directory. This means

Re: [fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Richard Hipp
On Fri, Mar 18, 2011 at 6:09 AM, Arjen Markus arjen.mar...@deltares.nlwrote: Hello, I have built fossil on Windows (XP) using MinGW and the gcc compiler. That works fine, except that the resulting executable depends on the libz-1.dll that is located in the MinGW bin directory. This means

Re: [fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Arjen Markus
Hi Richard, On 2011-03-18 12:49, Richard Hipp wrote: I link the precompiled binaries on the website against libz.a so that there is no dependency. I don't have a libz.dll anywhere on my system. Hm, I installed libz and zlib (not quite sure what the relationship is and I always mix them

Re: [fossil-users] leading // and serving multiple repos

2011-03-18 Thread trash
Leading // are reduced to /, I consider this a bug as in that way it's not possible to access files sitting on a server, e.g fossil open //server/repo.fossil is not possible. Have you tried: fossil open file://server/repo.fossil Yes, I tried, doesn't work either. Also depending on

[fossil-users] Home directory must be writable.

2011-03-18 Thread Nolan Darilek
I'm trying to integrate my Fossil project into a series of web apps. For instance, I have an Android translation tool, and I want to set up a cron job to update the sources every five minutes such that the web app always has the latest version of strings available to it. However, whenever I

Re: [fossil-users] leading // and serving multiple repos

2011-03-18 Thread trash
I realize that in the latest check-in the sub-directory server feature is implemented. SWEET ! Thank you, to whoever did it. daniel -Original Message- From: tr...@tekwissusa.com Sent: Friday, March 18, 2011 8:56 AM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users]

Re: [fossil-users] Fossil on IIS

2011-03-18 Thread Tony Perovic
I'm having trouble with the Login page on IIS/CGI I wrote a Perl script that accepts Fossil requests like this: http://myserver/cgi-bin/Fossil.pl?repository=\Projects\...\Test.fossil It generates a CGI script (Fossil.cgi): #! Fossil repository: \Projects\...\Test.fossil then invokes

Re: [fossil-users] Fossil omits the updates through update command.

2011-03-18 Thread John Found
-- Original Message -- To: fossil-users@lists.fossil-scm.org (fossil-users@lists.fossil-scm.org) From: Joshua Paine (jos...@letterblock.com) Subject: Re: [fossil-users] Fossil omits the updates through update command. Date: 17.3.2011 18:59:54 On Mar 17, 2011, at 11:00 AM,

Re: [fossil-users] Building fossil on Windows with MinGW - dependency on libz

2011-03-18 Thread Antoine Chavasse
On Fri, Mar 18, 2011 at 12:53 PM, Arjen Markus arjen.mar...@deltares.nl wrote: As Mark suggests, forcing a link against static libraries seems the way to go. That's how I build fossil in windows. I had the same problem and just modified the mingw makefile to add -static in the LIB variable. I

[fossil-users] fossil: unable to install new manifest on branch

2011-03-18 Thread Jan Danielsson
Hello, I downloaded Jörg Sonnenberger's src.fossil from netbsd.org, then ran a rebuild on it (upgrade the schema for a newer version of fossil), and pulled the latest updates from Jörg's public repository. Next, I tried to create a branch: $ fossil branch new megafoo netbsd-5-1 At this

Re: [fossil-users] Home directory must be writable.

2011-03-18 Thread Ron Wilson
On Fri, Mar 18, 2011 at 10:37 AM, Nolan Darilek no...@thewordnerd.info wrote: I'm trying to integrate my Fossil project into a series of web apps. For instance, I have an Android translation tool, and I want to set up a cron job to update the sources every five minutes such that the web app

Re: [fossil-users] Home directory must be writable.

2011-03-18 Thread Ron Wilson
On Fri, Mar 18, 2011 at 7:05 PM, Nolan Darilek no...@thewordnerd.info wrote: These aren't pages. They're files from my source tree fed into a translation tool written in PHP. It pretty much has to work as I've described here. Failing all else, you could copy the files (exclusive of the

Re: [fossil-users] Home directory must be writable.

2011-03-18 Thread Martin Gagnon
Le 2011-03-18 à 20:29, Nolan Darilek no...@thewordnerd.info a écrit : Thanks. It isn't that I couldn't figure out a convoluted solution involving multiple users, groups and permissions. I just thought that Fossil could gracefully degrade if it couldn't write to the home directory, not