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

2011-03-18 Thread Martin Gagnon
Le 2011-03-18 à 20:29, Nolan Darilek 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 enabling some function

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

2011-03-18 Thread Nolan Darilek
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 enabling some functionality. After all, just about any other VCS would let me c

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 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 _FOSSIL_ file) from a worki

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

2011-03-18 Thread Nolan Darilek
On 03/18/2011 06:02 PM, Ron Wilson wrote: > Why not have those pages served by Fossil? If you do not want to > change the existing URLs, you can add a URL mapping rule to your > webserver config to feed into Fossil. > Because Fossil can't run PHP. > > If really need to serve tha pages out of what

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 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 > always has the latest

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

2011-03-18 Thread Jan Danielsson
On 03/18/11 19:08, Richard Hipp wrote: [---] >> fossil: unable to install new manifest [---] > Was the problem not fixed by this: > http://www.fossil-scm.org/fossil/ci/448dc5adf7 Yes -- that was it. Thanks. -- Kind regards, Jan Danielsson signature.asc Description: OpenPGP digital signatu

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

2011-03-18 Thread Richard Hipp
On Fri, Mar 18, 2011 at 2:03 PM, Jan Danielsson wrote: > 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

[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 poi

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 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 think it would make s

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, "john

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] 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] leadin

[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 try

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 depe

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 t

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 wrote: > 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

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 wrote: > 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

[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