Re: [fossil-users] f6b8397e4b doesn't rebuild my repos properly?

2011-08-04 Thread fatman
On Thu, 04 Aug 2011 12:00:02 + fossil-users-requ...@lists.fossil-scm.org wrote: > On Wed, Aug 3, 2011 at 7:13 PM, fatman wrote: > > > Hi all, > > > > Since I upgraded to version f6b8397e4b, almost[*] all my repos are > > giving me this error: > > >

Re: [fossil-users] f6b8397e4b doesn't rebuild my repos properly?

2011-08-04 Thread fatman
On Thu, 04 Aug 2011 12:00:02 + fossil-users-requ...@lists.fossil-scm.org wrote: > > I've tried "fossil rebuild specific.fossil" and "fossil rebuild > > all". In either case, the rebuild process gets to 100% (a bit too > > quickly IMO) but the error is still there. > > > > Perhaps a dumb que

[fossil-users] f6b8397e4b doesn't rebuild my repos properly?

2011-08-03 Thread fatman
Hi all, Since I upgraded to version f6b8397e4b, almost[*] all my repos are giving me this error: "The database schema on the server is out-of-date. Please ask the administrator to run fossil rebuild." I've tried "fossil rebuild specific.fossil" and "fossil rebuild all". In either case, the rebui

[fossil-users] Semi-OT: Something like stash, git add --patch, etc.?

2010-10-15 Thread fatman
Hi Nolan. > I recognize that this isn't how most folks develop and would probably > make some break out in hives, but I do a very exploratory style of > programming, I know what you mean. > and since many of my apps are mobile tech, I tend to > test a batch of changes and new features in the fi

[fossil-users] cgi server permissions error

2010-10-15 Thread fatman
f Apache is going "Ack! 777 permissions! No way, Jose!" the way SSH does? Here's my "fossils" CGI dir, perhaps it will help you. fat...@nikko:~$ ls -l ~/http/fossils/ total 1232 -rw-r--r-- 1 fatman fatman 1231 2010-10-08 14:30 manifest -rw-r--r-- 1 fatman fatman

Re: [fossil-users] autobuild

2010-10-07 Thread fatman
>>> Hi, I have a need to build a repository once it's checked in. A handy >>> feature would be to trigger a script (i.e., "ant build_repo1.xml") >>> once code is pushed to the server for a particular repository. It >>> should not be a large change; if it's not in, shall I add it? > >I also would l

Re: [fossil-users] autobuild

2010-10-07 Thread fatman
>> Hi, I have a need to build a repository once it's checked in. A handy >> feature would be to trigger a script (i.e., "ant build_repo1.xml") >> once code is pushed to the server for a particular repository. It >> should not be a large change; if it's not in, shall I add it? I also would like th

Re: [fossil-users] CGI, "no such file: cgi"

2010-10-06 Thread fatman
> Date: Tue, 5 Oct 2010 09:09:14 -0400 > From: Richard Hipp > On Tue, Oct 5, 2010 at 7:35 AM, wrote: > > My CGI: > > #!/usr/bin/fossil cgi > > repository: /home/fatman/https/fossils/reu2.fossil > > Maybe get rid of the "cgi" on the first line. Just:

[fossil-users] CGI, "no such file: cgi"

2010-10-05 Thread fatman
ache2 -v Server version: Apache/2.2.14 (Ubuntu) Server built: Aug 19 2010 03:20:29 My CGI: #!/usr/bin/fossil cgi repository: /home/fatman/https/fossils/reu2.fossil My recent fossil build: fat...@nikko:~/https$ fossil version This is fossil version [528c581154] 2010-09-28 18:40:01 UTC I'm te