Re: [fossil-users] Fossil version 1.32

2015-03-16 Thread James Turner
On Sat, Mar 14, 2015 at 10:24:05PM -0400, Richard Hipp wrote: > On 3/14/15, James Turner wrote: > > It appears the actual tarballs were also removed. While I understand the > > reasoning behind this, this will break automated build systems like > > ports in OpenBSD for sta

Re: [fossil-users] Fossil version 1.32

2015-03-14 Thread James Turner
It appears the actual tarballs were also removed. While I understand the reasoning behind this, this will break automated build systems like ports in OpenBSD for stable releases that may reference older versions of fossil. Is there a reason why the tarballs had to be removed? -- James Turner

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
__ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- James Turner ___ 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] Fossil wiki parsing code

2014-12-01 Thread James Turner
On Mon, Dec 01, 2014 at 08:22:49PM +0100, Stephan Beal wrote: > On Mon, Dec 1, 2014 at 8:11 PM, James Turner wrote: > > > Yup, was just browsing wikiformat.c. I'll share what I come up with. I > > also plan on creating a lua wrapper for it as my app is written in lua. >

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
On Mon, Dec 01, 2014 at 02:00:45PM -0500, Richard Hipp wrote: > On Mon, Dec 1, 2014 at 1:30 PM, James Turner wrote: > > > I was curious if anyone has separated the fossil wiki parsing/formatting > > code from fossil into a standalone library? > > > > Never been s

[fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
I was curious if anyone has separated the fossil wiki parsing/formatting code from fossil into a standalone library? I was looking to use it in my own project as an alternative to markdown and figured I'd check before doing it myself. Thanks. -- James T

Re: [fossil-users] SQLite pointer misuse in head?

2014-10-30 Thread James Turner
d, and the error doesn’t recur. > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- James Turner

Re: [fossil-users] Is it possible to add empty folders to the repo?

2014-10-06 Thread James Turner
brevity and > typos. > On Oct 6, 2014 4:38 PM, "Baruch Burstein" wrote: > > > I tried doing: > > mkdir a > > fossil add a > > > > but that didn't work. > > > > -- > > ˙uʍop-ǝpısdn sı ɹoʇıuoɯ ɹnoʎ 'sıɥʇ pɐǝɹ uɐɔ noʎ ɟı &g

Re: [fossil-users] importing/forking from Git

2014-03-04 Thread James Turner
; > For reference, I'm using . . . > > $ fossil version > This is fossil version 1.28 [3d49f04587] 2014-01-27 17:33:44 UTC > > . . . on FreeBSD, installed from ports, with the JSON and STATIC options > both selected at build time. >

Re: [fossil-users] importing/forking from Git

2014-03-04 Thread James Turner
t; > How do I actually get a repository import to a usable state so I can > > push it to the server's repository and get on with my life? > > > > -- > > Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] > > ____

[fossil-users] http_ssl paren issue

2014-02-07 Thread James Turner
I think maybe http_ssl needs an extra set of parentheses to deal with this: ./src/http_ssl.c: In function 'ssl_open': ./src/http_ssl.c:288: warning: cast to pointer from integer of different size -- James Turner Index: src/

Re: [fossil-users] Fossil 1.28 and SQLite 3.8.0.2

2014-01-27 Thread James Turner
r in as > much as it uses common table expressions to help generate the timeline now. > > -- > D. Richard Hipp > d...@sqlite.org Thanks for the clarification guys. I'm thinking it's probably safe then to use 1.28 with our 3.8.0.2 version

Re: [fossil-users] fossil ui/serv

2014-01-27 Thread James Turner
On Mon, Jan 27, 2014 at 05:44:31PM -0500, Richard Hipp wrote: > On Mon, Jan 27, 2014 at 5:10 PM, James Turner wrote: > > > Am I doing something wrong? I'm suddenly getting "Not Found" for all > > URLs. > > > > Download lastest fossil release or r

Re: [fossil-users] fossil ui/serv

2014-01-27 Thread James Turner
I should note, this happens on new repos and cloned repos like fossil-scm.org. On Mon, Jan 27, 2014 at 05:10:27PM -0500, James Turner wrote: > Am I doing something wrong? I'm suddenly getting "Not Found" for all > URLs. > > Download lastest fossil release or run trunk

[fossil-users] fossil ui/serv

2014-01-27 Thread James Turner
is on OpenBSD and Firefox 26.0. -- James Turner ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Fossil 1.28 and SQLite 3.8.0.2

2014-01-27 Thread James Turner
SQLite runtime version check to 3.8.0 and all make tests pass. I've been able to fossil clone, fossil pull, fossil up and run fossil sqlite3 without error. Does anyone see any problem with running Fossil 1.28 against SQLite 3.8.0.2? I'd really like to see Fossil 1.28 make our 5.5 release.

Re: [fossil-users] Tree view and browser back button

2014-01-13 Thread James Turner
On Mon, Jan 13, 2014 at 04:03:14PM -0500, James Turner wrote: > On Mon, Jan 13, 2014 at 03:54:34PM -0500, Richard Hipp wrote: > > On Mon, Jan 13, 2014 at 3:51 PM, Martin Gagnon wrote: > > > > > > > > I like very much the new tree view but there's one t

Re: [fossil-users] Tree view and browser back button

2014-01-13 Thread James Turner
-bin. Then based on the hash in js you could expand the folder structure on load. -- James Turner ___ 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] Problem with compilation under MINGW

2014-01-04 Thread James Turner
On Fri, Jan 03, 2014 at 10:17:47PM -0500, James Turner wrote: [snip] > I'll check with others but I'm not sure reliability is really the > concern. We imported SQLite into our base tree. Because of this we try, > when possible, to limit duplicating libraries in ports to reduc

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread James Turner
On Fri, Jan 03, 2014 at 10:04:25PM -0500, Richard Hipp wrote: > On Fri, Jan 3, 2014 at 9:33 PM, James Turner wrote: > > > > > I won't begin to tell you how to develop fossil but I do want to throw > > out there that OpenBSD has been providing fossil with > >

Re: [fossil-users] Problem with compilation under MINGW

2014-01-03 Thread James Turner
fairly successfully (and with 'fossil sqlite3' support) for the last year+. I am the maintainer if you have any questions. -- James Turner ___ 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] Build is broke on OpenBSD

2013-12-12 Thread James Turner
On Thu, Dec 12, 2013 at 07:50:54PM -0500, Richard Hipp wrote: > Looks like it was busted on linux too. Should be fixed in the latest > check-in, though. > Yup everything is building correctly again. Thanks for the quick fix. > > On Thu, Dec 12, 2013 at 7:26 PM, James Turner wr

[fossil-users] Build is broke on OpenBSD

2013-12-12 Thread James Turner
The fossil build is currently broke on OpenBSD. SQLite now relies on pthread functions but does not link against -lpthread. -- James Turner ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] Version 1.27

2013-09-11 Thread James Turner
ling list > >> fossil-users@lists.fossil-scm.org > >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > > > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- James Turner ___ 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] 1.26 release archive

2013-06-18 Thread James Turner
On Tue, Jun 18, 2013 at 06:43:38PM -0400, Richard Hipp wrote: > On Tue, Jun 18, 2013 at 6:39 PM, James Turner wrote: > > > The 1.26 release archive is tagged as 20130618210923 yet the extracted > > folder is fossil-src-20130618210323. Any chance a new tarball can be > &g

[fossil-users] 1.26 release archive

2013-06-18 Thread James Turner
The 1.26 release archive is tagged as 20130618210923 yet the extracted folder is fossil-src-20130618210323. Any chance a new tarball can be rolled? Saves me from having to put a work around in for the OpenBSD port I maintain. Thanks. -- James Turner

[fossil-users] Core dump in th_lang

2013-04-09 Thread James Turner
c0e2036 in proc_command (interp=0x80ce8e00, ctx=0x0, argc=4, argv=0x87cdda00, argl=0x87cdda10) at ./src/th_lang.c:463 463 ./src/th_lang.c: No such file or directory. in ./src/th_lang.c -- James Turner ___ fossil-users mailing list fo

Re: [fossil-users] fossil 1.25 Windows XP - open command 'fails'

2013-04-04 Thread James Turner
677 total) checked: 0 errors > > I also ran fossil rebuild test.fossil > > Probably it is an XP thing? I'll try it on Win7 as well. > > Jan After you run fossil open, maybe you just need to checkout the correct branch. Try fossil up trunk. -- James Turner _

Re: [fossil-users] Chiselapp.com shutting down

2013-03-29 Thread James Turner
On Fri, Mar 29, 2013 at 05:09:46PM +, John Coulter wrote: > James Turner writes: > > [message clipped] > > > > The Chisel codebase, Flint, is available under the AGPLv3 license so if > > your interested now is probably the time to grab it. > > > >

Re: [fossil-users] Chiselapp.com shutting down

2013-03-29 Thread James Turner
On Fri, Mar 29, 2013 at 02:29:54PM +0100, Martijn Coppoolse wrote: > Op 29-3-2013 1:52, James Turner schreef: > >After a couple weeks of debate, I've decided to shut down Chiselapp.com. > >As the message on the homepage states, new account and repository > >creation ha

[fossil-users] Chiselapp.com shutting down

2013-03-28 Thread James Turner
available under the AGPLv3 license so if your interested now is probably the time to grab it. -- James Turner Index: www/index.wiki == --- www/index.wiki +++ www/index.wiki @@ -142,12 +142,10 @@ * How Fossil does [./password.wiki |

Re: [fossil-users] Side-by-side diff and non-English text

2013-03-02 Thread James Turner
gt; > http://91.208.39.24:8080/lipsum/vdiff?from=8b0984ab46648f58&to=121bf8035b966861 > > Sergei Chiselapp is a third party service and uses the latest stable fossil. I don't really have the time to give it the attention it needs and have been debating shutting it down. -- James Turner ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Warning fix

2013-01-14 Thread James Turner
nt 1 of 'fossil_free' discards qualifiers from pointer target type -- James Turner Index: src/descendants.c == --- src/descendants.c +++ src/descendants.c @@ -392,21 +392,21 @@ const char *zBr = db_column_text(&

Re: [fossil-users] New regexp OpenBSD build error

2013-01-05 Thread James Turner
On Sat, Jan 05, 2013 at 08:03:49PM +0100, Baptiste Daroussin wrote: > 2013/1/2 Stephan Beal : > > On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin > > wrote: > >> > >> 2013/1/2 James Turner : > >> ... > >> in.mx = nIn>=0 ? nIn : strlen(

[fossil-users] New regexp OpenBSD build error

2013-01-01 Thread James Turner
in /home/james/code/fossil (./src/main.mk:557 'bld/diff.o') It's obsolete but sadly still present. http://www.openbsd.org/cgi-bin/man.cgi?query=re_exec&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html -- James Turner | 0x560B0C49 _

Re: [fossil-users] applied DVCS for collaborative work - on the fossil project itself, or otherwise

2012-12-13 Thread James Turner
should add the ability to easily fork chisel repositories. It would be easy to maintain the association and provide a page to show forks of projects. I'll add this to my chiselapp todo list. Thanks for the idea! -- James Turner ja...@calminferno.net __

Re: [fossil-users] click-to-diff on IE8

2012-12-07 Thread James Turner
it still seems to be broken, no matter which square you click the first one gets activated and then you cannot click another one after that. -- James Turner ja...@calminferno.net ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.

Re: [fossil-users] Add NetSurf to allowed UserAgents

2012-11-26 Thread James Turner
On Mon, Nov 26, 2012 at 06:44:18PM -0500, James Turner wrote: > I know there has been more important things brewing recently on the > mailing list but anyone with commit rights willing to commit this quick > hit for us NetSurf users? Thanks. > Thanks Richard. -- Jam

Re: [fossil-users] Add NetSurf to allowed UserAgents

2012-11-26 Thread James Turner
On Thu, Nov 22, 2012 at 10:40:32PM -0500, James Turner wrote: > NetSurf [0] is probably a lesser known browser, but I run it on my > Lemote Yeeloong, which is mips based and doesn't support larger browsers > like Firefox under OpenBSD. It might be nice to have it added. Thanks.

Re: [fossil-users] howto `grep' through old revisions

2012-11-24 Thread James Turner
What about just using regex(3)? It's included with BSD and quite possibly Linux distributions, but I have no way of checking. No idea how good the library is, but it might cut down on dependencies? -- James Turner ja...@calminferno.net ___ f

[fossil-users] Add NetSurf to allowed UserAgents

2012-11-22 Thread James Turner
NetSurf [0] is probably a lesser known browser, but I run it on my Lemote Yeeloong, which is mips based and doesn't support larger browsers like Firefox under OpenBSD. It might be nice to have it added. Thanks. [0] http://www.netsurf-browser.org/ -- James Turner ja...@calminferno.net Index

Re: [fossil-users] why does `fossil rm' not do the "real" thing?

2012-11-20 Thread James Turner
might cause problems for existing scripts. > > Add a -p for physical option to actually change the files, and leave the > default as is? I agree, changing the existing behaviour would be a > recipe for disaster. > I'd suggest -f like cvs rm u

Re: [fossil-users] fossil all rebuild seg faults

2012-10-30 Thread James Turner
ttp://workware.net.au/ > > WorkWare Systems Pty Ltd > > W: www.workware.net.au P: +61 434 921 300 > > E: ste...@workware.net.au F: +61 7 3391 6002 > > > -- > D. Richard Hipp > d...@sqlite.org -- James Turner ja...@calminferno.net ___ 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] fossil all rebuild seg faults

2012-10-30 Thread James Turner
, Oct 30, 2012 at 6:31 PM, James Turner wrote: > > > With the latest fossil trunk (This is fossil version 1.24 [bdbe6c74b8] > > 2012-10-30 18:14:27 UTC) fossil all rebuild is seg faulting for me. > > > > fossil all rebuild > > Segmentation fault (core du

[fossil-users] fossil all rebuild seg faults

2012-10-30 Thread James Turner
: No such file or directory. in allrepo.c -- James Turner ja...@calminferno.net ___ 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] Wiki naming limitations

2012-10-23 Thread James Turner
greater. I would appreciate receiving instruction on how to go about getting > this changed to a lower number of characters. I personally would suggest a > minimum of 1 character as I find anything greater to be arbitrary. > > Please advise. > > Kind regards, > ^K

[fossil-users] Warning fix

2012-09-07 Thread James Turner
Fix for: warning: passing argument 2 of 'db_get' discards qualifiers from pointer target type from latest diffcmd change. -- James Turner ja...@calminferno.net Index: src/diffcmd.c == --- src/diffcmd.c +++ src/diffcmd.c

Re: [fossil-users] Corrupt cloning of private repo

2012-08-23 Thread James Turner
to clarify that I am in no way trying to rush this: I have access > to (two) full repos. I just want to diagnose the cloning process / private > repo process for future use. > > Thanks, > > Tomek > Is the branch private? Don't you need to pass --priva

Re: [fossil-users] Fossil version 1.23

2012-08-08 Thread James Turner
On Wed, Aug 08, 2012 at 10:47:44AM -0400, Richard Hipp wrote: > On Wed, Aug 8, 2012 at 10:42 AM, James Turner wrote: > > > I just download the tar.gz provided on the website and ran ./configure > > && make on OpenBSD 5.0 I get the following make failure. > >

Re: [fossil-users] Fossil version 1.23

2012-08-08 Thread James Turner
; > D. Richard Hipp > d...@sqlite.org I just download the tar.gz provided on the website and ran ./configure && make on OpenBSD 5.0 I get the following make failure. make: don't know how to make ./src/../manifest.uuid. Stop in /home/james/fossil-src-201208081125

Re: [fossil-users] althttpd router patch

2012-07-08 Thread James Turner
On Thu, Jun 21, 2012 at 04:25:15PM -0400, James Turner wrote: > Attached is a patch that adds a new -router option to alhttpd. If the > requested file is not present on disk the filename passed to -router > will be ran instead. This allows you to then use REQUEST_URI to handle > URL ro

Re: [fossil-users] althttpd router patch

2012-06-21 Thread James Turner
On Thu, Jun 21, 2012 at 04:25:15PM -0400, James Turner wrote: > Attached is a patch that adds a new -router option to alhttpd. If the > requested file is not present on disk the filename passed to -router > will be ran instead. This allows you to then use REQUEST_URI to handle > URL ro

[fossil-users] althttpd router patch

2012-06-21 Thread James Turner
-found.html and once after determining index.html and index.cgi don't exist, since the first check wasn't enough. With this change I'm no longer dependent on Apache with mod_rewrite. -- James Turner ja...@calminferno.net --- althttpd.c.orig 2012-06-21 12:31:12.0 -0400 +++ a

Re: [fossil-users] althttpd.c & apache log analyzers

2012-05-30 Thread James Turner
> > www.thomasstover.com > > _______ > > fossil-users mailing list > > fossil-users@lists.fossil-scm.org > > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > > > > > -- > D. Richard Hipp > d...@sqlite.org > ___ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users -- James Turner ja...@calminferno.net ___ 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] fossil push doesn't show up on the server

2012-05-07 Thread James Turner
On Mon, May 07, 2012 at 06:23:53PM +0200, Pascal J. Bourguignon wrote: > What's wrong? What should I do to push my commits? Your answer is in the output of your failed fossil push: Error: not authorized to write -- James Turner ja...@calminf

Re: [fossil-users] How to set use gmt from command line?

2012-04-19 Thread James Turner
On Thu, Apr 19, 2012 at 03:16:30PM +0200, Llu?s Batlle i Rossell wrote: > On Thu, Apr 19, 2012 at 08:59:17AM -0400, James Turner wrote: > > On Thu, Apr 19, 2012 at 11:26:34AM +0200, Llu?s Batlle i Rossell wrote: > > > On Wed, Apr 18, 2012 at 09:15:01PM -0400,

Re: [fossil-users] How to set use gmt from command line?

2012-04-19 Thread James Turner
On Thu, Apr 19, 2012 at 11:26:34AM +0200, Llu?s Batlle i Rossell wrote: > On Wed, Apr 18, 2012 at 09:15:01PM -0400, James Turner wrote: > > > > > sqlite3 repo.fossil "REPLACE INTO config(name,value) > > > > > VALUES('timeline-utc','1')&q

Re: [fossil-users] How to set use gmt from command line?

2012-04-18 Thread James Turner
On Wed, Apr 18, 2012 at 02:09:42PM -0700, Matt Welland wrote: > On Wed, Apr 18, 2012 at 2:06 PM, James Turner wrote: > > > On Wed, Apr 18, 2012 at 05:04:15PM -0400, Richard Hipp wrote: > > > On Wed, Apr 18, 2012 at 4:56 PM, Matt Welland > > wrote: > > > &g

Re: [fossil-users] How to set use gmt from command line?

2012-04-18 Thread James Turner
gt; correct this setting will be a little tedious > > > > sqlite3 repo.fossil "REPLACE INTO config(name,value) > VALUES('timeline-utc','1')" > I could be wrong here, but isn't UTC/GMT the default? -- James Turner ja...@calminferno.net ___

Re: [fossil-users] ./configure can't find openssl

2012-04-18 Thread James Turner
uot; packages allow you to build something using them. > > So, in Debian, having openssl is different than being able to build something > that > uses openssl. Other distributions don't make this distinction. > > Regards, > Llu?s. You need libssl-dev. -- James Turner j

Re: [fossil-users] turning off gpg

2012-04-14 Thread James Turner
just a thought, > > Marek > The following patch make branch check the clearsign setting. -- James Turner ja...@calminferno.net Index: src/branch.c == --- src/branch.c +++ src/branch.c @@ -52,11 +52,12 @@ if( g.argc<5

Re: [fossil-users] turning off gpg

2012-04-14 Thread James Turner
I believe when you create a new branch and you don't want to sign it you have to pass --nosign. -- James Turner ja...@calminferno.net ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/ma

Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
add and finally fossil commit you should never see anything about gpg. If you have cloned another repo clearsign settings could have been pulled in via .fossil-settings or other means that may be taking precedence over the global setting? Those are my only thoughts, maybe someone el

Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
hile now. If you set clearsign off --global after you already created or cloned a repository where clearsign was enabled you need to go and set it off for those repositories as well or remove the setting so the global option gets used. -- James Turner ja...@calminferno.net

[fossil-users] Can't build from 1.22 release tarball

2012-03-17 Thread James Turner
Untar 1.22 release tarball [0] run ./configure then make which fails with: make: *** No rule to make target `src/../manifest.uuid', needed by `bld/VERSION.h'. Stop. [0] http://www.fossil-scm.org/download/fossil-src-20120317175325.tar.gz -- James Turner ja...@calmi

Re: [fossil-users] An idea to make command line life easier

2012-01-31 Thread James Turner
rl script I recently came across for git. https://github.com/holygeek/git-number -- James Turner ja...@calminferno.net ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Add LDFLAGS support to ./configure

2012-01-26 Thread James Turner
Minor tweak to get LDFLAGS to work with ./configure. Previously you would need to set CFLAGS to get ./configure to find sqlite in /usr/local/lib. This now works: LDFLAGS="-L/usr/local/lib" ./configure --disable-internal-sqlite -- James Turner ja...@calminferno.net Index: autose

Re: [fossil-users] Fossil on Earthlink Web Hosting?

2012-01-03 Thread James Turner
ng website at [0]. Repositories are served by a chrooted apache server running on openbsd 5.0. I also do nightly backups to tarsnap [1]. [0] http://chiselapp.com/ [1] http://tarsnap.com/ -- James Turner ja...@calminferno.net ___ fossil-users mailing list

Re: [fossil-users] Using LDFLAGS with configure

2011-12-28 Thread James Turner
On Thu, Dec 29, 2011 at 08:17:12AM +1100, Steve Bennett wrote: > Try CFLAGS instead > > WorkWare Systems P:0434 921 300 > www.workware.net.au F:07 3102 9221 > CFLAGS did the trick, thanks for your help. -- James Turner ja...@

Re: [fossil-users] Using LDFLAGS with configure

2011-12-28 Thread James Turner
ure stage. If I set the LDFLAGS and don't pass --disable-internal-sqlite then LDFLAGS is used during the make process only. My problem is getting the sqlite test to use LDFLAGS. -- James Turner ja...@calminferno.net ___ fossil-users maili

[fossil-users] Using LDFLAGS with configure

2011-12-27 Thread James Turner
How do I specify additional lib directories during the configure stage? Using: LDFLAGS="-L/usr/local/lib" ./configure --disable-internal-sqlite fails with Error: system sqlite3 not found. It doesn't look like LDFLAGS is being used when testing for sqlite. Thanks. --

Re: [fossil-users] Error: wrong project

2011-12-20 Thread James Turner
> fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- James Turner ja...@calminferno.net ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] http_socket.c warning patch

2011-12-16 Thread James Turner
Attached is a diff that fixes a (probably) harmless compiler warning on OpenBSD. -- James Turner ja...@calminferno.net --- src/http_socket.c.orig Tue Dec 13 09:10:57 2011 +++ src/http_socket.c Fri Dec 16 09:36:11 2011 @@ -35,10 +35,10 @@ #include # endif #else

Re: [fossil-users] Presentation slides for Fossil?

2011-09-12 Thread James Turner
GPL. When that presentation was given in 2009 sharing configurations was not possible and the codebase was GPL. -- James Turner ja...@calminferno.net signature.asc Description: Digital signature ___ fossil-users mailing list fossil-users@lists.fossil-

Re: [fossil-users] cannot push or commit

2011-09-02 Thread James Turner
etup. fossil push http://someusern...@carepo01.us.alcatel-lucent.com/cgi-bin/ntracker/ It should then prompt you for your password, afterwards you can just do fossil push and it will send the correct credentials. -- James Turner ja...@calminferno.net signature.asc Description: Digital signature __

Re: [fossil-users] Build issue and ticket creation

2011-09-01 Thread James Turner
; > -- > µWeb: Embedded Web Framework - http://uweb.workware.net.au/ > WorkWare Systems Pty Ltd > W: www.workware.net.au P: +61 434 921 300 > E: ste...@workware.net.au F: +61 7 3391 6002 > No, the merge happened after 1.19 was cut. It's just an issue with la

[fossil-users] Build issue and ticket creation

2011-09-01 Thread James Turner
eate tickets on fossil-scm.org as an anonymous user? If this is the case how do I create a user so I can file bug reports? Thanks. [0] http://www.fossil-scm.org/fossil/info/e4f1c1fe95 -- James Turner ja...@calminferno.net signature.asc Description: Di

Re: [fossil-users] How should Fossil handle this merge conflict...

2010-12-12 Thread James Turner
On Dec 12, 2010, at 8:15 PM, Richard Hipp wrote: > > > On Sun, Dec 12, 2010 at 8:04 PM, James Turner wrote: > I would think if I merge a branch that deletes the file and I have local > changes the file would still exist on disk but would be treated like a > untracked file.

Re: [fossil-users] How should Fossil handle this merge conflict...

2010-12-12 Thread James Turner
I would think if I merge a branch that deletes the file and I have local changes the file would still exist on disk but would be treated like a untracked file. Meaning, if I was to run fossil extras after the merge the file would show up. Does this make sense? On Dec 12, 2010, at 7:30 PM, Richa

Re: [fossil-users] Settings patch

2010-11-04 Thread James Turner
Also just noticed, mtime-changes is set to off by default but the help menu says it's on by default. On Thu, Nov 04, 2010 at 03:00:32PM -0400, James Turner wrote: > Attached is a patch that will check the correct checkboxes on the > settings screen based on the defaults in ctrlSettin

[fossil-users] Settings patch

2010-11-04 Thread James Turner
Attached is a patch that will check the correct checkboxes on the settings screen based on the defaults in ctrlSettings now that they use "on" and "off". --- src/setup.c +++ src/setup.c @@ -877,11 +877,11 @@ login_insert_csrf_secret(); for(pSet=ctrlSettings; pSet->name!=0; pSet++){ if( p

Re: [fossil-users] Question about global settings

2010-11-04 Thread James Turner
On Thu, Nov 04, 2010 at 04:33:51AM +0100, chi wrote: > James Turner wrote: > > > Quick question, if I have autosync set to off globally but the > > repository has it set to on...who wins? > > If there is no locally defined setting, it takes the global one. If > there

Re: [fossil-users] Question about global settings

2010-11-03 Thread James Turner
So looking through the source code, I can see why the autosync global doesn't work in my case. It would seem on repository creation, fossil checks to see if the global autosync setting is set, if it is, it sets the local config to whatever the global was. When a db_get is ran it checks the local co

[fossil-users] Question about global settings

2010-11-03 Thread James Turner
Quick question, if I have autosync set to off globally but the repository has it set to on...who wins? From what I see the repository wins, so what does setting it globally get you? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://li

Re: [fossil-users] fossil local server

2010-11-03 Thread James Turner
On Wed, Nov 03, 2010 at 06:13:45PM +0100, Stephan Beal wrote: > On Wed, Nov 3, 2010 at 4:04 PM, Riza Dindir wrote: > > > The page isn't redirecting properly > > > > Firefox has detected that the server is redirecting the request for > > this address in a way that will never complete. > >

Re: [fossil-users] New release of Fossil

2010-11-01 Thread James Turner
On Mon, Nov 01, 2010 at 05:08:16PM -0400, James Turner wrote: > On Mon, Nov 01, 2010 at 03:27:13PM -0400, James Turner wrote: > > On Mon, Nov 01, 2010 at 03:19:46PM -0400, Richard Hipp wrote: > > > On Mon, Nov 1, 2010 at 2:56 PM, James Turner > > > wrote: >

Re: [fossil-users] New release of Fossil

2010-11-01 Thread James Turner
On Mon, Nov 01, 2010 at 03:27:13PM -0400, James Turner wrote: > On Mon, Nov 01, 2010 at 03:19:46PM -0400, Richard Hipp wrote: > > On Mon, Nov 1, 2010 at 2:56 PM, James Turner wrote: > > > > > > > > On http://chiselapp.com we are running version f89d953a06 vi

Re: [fossil-users] New release of Fossil

2010-11-01 Thread James Turner
On Mon, Nov 01, 2010 at 03:27:13PM -0400, James Turner wrote: > On Mon, Nov 01, 2010 at 03:19:46PM -0400, Richard Hipp wrote: > > On Mon, Nov 1, 2010 at 2:56 PM, James Turner wrote: > > > > > > > > On http://chiselapp.com we are running version f89d953a06 vi

Re: [fossil-users] New release of Fossil

2010-11-01 Thread James Turner
On Mon, Nov 01, 2010 at 03:19:46PM -0400, Richard Hipp wrote: > On Mon, Nov 1, 2010 at 2:56 PM, James Turner wrote: > > > > > On http://chiselapp.com we are running version f89d953a06 via cgi. If > > you go into Admin -> Configuration on a newly created repository an

Re: [fossil-users] New release of Fossil

2010-11-01 Thread James Turner
On Mon, Nov 01, 2010 at 01:47:11PM -0400, Richard Hipp wrote: > A new release build of Fossil is available. Precompiled binaries are > available at: > >http://www.fossil-scm.org/download.html > > Release notes are available here: > >http://www.fossil-scm.org/fossil/event?name=d6ba73e22

Re: [fossil-users] Cvs2scm

2010-10-31 Thread James Turner
On Sun, Oct 31, 2010 at 10:43:03PM +0100, Rene wrote: > > > I have moved my fossil repository for cvs conversions to > https://chiselapp.com/ under the name csv2scm. If you want to convert a > cvs repository give it a go. I have done successful conversions on the > public freebsd cvs repositories

Re: [fossil-users] fossil build issues

2010-10-23 Thread James Turner
On Sat, Oct 23, 2010 at 03:31:17PM -0400, Richard Hipp wrote: > On Sat, Oct 23, 2010 at 2:40 PM, James Turner wrote: > > > I'm running fossil version 9ea47d4953 built from the experimental branch > > on OpenBSD. Using this version I just did a fresh clone of > > fo

[fossil-users] fossil build issues

2010-10-23 Thread James Turner
I'm running fossil version 9ea47d4953 built from the experimental branch on OpenBSD. Using this version I just did a fresh clone of fossil-scm.org. Ran fossil open, then fossil checkout experimental. I then tried to run gmake and get the below error: gmake: *** No rule to make target `src/../manif

Re: [fossil-users] Fossil enhancements: Please test

2010-10-19 Thread James Turner
On Tue, Oct 19, 2010 at 04:59:11PM -0400, Richard Hipp wrote: [snip] > Thanks for testing out the recent Fossil changes. Please be sure to report > either success or failure (whichever you encounter) with the new Fossil to > this mailing list, or directly to me at d...@sqlite.org. > > -- > D.

[fossil-users] SSL patch

2010-10-05 Thread James Turner
Attached is the same diff from a previous ticket [0]. This fixes some of the ssl issues I have on OpenBSD where all certificates are untrusted. If anyone still has issues after this patch, I have another one that goes through SSL_get_peer_cert_chain and saves the CA and verifies against that instea

Re: [fossil-users] Updated: Enhancement: ssh:// sync method

2010-08-27 Thread James Turner
The second url should be ssh://ja...@10.0.1.2fossil/chisel.fossil, not clean.fossil. The missing slash still stands. On Aug 27, 2010, at 10:51 PM, James Turner wrote: > Nice work on adding ssh support, I always prefer it when cloning over my > local network. I am able to clone a c

Re: [fossil-users] Updated: Enhancement: ssh:// sync method

2010-08-27 Thread James Turner
Nice work on adding ssh support, I always prefer it when cloning over my local network. I am able to clone a current repository just fine from my OpenBSD server using the following command: fossil clone ssh://ja...@10.0.1.2/fossil/chisel.fossil chisel.fossil I see Closing SSH tunnel: Killed by

Re: [fossil-users] Hosted fossil solution

2010-08-01 Thread James Turner
Alright you can now set a default password at repo creation, it will generate the correct sha1 based on fossil id + username + password. I also tweaked the creation page by splitting the two types into separate pages. On Aug 1, 2010, at 2:31 PM, Joshua Paine wrote: > What about give me the opti

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
created the sha1 for your fossil repo and set it so you can use the same username/password? On Jul 31, 2010, at 10:34 AM, Joshua Paine wrote: > On 07/31/2010 10:11 AM, James Turner wrote: >> Alright, I think I have a decent enough solution. I will just mimic >> fossil's way

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
t them to match. On Jul 31, 2010, at 9:54 AM, James Turner wrote: > Right I know, fossil repos are also just sqlite databases, thats how I'm > getting the default password that gets created. My thing is, what password do > I use, like I said I don't store the chisel users pass

  1   2   >