Re: [fossil-users] fossil export to git "unsupported command: blob"

2013-01-29 Thread E. Timothy Uy
Incidentally, I'm using git version 1.8.0.msysgit.0 On Tue, Jan 29, 2013 at 4:44 PM, E. Timothy Uy wrote: > Hi, I'm currently using fossil 1.24 and have a requirement to export to > git. However, in running > > fossil export --git ..\repo.fossil | git fast-import > > I ran into "unsupported comm

[fossil-users] fossil export to git "unsupported command: blob"

2013-01-29 Thread E. Timothy Uy
Hi, I'm currently using fossil 1.24 and have a requirement to export to git. However, in running fossil export --git ..\repo.fossil | git fast-import I ran into "unsupported command: blob". Any idea why this might be happening? fatal: Unsupported command: blob fast-import: dumping crash report t

[fossil-users] Fix for wiki URL markup

2013-01-29 Thread David Given
Hey, look, it's another one... This prevents the wiki formatter from adding the base URL to URLs starting with //. // is a rather obscure but incredibly handy feature of URLs that a lot of people don't know about. It's an *absolute* URL using the same schema as the currently loaded page. For exam

[fossil-users] Autosync Wiki Changes to Secondary/Backup Fossil SCM

2013-01-29 Thread djgoku
I cloned a remote fossil with: fossil clone http://user:pass@website wiki.fossil open wiki.fossil: fossil open wiki.fossil then setup remote-url with: fossil remote-url http://website But then after making changes on either wiki changes are auto synced. Is this even poss

Re: [fossil-users] Latest stable release or dev release does not compile with option: --static

2013-01-29 Thread Stephan Beal
On Tue, Jan 29, 2013 at 9:00 AM, K. Fossil user < ticketpersonnal-fos...@yahoo.fr> wrote: > Latest stable release or dev release does not compile with option: > --static > This issue occur with/without openSSL. > On Linux the networking-related libraries cannot be statically linked (for reasons i

Re: [fossil-users] Fossil Delta algorithm ported in PHP

2013-01-29 Thread Stephan Beal
On Tue, Jan 29, 2013 at 4:35 PM, BohwaZ wrote: > I have ported the Fossil delta algorithm to PHP from the C code. > Great! :) It's a first shot, trying to port directly from C to PHP, my first > ...integers might look a bit hacky, sorry for that. If you have any idea > on how to improve my bad

Re: [fossil-users] Fossil on Windows NT 4.0

2013-01-29 Thread Stephan Beal
On Tue, Jan 29, 2013 at 10:00 AM, Jan Nijtmans wrote: > Your patch is now in the "berner-nt4" branch, for anyone who finds this > useful. > FYI: Edward's copyright waiver has arrived and i'm just waiting to hear back from him about what account name he wants before i get his commit access set up.

[fossil-users] Fossil Delta algorithm ported in PHP

2013-01-29 Thread BohwaZ
Hi guys, I have ported the Fossil delta algorithm to PHP from the C code. I was looking for a usable and light delta algorithm for PHP without having to install a PHP extension (like xdiff is available but only as a PECL extension), because I have to ship PHP apps to people that can't manage the

Re: [fossil-users] Fossil on Windows NT 4.0

2013-01-29 Thread Jan Nijtmans
2013/1/27 Edward Berner : > I had been just commenting out the offending code, but finally got around > implementing a better fix. The attached patch modifies winhttp.c to load > the offending functions at run time and only call them if they actually > exist. I tested the patch with mingw32 and a

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

2013-01-29 Thread Gilles
On Tue, 29 Jan 2013 09:17:11 +0100, Lluís Batlle i Rossell wrote: >Well, at least for me, it's very important to be able to grep wiki pages and >specially tickets too. I think 'export' won't work, right? Right. Grep should be able to scan any item in the repo, not just code. I just happen not to

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

2013-01-29 Thread Lluís Batlle i Rossell
On Tue, Jan 29, 2013 at 08:59:19AM +0100, Gilles wrote: > On Tue, 29 Jan 2013 00:10:26 -0700, Matt Welland > wrote: > >Sorry, didn't paste in the second grep: > > Thanks for contributing this work-around. I guess it shows that > there's a need for an easy, integrated grep to find code in the > re

[fossil-users] Latest stable release or dev release does not compile with option: --static

2013-01-29 Thread K. Fossil user
Hello, Latest stable release or dev release does not compile with option: --static This issue occur with/without openSSL. I would like to point you out that readline is not used. Distribution : Porteus 1.2, 64bit. (Slackware based live CD) Latest stable release or dev release does not compile w