Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 7:19 PM, Richie Adler wrote: > Gilles decía, en el mensaje "Re: [fossil-users] [1.24/Win] Adding files > through *.html?" del Jueves, 29 de Noviembre de 2012 14:08:32: > > On Thu, 29 Nov 2012 17:43:34 +0100, Peter Spjuth > > wrote: > >> You can also do: > >> for %x in (*.

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Richie Adler
Gilles decía, en el mensaje "Re: [fossil-users] [1.24/Win] Adding files through *.html?" del Jueves, 29 de Noviembre de 2012 14:08:32: > On Thu, 29 Nov 2012 17:43:34 +0100, Peter Spjuth > wrote: >> You can also do: >> for %x in (*.html) do fossil add %x > > Thanks for the tip, but it's much more

Re: [fossil-users] Is there a setting to make fossil handle UTF-8 correctly in file names and folder names?

2012-11-29 Thread John Smith
On Thu, Nov 29, 2012 at 12:22 PM, Richard Hipp wrote: > > Fixed now. > Warnings all gone after updating to [9eb2df37ef]. Awesome job. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listin

Re: [fossil-users] Is there a setting to make fossil handle UTF-8 correctly in file names and folder names?

2012-11-29 Thread John Smith
On Thu, Nov 29, 2012 at 12:22 PM, Richard Hipp wrote: > > > Fixed now. > Still getting multiple compile warnings, but it's working. Thanks for the quick fix. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:808

Re: [fossil-users] Is there a setting to make fossil handle UTF-8 correctly in file names and folder names?

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 12:36 PM, John Smith wrote: > > > Checkin [ca728447a6] breaks fossil on WinXP SP3 32 bit compiled under > MINGW32. Lots of compilation warnings but compile creates fossil.exe. > Fixed now. -- D. Richard Hipp d...@sqlite.org __

Re: [fossil-users] Is there a setting to make fossil handle UTF-8 correctly in file names and folder names?

2012-11-29 Thread John Smith
On Wed, Nov 28, 2012 at 5:32 PM, Konstantin Khomoutov wrote: > > On Wed, Nov 28, 2012 at 02:56:09PM -0500, Richard Hipp wrote: > > > > Is this a configuration issue? Or can fossil not handle special > > > characters in file and folder names? > > > > Fossil is suppose to handle non-ASCII characters

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Gilles
On Thu, 29 Nov 2012 11:57:23 -0500, Richard Hipp wrote: >http://www.fossil-scm.org/fossil/doc/trunk/www/build.wiki > >Summary: > >(1) Install mingw/msys >(2) Unpack the Fossil source tarball, or clone the fossil repository. >(3) Run: make -f win/makefile.mingw >(4) Put the resulting "fossil.exe"

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Gilles
On Thu, 29 Nov 2012 17:43:34 +0100, Peter Spjuth wrote: >You can also do: >for %x in (*.html) do fossil add %x Thanks for the tip, but it's much more involved than simply "fossil add "*.html"". ___ fossil-users mailing list fossil-users@lists.fossil-sc

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 11:46 AM, Gilles wrote: > On Thu, 29 Nov 2012 11:38:43 -0500, Richard Hipp > wrote: > >> D:\Temp\test.fossil>fossil test-echo *.html > >> argv[0] = [fossil] > >> argv[1] = [test-echo] > >> argv[2] = [*.html] > >> > > > >I think it will work better if you recompile using m

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Gilles
On Thu, 29 Nov 2012 11:38:43 -0500, Richard Hipp wrote: >> D:\Temp\test.fossil>fossil test-echo *.html >> argv[0] = [fossil] >> argv[1] = [test-echo] >> argv[2] = [*.html] >> > >I think it will work better if you recompile using mingw instead of msvc. >The crt0 for msvc does not process wildcards

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Peter Spjuth
On Thu, Nov 29, 2012 at 5:35 PM, Gilles wrote: > > D:\Temp\test.fossil>dir *.html > > Directory of D:\Temp\test.fossil > > 29/11/2012 17:19 5 dummy.html >1 File(s) 5 bytes >0 Dir(s) 303 243 038 720 bytes free > > D:\Temp\test.fossil>f

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 11:35 AM, Gilles wrote: > On Thu, 29 Nov 2012 11:32:06 -0500, Richard Hipp > wrote: > >What do these commands say? > > > >dir *.html > >fossil test-echo *.html > > D:\Temp\test.fossil>dir *.html > > Directory of D:\Temp\test.fossil > > 29/11/2012 17:19

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Gilles
On Thu, 29 Nov 2012 11:32:06 -0500, Richard Hipp wrote: >What do these commands say? > >dir *.html >fossil test-echo *.html D:\Temp\test.fossil>dir *.html Directory of D:\Temp\test.fossil 29/11/2012 17:19 5 dummy.html 1 File(s) 5 bytes

Re: [fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 11:28 AM, Gilles wrote: > Hello > > I'm getting another issue on an XP host trying to add multiple files > to the next commit: > > D:\Temp\test.fossil>fossil add *.html > fossil: not found: D:/Temp/test.fossil/*.html > > D:\Temp\test.fossil>fossil add "*.html" > fossil: no

[fossil-users] [1.24/Win] Adding files through *.html?

2012-11-29 Thread Gilles
Hello I'm getting another issue on an XP host trying to add multiple files to the next commit: D:\Temp\test.fossil>fossil add *.html fossil: not found: D:/Temp/test.fossil/*.html D:\Temp\test.fossil>fossil add "*.html" fossil: not found: D:/Temp/test.fossil/*.html D:\Temp\test.fossil>fossil add

Re: [fossil-users] Editing the header text from the command line

2012-11-29 Thread David Given
Richard Hipp wrote: [...] > fossil configuration export skin somefile.txt > # edit somefile.txt to fix your problem > fossil configuration import somefile.txt Brilliant --- thanks. -- ┌─── dg@cowlark.com ─ http://www.cowlark.com ─ │ "There is nothing in the world so dangerous --- and I m

Re: [fossil-users] Editing the header text from the command line

2012-11-29 Thread Richard Hipp
On Thu, Nov 29, 2012 at 8:02 AM, David Given wrote: > I've managed to bugger up the base URL in one of my fossil repos. > Unfortunately I now can't fix this because the 'update' button on the > web page is pointing at the wrong URL... > > Is there a way I check out / check in the header text from

Re: [fossil-users] Editing the header text from the command line

2012-11-29 Thread Tomek Kott
not sure about command line for that, but could you use an in-browser html editor to manually change which url the form points to? That might be a hacky way of getting around it... I know I've done things like that for changing javascript, I'm just not sure about the form url. Date: Thu, 29 Nov

[fossil-users] Editing the header text from the command line

2012-11-29 Thread David Given
I've managed to bugger up the base URL in one of my fossil repos. Unfortunately I now can't fix this because the 'update' button on the web page is pointing at the wrong URL... Is there a way I check out / check in the header text from the command line so that I can fix this without using the web