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 ja...@calminferno.net 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 stable

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

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

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 ja...@calminferno.net wrote: I was curious if anyone has separated the fossil wiki parsing/formatting code from fossil into a standalone library? Never been separated out, as far

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 ja...@calminferno.net 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. fwiw

Re: [fossil-users] Fossil wiki parsing code

2014-12-01 Thread James Turner
: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] SQLite pointer misuse in head?

2014-10-30 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

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

2014-10-06 Thread James Turner
. On Oct 6, 2014 4:38 PM, Baruch Burstein bmburst...@gmail.com 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ʎ ɟı -- James Turner ___ fossil-users mailing list

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

2014-03-04 Thread James Turner
-- 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 ___ fossil-users

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

2014-03-04 Thread James Turner
: http://owl.apotheon.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 ___ fossil-users mailing list

[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/http_ssl.c

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. Build with: ./configure make

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 ja...@calminferno.net wrote: Am I doing something wrong? I'm suddenly getting Not Found for all URLs. Download lastest fossil release or run trunk. Build with: ./configure make

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

2014-01-27 Thread James Turner
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 of SQLite. I'll get our in-tree version of SQLite upgraded to the latest after the unlock. -- James Turner

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

2014-01-13 Thread James Turner
. -- 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] 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 eme...@gmail.com wrote: I like very much the new tree view but there's one thing that I found a bit annoying

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 reduce having to patch

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

2014-01-03 Thread James Turner
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] 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 ja...@calminferno.net 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 --disable-internal-sqlite

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 ja...@calminferno.net

Re: [fossil-users] Version 1.27

2013-09-11 Thread James Turner
://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] 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

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 ja...@calminferno.net 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 rolled

[fossil-users] Core dump in th_lang

2013-04-09 Thread James Turner
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 fossil-users

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

2013-04-04 Thread James Turner
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 ___ fossil-users mailing

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 has been disabled. Access

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 james@... 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. James, would you consider changing

[fossil-users] Chiselapp.com shutting down

2013-03-28 Thread James Turner
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 | password management

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

2013-03-02 Thread James Turner
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

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 sgb...@googlemail.com: On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2013/1/2 James Turner ja...@calminferno.net: ... in.mx = nIn=0 ? nIn : strlen(zIn

[fossil-users] New regexp OpenBSD build error

2013-01-01 Thread James Turner
/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_execapropos=0sektion=0manpath=OpenBSD+Currentarch=i386format=html -- James Turner | 0x560B0C49 ___ fossil-users mailing list

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

2012-12-13 Thread James Turner
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 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

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. [0] http

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 ___ fossil

[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: src

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

2012-11-20 Thread James Turner
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 uses. -- James Turner ja...@calminferno.net

[fossil-users] fossil all rebuild seg faults

2012-10-30 Thread James Turner
of bounds) at allrepo.c:61 61 allrepo.c: 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

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

2012-10-30 Thread James Turner
PM, James Turner ja...@calminferno.net 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 dumped) gdb is showing the below: #0

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

2012-10-30 Thread James Turner
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] Wiki naming limitations

2012-10-23 Thread James Turner
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 K, The attached diff should decrease the limit to 1 character. -- James Turner ja...@calminferno.net Index: src/wiki.c

[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 @@ -471,11

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

2012-08-23 Thread James Turner
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 --private while cloning? -- James Turner ja...@calminferno.net

Re: [fossil-users] Fossil version 1.23

2012-08-08 Thread James Turner
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-20120808112557. -- James Turner ja...@calminferno.net

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 ja...@calminferno.net 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. make: don't know how

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 routing within

[fossil-users] althttpd router patch

2012-06-21 Thread James Turner
for not-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 +++ althttpd.c 2012

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 routing within

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

2012-05-30 Thread James Turner
/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

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...@calminferno.net

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

2012-04-18 Thread James Turner
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 ___ fossil-users mailing list

Re: [fossil-users] turning off gpg

2012-04-14 Thread James Turner
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.argc5 ){ usage(new BRANCH-NAME CHECK-IN ?-bgcolor

Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
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 mailing list fossil-users@lists.fossil

Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
. 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 else has other clues. -- James Turner ja...@calminferno.net

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

2012-01-31 Thread James Turner
EDITEDdir\anotherone.xx EDITEDdir\somefile.x ... it would produce: fossil cha 1 EDITED somefile.x 2 EDITED dir\anotherone.xx 3 EDITED dir\somefile.x Sounds like a perl script I recently came across for git. https://github.com/holygeek/git-number -- James Turner ja

[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: autosetup/cc.tcl

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

2012-01-03 Thread James Turner
. 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 fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

Re: [fossil-users] Using LDFLAGS with configure

2011-12-28 Thread James Turner
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 mailing list fossil-users@lists.fossil

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...@calminferno.net

[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. -- James Turner ja

Re: [fossil-users] Error: wrong project

2011-12-20 Thread James Turner
/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 ws2tcpip.h # endif #else

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

2011-09-12 Thread James Turner
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-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] cannot push or commit

2011-09-02 Thread James Turner
/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 ___ fossil-users mailing list

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,

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 ja...@calminferno.net 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

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

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 ctrlSettings now

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

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 You

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 ja...@calminferno.net wrote: On http://chiselapp.com we are running version f89d953a06 via cgi. If you go into Admin - Configuration on a newly created repository and change

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 ja...@calminferno.net wrote: On http://chiselapp.com we are running version f89d953a06 via cgi. If you go

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 ja...@calminferno.net wrote: On http

[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

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 ja...@calminferno.net wrote: 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

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.

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

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

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
On Jul 31, 2010, at 9:10 AM, Joshua Paine wrote: On 07/31/2010 08:09 AM, Dig412 wrote: Are you planning on releasing the code? This could be really useful for development shops to run on their own servers to manage projects. If James wants to share his code of course more power to him, but

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
, then 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 of storing passwords, which I

Re: [fossil-users] Hosted fossil solution

2010-07-30 Thread James Turner
On Jul 27, 2010, at 10:42 PM, Richard Hipp wrote: On Tue, Jul 27, 2010 at 10:15 PM, James Turner ja...@calminferno.net wrote: Alright well I finally managed to sit down over the weekend and get something up and running. You can check out the web app at: http://chiselapp.com You can

Re: [fossil-users] Hosted fossil solution

2010-07-28 Thread James Turner
On Wed, Jul 28, 2010 at 02:19:13AM -0400, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting James Turner ja...@calminferno.net: Currently I'm limiting 5 repositories per account, everything should be considered in an alpha state, but so far everything seems to be running

Re: [fossil-users] Hosted fossil solution

2010-07-27 Thread James Turner
wrote: On Wed, Jul 21, 2010 at 12:53 PM, James Turner ja...@calminferno.net wrote: I'm currently playing around with the idea and code for a hosted fossil solution. Since each fossil repository already has everything you would need, the solution would be more of a fossil repository

[fossil-users] Logo url fix

2009-09-27 Thread James Turner
Diff added $baseurl to the front of /logo. src_style.diff Description: Binary data ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] 64-bit warnings

2009-09-23 Thread James Turner
I've been working on a fossil port for OpenBSD and noticed when compiling under OpenBSD amd64 I see a couple 'warning: cast from pointer to integer of different size' warnings attached are three patches that I was including in my port and was wondering if this is something worth changing

Re: [fossil-users] 64-bit warnings

2009-09-23 Thread James Turner
23, 2009, at 9:11 AM, James Turner wrote: I've been working on a fossil port for OpenBSD and noticed when compiling under OpenBSD amd64 I see a couple 'warning: cast from pointer to integer of different size' warnings attached are three patches that I was including in my port and was wondering

Re: [fossil-users] fossil + nostromo

2009-09-21 Thread James Turner
, at 7:27 PM, James Turner wrote: I'm trying to setup a fossil cgi script under nostromo [0] on OpenBSD. When I run nhttpd in non-chroot mode it displays the repository as one would think. However when I run it in chroot mode (nhttpd -r) it only renders the homepage and all other pages render