[fossil-users] mingw doesn't build anymore on win8-64bit

2013-10-10 Thread Martin Gagnon
Hi list.. I recently try to compile latest trunk and the build failed.. Since I was already using a version I compile myself from 1 or 2 month ago, I decide to do a bisect to find which commit break it. So here my bisect result: $ fossil bisect chart

Re: [fossil-users] Version 1.27

2013-09-11 Thread Martin Gagnon
On Wed, Sep 11, 2013 at 10:03 AM, Richard Hipp wrote: > Fossil version 1.27 has been tagged and precompiled binaries have been > uploaded to http://www.fossil-scm.org/download.html > > I do this infrequently enough that I keep forgetting exactly how things > were compiled the previous time. So p

Re: [fossil-users] minor crnl-glob warning bug

2013-09-07 Thread Martin Gagnon
I think the warning should not be there, in the same way there's no warning when a local non-versioned setting override a global one. And anyway, when doing 'fossil set' we can see the warning to remind that the versioned setting exist. Which is useful when looking what the setting is, the user wi

Re: [fossil-users] survey: your top 5 most-used fossil CLI commands?

2013-09-02 Thread Martin Gagnon
revert, init(new), extra, rm, mv, gdiff, merge, ls -- Mobile == toppost && brief; Martin G. Le 2 sept. 2013 12:36, "Stephan Beal" a écrit : > Hi, all, > > i'm looking to prioritize some work on libfossil and i got the idea to try > to find out which commands people use most often, and use that

Re: [fossil-users] Linux/Windows USB

2013-07-26 Thread Martin Gagnon
On Fri, Jul 26, 2013 at 10:38:50AM +0200, henk harmsen wrote: > At work I have a Windows 7 laptop, at home a Linux Debian system on > which I do the real work. No network traffic is allowed but the files > may be put on an encrypted USB. So my fossils are on the USB. > > The problem that I am faci

Re: [fossil-users] Fossil on cygwin64

2013-07-25 Thread Martin Gagnon
On Thu, Jul 25, 2013 at 02:42:23PM -0600, Warren Young wrote: > On 7/25/2013 06:24, Jan Danielsson wrote: > >So .. we used the __CYGWIN__ macro to explicitly break fossil on > >cygwin? That seems unnecessarily creative to me. > > It is well known that the creators of Cygwin do this sort of thi

Re: [fossil-users] Fossil on cygwin64

2013-07-25 Thread Martin Gagnon
Le 2013-07-25 06:43, Jan Nijtmans a écrit : 2013/7/25 Richard Hipp : >> Native, pure-blooded windows binaries run just fine on cygwin, right? So >> why are we complicating the code with exceptions, special cases, and hacks >> for cygwin? > > There are three things that a windows fossil binar

Re: [fossil-users] mingw and default ssh command

2013-07-24 Thread Martin Gagnon
On Wed, Jul 24, 2013 at 12:35:51AM -0600, Andy Bradford wrote: > Thus said Martin Gagnon on Tue, 23 Jul 2013 22:37:27 -0400: > > > I guess when we want to sync with another url, we should have a chance > > to specify user again (user may be different on the another repo), and

Re: [fossil-users] Fossil on cygwin64

2013-07-24 Thread Martin Gagnon
Le 24 juil. 2013 06:06, "Lluís Batlle i Rossell" a écrit : > > On Wed, Jul 24, 2013 at 11:53:02AM +0200, Jan Nijtmans wrote: > > 2013/7/24 Lluís Batlle i Rossell : > > > I think our main usage for a cygwin fossil is that we develop using a cygwin > > > terminal with bash and vim. And we want fossi

[fossil-users] mingw and default ssh command

2013-07-23 Thread Martin Gagnon
Hi all, I've notice that here: http://fossil-scm.org/index.html/artifact/111c393f1bb93a3585078d5ee23e0b3ecc1408fe?ln=97,101 the "-e none" argument to ssh is removed when __MINGW32__ is defined. Is there a reason for that ? On my windows setup, I have mingw and I use openssh that come with msys.

Re: [fossil-users] Fossil on cygwin64

2013-07-22 Thread Martin Gagnon
On Mon, Jul 22, 2013 at 09:21:57PM +0200, Lluís Batlle i Rossell wrote: > Hello, > > today I built fossil on cygwin64, and it built but "it didn't work". Cloning, > a > line in os_win.c complained about not having permission to create a file (a > tmp > file with some kind of random string) in C:

Re: [fossil-users] Random thoughts on Fossil v2

2013-07-22 Thread Martin Gagnon
Le 22 juil. 2013 12:23, "Stephan Beal" a écrit : > > On Mon, Jul 22, 2013 at 6:18 PM, j. van den hoff < veedeeh...@googlemail.com> wrote: >> >> Options: >> -n|--limit N Output the first N changes (default 20) >> >> where the "first" probably should be a "last" or "most recent" I'd say. >

Re: [fossil-users] Shared SSH account consideration.

2013-07-17 Thread Martin Gagnon
Le 17 juil. 2013 00:13, "Andy Bradford" a écrit : > > Hello, > > After giving a little though to handling shared SSH accounts, it might > be as simple as the following change: > > https://www.fossil-scm.org/index.html/info/7a10b79a2c > > Basically, if the specified SSH command already has an '@

Re: [fossil-users] Alias for first initial empty checkin?

2013-07-15 Thread Martin Gagnon
On Mon, Jul 15, 2013 at 03:21:54PM -0700, B Harder wrote: > Is there a: > > $ fossil co initial_ci > > Command/workalike available, or am I left to: > > $ fossil timel -n | tail > [copy SHA1] > $ fossil co [paste SHA1] > > ? > > -bch > I got it.. what you want is: fossil up ro

Re: [fossil-users] Alias for first initial empty checkin?

2013-07-15 Thread Martin Gagnon
Le 15 juil. 2013 18:21, "B Harder" a écrit : > > Is there a: > > $ fossil co initial_ci > > Command/workalike available, or am I left to: > > $ fossil timel -n | tail > [copy SHA1] > $ fossil co [paste SHA1] > > ? You can tag the initial commit if it's important for you. So you just hav

Re: [fossil-users] Side-by-side diff improvement

2013-07-11 Thread Martin Gagnon
On Tue, Jul 09, 2013 at 06:46:48PM -0400, Richard Hipp wrote: >On Fri, Jul 5, 2013 at 10:51 PM, Joel Bruick <[1]j...@joelface.com> wrote: > > Hi all, > > I've committed a pretty big changeto the diff > code([2]http://www.fossil-scm.org/index.html/info/4081a91c84) , and I'd >

Re: [fossil-users] SSH client updates.

2013-07-10 Thread Martin Gagnon
On Wed, Jul 10, 2013 at 05:24:29PM -0400, Martin Gagnon wrote: > On Wed, Jul 10, 2013 at 10:32:26PM +0200, Rene wrote: > > On 2013-07-10 21:31, Martin Gagnon wrote: > > >On Wed, Jul 10, 2013 at 01:51:05AM -0600, Andy Bradford wrote: > > >>Folks, > > >>

Re: [fossil-users] SSH client updates.

2013-07-10 Thread Martin Gagnon
On Wed, Jul 10, 2013 at 10:32:26PM +0200, Rene wrote: > On 2013-07-10 21:31, Martin Gagnon wrote: > >On Wed, Jul 10, 2013 at 01:51:05AM -0600, Andy Bradford wrote: > >>Folks, > >> > >>As I mentioned before, I've been attempting some modifications > &g

Re: [fossil-users] SSH client updates.

2013-07-10 Thread Martin Gagnon
On Wed, Jul 10, 2013 at 01:51:05AM -0600, Andy Bradford wrote: > Folks, > > As I mentioned before, I've been attempting some modifications to the > fossil SSH URL handling. I'm at a point where I could use some feedback > regarding the previous method for handling SSH. > [snip] I like the

Re: [fossil-users] ForceCommand SSH key with fossil?

2013-07-01 Thread Martin Gagnon
On Mon, Jul 01, 2013 at 12:42:11AM -0600, Andy Bradford wrote: > Thus said Rene on Sun, 30 Jun 2013 16:07:44 +0200: > > > It could be an alternative way. But the urlShell seems to be much > > easier! > > Thanks, I actually looked at urlShell, but it didn't seem right, or was > confusing, or

Re: [fossil-users] Windows newb questions

2013-06-27 Thread Martin Gagnon
If a local and a global setting exist, local have priority. Try: fossil unset crnl-glob Then you will see the '(global)' (Sory typing on my phone) -- Martin G. -Original Message- From: sky5w...@gmail.com To: Fossil SCM user's discussion Sent: jeu., 27 juin 2013 17:08 Subject: Re: [f

Re: [fossil-users] Ticket [967cedbf20]: fossil extra - Report for subtree

2013-06-21 Thread Martin Gagnon
Le 21 juin 2013 04:35, "Jan Nijtmans" a écrit : > > 2013/6/20 Stephan Beal : > > Any chance of adding the same to "ls" as well? > > Hm.. > > $ ./fossil ls win/include > win/include/dirent.h > win/include/unistd.h > $ rm -rf win/include;fossil status > > MISSINGwin/include/dirent.h > MISSI

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-20 Thread Martin Gagnon
On Thu, Jun 20, 2013 at 09:05:50AM -0400, Martin Gagnon wrote: > On Wed, Jun 19, 2013 at 10:28:29AM +0200, Michai Ramakers wrote: > > On 19 June 2013 10:25, Edward Berner wrote: > > > > > > I'm surprised, but yeah, its looking that way. I just ran the test a

Re: [fossil-users] cloning / opening fails on WinXP SP3

2013-06-20 Thread Martin Gagnon
On Wed, Jun 19, 2013 at 10:28:29AM +0200, Michai Ramakers wrote: > On 19 June 2013 10:25, Edward Berner wrote: > > > > I'm surprised, but yeah, its looking that way. I just ran the test again > > using the same fossil binary on XP and Windows 7. The clone failed on XP > > but succeeded on (64 bi

[fossil-users] Last checking about showfile usage

2013-06-13 Thread Martin Gagnon
I think the usage text was not missing, but was removed by purpose (deprecated option) here: http://www.fossil-scm.org/index.html/fdiff?v1=58d70ba240779fc6&v2=ca94ba0d04935194&sbs=1 I 'm not sure if it's better to deprecated it or not... I've just notice it was removed by purpose ... Martin G

Re: [fossil-users] problem cloning repo from Win8 via ssh

2013-06-09 Thread Martin Gagnon
On Sat, Jun 08, 2013 at 10:09:44AM -0500, Carson Chittom wrote: > Martin Gagnon writes: > > > On Sat, Jun 08, 2013 at 09:05:15AM -0500, Carson Chittom wrote: > >> I am unable to clone a repository via SSH from Windows 8 (cloning via > >> HTTP works fine). The rem

Re: [fossil-users] problem cloning repo from Win8 via ssh

2013-06-08 Thread Martin Gagnon
On Sat, Jun 08, 2013 at 09:05:15AM -0500, Carson Chittom wrote: > I am unable to clone a repository via SSH from Windows 8 (cloning via > HTTP works fine). The remote repository is on a machine running OpenBSD > 5.3, if it matters. I am experiencing this problem both with the 1.25 > binary releas

Re: [fossil-users] Reading file list from file instead of command line (response file)

2013-05-25 Thread Martin Gagnon
On Sat, May 25, 2013 at 10:53:22AM +0200, Stefan Bellon wrote: > Hi all, > > is it possible to read long lists of files from another file (or stdin) > instead of the command line? > > Imagine having to commit hundreds of files (but not the complete current > working copy!) and reaching the comman

Re: [fossil-users] ssh clone windows to windows

2013-05-09 Thread Martin Gagnon
Have you verify the chain path is good, may be the one I give to you is wrong, I think newer version of cygwin don't use/cygdrive prefix anymore for windows drive. Martin G. -Original Message- From: kioto mitsubisi To: Fossil SCM user's discussion Sent: jeu., 09 mai 2013 8:04 Subject:

Re: [fossil-users] ssh clone windows to windows

2013-05-09 Thread Martin Gagnon
Have you try with the cygwin path ? E.g. fossil clone ssh://user@server//cygdrive/c/repo/repo.fossil repo.fossil Martin G. -Original Message- From: kioto mitsubisi To: "fossil-users@lists.fossil-scm.org" Sent: jeu., 09 mai 2013 4:18 Subject: Re: [fossil-users] ssh clone windows to win

Re: [fossil-users] fossil not recognizing changes to binary files?

2013-05-07 Thread Martin Gagnon
On Tue, May 7, 2013 at 11:22 AM, Randy Melton wrote: > I'm even more convinced that this is a bug. > > If I edit one of the binary files as follows: > echo " " >> tclkit-8.5.2-win64.exe.exe > > fossil will see the binary as modified. > > Is it possible that fossil compresses binaries, and that it

Re: [fossil-users] Repo activity stats over time

2013-05-05 Thread Martin Gagnon
On Sun, May 05, 2013 at 03:27:52PM +0200, Stephan Beal wrote: >On Sun, May 5, 2013 at 3:00 PM, Stephan Beal >wrote: > > Currently there is no UI for selecting the user name. It would be simple > to add a drop-down list to select this but first i'd like to confirm > that pub

[fossil-users] font boosting on chrome for android phone

2013-04-02 Thread Martin Gagnon
Hi, I get an android phone recently, and I notice that the fossil timeline look weird on it, some commit entry have bigger font size and this make the timeline to look pretty ugly. I see the same thing with chrome and firefox for android while I never had this problem on my iPhone before. After g

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Le 2013-03-15 à 15:13, Stephan Beal a écrit : > On Fri, Mar 15, 2013 at 8:08 PM, Richard Hipp wrote: >> On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon wrote: >>> >>> Actually, I post my contributor agreement a while ago... >> >> It was misfiled. B

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Le 2013-03-15 à 10:37, Stephan Beal a écrit : > > On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon wrote: >> Here's a patch that should ignore proxy settings with file:// and ssh:// >> protocol.. > > To work around the (presumably missing?) contributor agreement i

[fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Hi list, When proxy setting is ON globaly (or from environnement variable), repo that use ssh:// protocol stop working. I know it's possible to do: "fossil set proxy off" on those repository, but I think it would be better to just ignore the proxy when using ssh:// or file:// urls since ssh can n

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Martin Gagnon
On Sat, Mar 9, 2013 at 4:14 PM, Martin Gagnon wrote: > Le samedi 9 mars 2013, Stephan Beal a écrit : > > On Sat, Mar 9, 2013 at 10:03 PM, Simon Tremblay wrote: >> >>> Removing SSL support corrected this error. But I get the same error as >>> w

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Martin Gagnon
Le samedi 9 mars 2013, Stephan Beal a écrit : > On Sat, Mar 9, 2013 at 10:03 PM, Simon Tremblay > > > wrote: > >> Removing SSL support corrected this error. But I get the same error as >> with version 1.23+ about GLIBC 2.7. >> > > :( > > Then i unfortunately won't be able to help. Maybe someone

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-09 Thread Martin Gagnon
On Friday, March 8, 2013, Martin Gagnon wrote: > On Fri, Mar 8, 2013 at 10:30 AM, Stephan Beal > > > wrote: > >> On Fri, Mar 8, 2013 at 3:09 PM, Martin Gagnon >> >> > wrote: >> >>>- Gzipped git fast-export file: >>>

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
On Fri, Mar 8, 2013 at 10:30 AM, Stephan Beal wrote: > On Fri, Mar 8, 2013 at 3:09 PM, Martin Gagnon wrote: > >>- Gzipped git fast-export file: >> 2.58 GB >> > > Maybe it's time to consider renaming sqlite to "sq-formerly-known-as-li

Re: [fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
Le 2013-03-08 09:12, Joerg Sonnenberger a écrit : On Fri, Mar 08, 2013 at 09:09:56AM -0500, Martin Gagnon wrote: I know someone recently test with the NetBSD port tree, but port tree is a bit less realistic since it contain a incredible huge number of small files with an incredible number of

[fossil-users] Good repository to test scalability of fossil

2013-03-08 Thread Martin Gagnon
Hi, I found a git repository of the full openbsd src tree here: http://anoncvs.estpak.ee/cgi-bin/cgit/openbsd-src/ I think this repository is good to test scalability of fossil, since it's contain not only the kernel source of openbsd, but also all the userland of the base system. I know some

Re: [fossil-users] prompt password on sync with ssh

2013-03-02 Thread Martin Gagnon
On Sat, Mar 2, 2013 at 7:26 PM, Richard Hipp wrote: > > > On Sat, Mar 2, 2013 at 11:14 AM, Martin Gagnon wrote: > >> Hi, >> >> In a previous checking a while ago, a change was made so password is >> never prompt for sync operation with ssh protocol. >

[fossil-users] prompt password on sync with ssh

2013-03-02 Thread Martin Gagnon
Hi, In a previous checking a while ago, a change was made so password is never prompt for sync operation with ssh protocol. In this checking: http://fossil-scm.org/index.html/info/d1eb341f80 Recently, the code related to this change and it seems that it's asking password again when I'm doing som

[fossil-users] small usage text fix

2013-03-02 Thread Martin Gagnon
Hi, I found a small typo on usage text of "fossil config" command. Actual usage text for push/pull/sync commands refer to "fossil config *pull*" in the usage text. Here's a simple patch.. (By the way, Richard should have receive my Contributor Agreement) -- Martin G. Index: src/configure.c ==

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Martin Gagnon
On Wed, Feb 6, 2013 at 5:07 PM, Martin Gagnon wrote: > On Wed, Feb 6, 2013 at 2:27 PM, Richard Hipp wrote: > >> >> >> On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: >> >>> Hmmm... your point about the remote login is curious. I assumed that >&g

Re: [fossil-users] ssh transport and tcsh

2013-02-06 Thread Martin Gagnon
On Wed, Feb 6, 2013 at 2:27 PM, Richard Hipp wrote: > > > On Wed, Feb 6, 2013 at 2:18 PM, Matt Welland wrote: > >> Hmmm... your point about the remote login is curious. I assumed that >> fossil was doing something like this (I'm using faux code here): >> >> inport, outport = popen2("ssh", "-e",

Re: [fossil-users] Right way to try something new and save/revert?

2013-01-28 Thread Martin Gagnon
On Mon, Jan 28, 2013 at 7:20 AM, Richard Hipp wrote: > > > On Sun, Jan 27, 2013 at 9:18 AM, Gilles wrote: > >> >> So it looks like "fossil ls " doesn't actually list the >> files in the branch but rather the files in the branch currently >> active (and its files checked out in the work directory

Re: [fossil-users] Looking for guinea pig to test Makefile.msc changes

2013-01-25 Thread Martin Gagnon
On Fri, Jan 25, 2013 at 3:54 AM, Stephan Beal wrote: > On Fri, Jan 25, 2013 at 9:21 AM, Александр Орефков wrote: > >> need >> fossil.res : $B\win\fossil.rc >> > > Fixed, thanks! > > http://fossil-scm.org/index.html/info/461a4d11d1 > > > > I don't know about nmake syntax, but other reference to B

Re: [fossil-users] Right way to try something new and save/revert?

2013-01-25 Thread Martin Gagnon
On Fri, Jan 25, 2013 at 6:58 AM, Martin Gagnon wrote: > On Fri, Jan 25, 2013 at 6:41 AM, Gilles wrote: > >> On Fri, 25 Jan 2013 12:28:25 +0100, Stephan Beal >> wrote: >> >There are two ways i know of to do that, but both show the files _in_ the >> >b

Re: [fossil-users] Right way to try something new and save/revert?

2013-01-25 Thread Martin Gagnon
On Fri, Jan 25, 2013 at 6:41 AM, Gilles wrote: > On Fri, 25 Jan 2013 12:28:25 +0100, Stephan Beal > wrote: > >There are two ways i know of to do that, but both show the files _in_ the > >branch, whether or not they have been modified _in that branch_ since the > >branch was created: > > Thanks f

Re: [fossil-users] Fossil 1.25

2013-01-18 Thread Martin Gagnon
Le 2013-01-18 à 14:09, sky5w...@gmail.com a écrit : [Snip] > 2. Trying MinGW got the furthest... > - > c:\_Soft\fossil\src>C:\MinGW\msys\1.0\bin\make -f win/Makefile.mingw > -- > ~...make headers... >wbld/VERSION.h > Input file "wb

[fossil-users] how to "negate match" a string with new regex code

2013-01-09 Thread Martin Gagnon
Hi, Is there an easy way with the new regex code using the regex= query parameter for diff filtering to negate match regex? To exclude line containing some string from the diff. I fail to find a standard regex string on google that can do the job, I found the 2 following regex: b(?!ar)|

Re: [fossil-users] Couple of newbie questions on artifacts and comparing

2013-01-08 Thread Martin Gagnon
On Tue, Jan 08, 2013 at 03:56:15PM +0100, Stephan Beal wrote: >On Tue, Jan 8, 2013 at 3:49 PM, Stefan Bellon wrote: > > Is subversion equally frowned upon? If not, what about: >fossil diff --from PREV --to HEAD myfile.c > >That would be too easy ;). Yes, it covers the most c

Re: [fossil-users] Official approved way of moving a repo?

2013-01-08 Thread Martin Gagnon
On Tue, Jan 08, 2013 at 12:42:19PM +, John Long wrote: > On Tue, Jan 08, 2013 at 01:31:18PM +0100, Stephan Beal wrote: > > On Tue, Jan 8, 2013 at 1:22 PM, John Long wrote: > > > > > I just finished deleting a few dozen repos since I moved a bunch of source > > > code to another machine and fo

[fossil-users] Diff summary when clicking on timeline box (feature request)

2013-01-07 Thread Martin Gagnon
Hi list, I like very much the new feature where we can click on 2 versions directly on the timeline. But there's a little thing missing when diffing that way, there's no way to see a compact list of files that change, all files diff are already expanded. Sometimes, there's a lot of files with dif

Re: [fossil-users] Fossil vs. Git/Mercurial/etc.?

2012-12-18 Thread Martin Gagnon
On Tue, Dec 18, 2012 at 6:28 PM, j. v. d. hoff wrote: > On Wed, 19 Dec 2012 00:23:09 +0100, Richard Hipp wrote: > > On Tue, Dec 18, 2012 at 5:21 PM, Mike Meyer wrote: >> >> I don't do that (I keep all my fossil repositories in ~/repos), so >>> haven't paid close attention to the issues. The bi

Re: [fossil-users] Possible bug in timeline?

2012-12-17 Thread Martin Gagnon
Same thing here... -- Martin Le 2012-12-17 à 20:34, "David J. Weller-Fahy" a écrit : > I believe I may have found a bug in the behavior of the timeline. As > this may be just me, I figured I'd check with the community to see if > anyone else is seeing this behavior (described below). > > St

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

2012-12-14 Thread Martin Gagnon
Le 2012-12-14 12:50, Matt Welland a écrit : On Fri, Dec 14, 2012 at 10:32 AM, Chad Perrin mailto:c...@apotheon.net>> wrote: On Thu, Dec 13, 2012 at 05:04:52PM -0700, Matt Welland wrote: > > This is the classical divide between pragmatists (I want to get my job with > with

Re: [fossil-users] pushing only specific branches to specific servers?

2012-12-12 Thread Martin Gagnon
Le 2012-12-12 13:21, C. Thomas Stover a écrit : Actually it turns out I can do what I want the existing private branch feature. I noticed that on --push, --pull, and --clone there is a --private option that says to include private branches. So to use my earlier example, branch would be private,

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

2012-12-12 Thread Martin Gagnon
Le 2012-12-12 06:28, Ramon Ribó a écrit : As I understand it, fossil currently deletes one file from disk when doing and update if this file has been removed by another user. For me, it is incoherent that fossil does not do the same on commit. Of course, only for the case that there is a c

Re: [fossil-users] Fossil version 1.25 scheduled.

2012-12-04 Thread Martin Gagnon
Le 2012-12-04 à 06:03, Richie Adler a écrit : > fossil-m...@h-rd.org decía, en el mensaje "Re: [fossil-users] Fossil version > 1.25 scheduled." del Martes, 04 de Diciembre de 2012 07:26:32: > >> Why not fossil allow only to serve files from a specific and specified >> directory (in settings).

Re: [fossil-users] Error opening a new repository across Windows shares

2012-12-01 Thread Martin Gagnon
Le 2012-11-30 à 13:19, Carson Chittom a écrit : > I'm using fossil 1.24 (binary downloaded from fossil-scm.org) on Windows > XP. H: is a shared drive from our server, and C: is the local drive. > I'm trying to have the files stored on H:\ but the repository file be on > C:. Creating the reposito

Re: [fossil-users] Documentation improvement about building under Cygwin

2012-11-30 Thread Martin Gagnon
Le 2012-11-30 à 09:40, Jan Nijtmans a écrit : > 2012/11/30 Martin Gagnon : >> Here: [http://fossil-scm.org/index.html/doc/trunk/www/build.wiki] On section >> "2.0 Compiling" point "8-c": >> >> Documentation say to use "Makefile.mingw

[fossil-users] Documentation improvement about building under Cygwin

2012-11-30 Thread Martin Gagnon
Here: [http://fossil-scm.org/index.html/doc/trunk/www/build.wiki] On section "2.0 Compiling" point "8-c": Documentation say to use "Makefile.mingw for Cygwin, but in fact, Cygwin don't need to use Makefile.mingw, Under Cygwin, the normal Unix way will work: e.g.: ./configure && make && make

Re: [fossil-users] build of trunk fail on cygwin

2012-11-27 Thread Martin Gagnon
On Tue, Nov 27, 2012 at 10:03 PM, Richard Hipp wrote: > > > On Tue, Nov 27, 2012 at 9:15 PM, Martin Gagnon wrote: > >> Hi, >> >> I recently try to compile fossil under cygwin and it fail to build. >> >> Version from today: >>4f8c8975bc4d1303

[fossil-users] build of trunk fail on cygwin

2012-11-27 Thread Martin Gagnon
Hi, I recently try to compile fossil under cygwin and it fail to build. Version from today: 4f8c8975bc4d1303a604da339f869c32eb0da960 2012-11-27 16:26:29 UTC $ make ... cc -g -02 -DHAVE_AUTOCONFIG_G -I. -I./src -Ibld -o bld/export.o -c bld/export_.c cc -g -02 -DHAVE_AUTOCONFIG_G -I. -I./src -I

Re: [fossil-users] how to dump artifact content to stdout

2012-11-24 Thread Martin Gagnon
Le 2012-11-24 11:40, Richard Hipp a écrit : On Sat, Nov 24, 2012 at 10:35 AM, j. v. d. hoff mailto:veedeeh...@googlemail.com>> wrote: On Sat, 24 Nov 2012 16:23:05 +0100, Martin Gagnon mailto:eme...@gmail.com>> wrote: Le 2012-11-24 10:16, j. v. d. hoff a écrit :

Re: [fossil-users] how to dump artifact content to stdout

2012-11-24 Thread Martin Gagnon
Le 2012-11-24 10:16, j. v. d. hoff a écrit : On Sat, 24 Nov 2012 15:43:57 +0100, Stefan Bellon wrote: On Sat, 24 Nov, j. v. d. hoff wrote: I would like to issue something like `fossil artifact [1234] -f myfile.txt' I may be misunderstanding, but isn't fossil finfo -p -r [1234] myfile.t

Re: [fossil-users] how to dump artifact content to stdout

2012-11-24 Thread Martin Gagnon
On Sat, Nov 24, 2012 at 5:40 AM, j. v. d. hoff wrote: > hi, > > I found this statement in the `technical overview' section: > > 8<**--** > --- > When accessing the repository database using raw SQL and the fossil sql > com

[fossil-users] Problem with "fossil set" command...

2012-11-21 Thread Martin Gagnon
Hi list, I update my fossil executable latest version from trunk recently, and "fossil set" command give me error now. = mgagnon@iserver(~/fossil/fossil-scm) $ ./fossil set ./fossil: SQLITE_ERROR: statement aborts at 5: [DETACH DATABASE configdb] no such database: configdb ./fossi

Re: [fossil-users] suggestion

2012-11-20 Thread Martin Gagnon
Le 2012-11-20 à 04:58, Joan Picanyol i Puig a écrit : > * Richard Hipp [20121120 01:13]: >> On Mon, Nov 19, 2012 at 6:12 PM, j. v. d. hoff >> wrote: >> >>> -- fossil timeline: I find this really hard to read and use for at least >>> two reasons: >> >> I seldom use "fossil timeline", preferrin

Re: [fossil-users] suggestion

2012-11-19 Thread Martin Gagnon
On Mon, Nov 19, 2012 at 9:06 PM, Richard Hipp wrote: > > > On Mon, Nov 19, 2012 at 7:36 PM, Dirk Reiners wrote: > >> On Mon, Nov 19, 2012 at 6:30 PM, Martin Gagnon wrote: >> > >> > Or I suggest a version that refresh always the same line showing a kind >&

Re: [fossil-users] suggestion

2012-11-19 Thread Martin Gagnon
Le 2012-11-19 à 19:13, Richard Hipp a écrit : > On Mon, Nov 19, 2012 at 6:12 PM, j. v. d. hoff > wrote: >> >> -- the transfer statistics stuff reported at every checkin. usually I don't >> want to see this. maybe this should be made configurable (or is it already?) >> in the UI. > > We

[fossil-users] diff-binary setting not honor on web interface

2012-11-13 Thread Martin Gagnon
Hi list, I notice recently that diff-binary is not used not honor on web interface. Is it like this by purpose ? Per example I have "*.mcs" in my binary-glob setting and I have diff-binary set to '0'. >From CLI, $ fossil diff a_file.mcs Give me cannot compute difference between binary fil

Re: [fossil-users] fossil 1.24 not working via ssh

2012-11-10 Thread Martin Gagnon
On Sat, Nov 10, 2012 at 2:18 PM, Richard Hipp wrote: > > > On Sat, Nov 10, 2012 at 11:53 AM, Martin Gagnon wrote: >> >> On Sat, Nov 10, 2012 at 9:48 AM, Richard Hipp wrote: >> > >> > >> > On Sat, Nov 10, 2012 at 9:43 AM, j. van den hoff >> &

Re: [fossil-users] fossil 1.24 not working via ssh

2012-11-10 Thread Martin Gagnon
On Sat, Nov 10, 2012 at 9:48 AM, Richard Hipp wrote: > > > On Sat, Nov 10, 2012 at 9:43 AM, j. van den hoff > wrote: >> >> I would really appreciate if the ssh issue could get addressed by the >> developers. > > > It has my attention. I just don't know what to do about it. Do you have > any sug

[fossil-users] dot (.) in repositorie name when serving a directory

2012-10-25 Thread Martin Gagnon
Hi list, One of my repository have a "." character in it name. ( example: foo.bar.fossil ). I never had any problem with it before I start to use fossil to serve a directory containing .fossil files. If I try to access the repo using a url like: http://host:8080/foo.bar, It doesn't work. It's lo

Re: [fossil-users] stat != timeline (after import from git)

2012-10-16 Thread Martin Gagnon
Le 2012-10-15 à 11:32, Gour a écrit : > On Mon, 15 Oct 2012 09:13:44 -0400 > Richard Hipp wrote: > >> If you do "fossil ui" and then enter the query parameter "?n=100" >> on the timeline page, you'll see the complete history of the >> project. I'm guessing that the above statement is not t

Re: [fossil-users] stat != timeline (after import from git)

2012-10-15 Thread Martin Gagnon
Le 2012-10-15 à 12:18, Gour a écrit : > On Mon, 15 Oct 2012 11:38:53 -0400 > Richard Hipp wrote: > >> If you can send me the get-fast-export text, I'll have a look. > > It seems I forgot to attach pics in previous message, but now the > problem is that 'git fast-export --all' output is 280M, w

Re: [fossil-users] Fossil enhancement idea. Was: trouble handling text files from SQL Server 2012

2012-09-13 Thread Martin Gagnon
On Thu, Sep 13, 2012 at 4:08 PM, Richard Hipp wrote: > > > On Thu, Sep 13, 2012 at 3:45 PM, Richard Hipp wrote: >> >> >> >> On Thu, Sep 13, 2012 at 3:43 PM, Kevin Greiner wrote: >>> >>> >>> I'm using fossil 1.23 on Windows 7. I'm attempting to store text files >>> generated by Microsoft SQL Serv

[fossil-users] fossil merge help message

2012-09-10 Thread Martin Gagnon
Hi list, I've notice that people in this list often ask questions related with --cherrypick and --backout options. Also, the "fossil help merge" output is lacking of usage information for the --cherrypick and --backout options. For all other options in the "Other options:" section. we can clear

Re: [fossil-users] Install from binary on Macbook Pro OSX

2012-09-09 Thread Martin Gagnon
On my Macbook pro running OSX 10.8, I have same problem with the binary from download section of website, but I have XCodes and I've compile latest version from trunk with no problem. And according to the "./configure", it found readline. If you want, I can send you this executable.. (if you trust

Re: [fossil-users] query list of files from fossil within /www/ embedded website

2012-09-03 Thread Martin Gagnon
Le 2012-09-03 à 08:27, Remigiusz Modrzejewski a écrit : > > On Sep 3, 2012, at 10:56 , Carlo Miron wrote: > >> On Mon, Sep 3, 2012 at 8:06 AM, Jan wrote: >>> Background: I am /misusing/ fossil as a JSON database. >> >> Are you aware of UnQL ? > > Does this thing have some nicer documentation

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
est way > to proceed for developers of fossil. > However it sure looks like a simple, straight-forward patch, so it might be > good, if it also works without keys set up. > > Regards, Sverre > > > On Fri, 31 Aug 2012 17:25:43 +0200, Martin Gagnon wrote: > > Is

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
looks like a simple, straight-forward patch, so it might be > good, if it also works without keys set up. > > Regards, Sverre > > On Fri, 31 Aug 2012 17:25:43 +0200, Martin Gagnon wrote: > >> Is there anyone else thinking this patch should be applied ? >> >>

Re: [fossil-users] Still ask for password with ssh protocol

2012-08-31 Thread Martin Gagnon
Is there anyone else thinking this patch should be applied ? Le 2012-07-10 12:30, Martin Gagnon a écrit : On Mon, Jul 9, 2012 at 5:43 PM, Martin Gagnon mailto:eme...@gmail.com>> wrote: Hi list.. When I use ssh:// protocol on remote-url and I specify my usename in it:

Re: [fossil-users] fossil clone fails

2012-07-23 Thread Martin Gagnon
On Mon, Jul 23, 2012 at 2:02 PM, Tamas Selmeci wrote: > Hello all! > > First of all, congratulations for Fossil, this small version control > system has really amazed me. > > I've created a fossil repo (from one of my git repos) on my server and > wanted to clone it on my linux machine. The comma

Re: [fossil-users] How to enable showing timeline timestamps using local time without touching the web UI?

2012-07-17 Thread Martin Gagnon
Le 2012-07-17 à 06:19, Konstantin Khomoutov a écrit : > I use fossil to manage configuration files of certain programs on a > bunch of machines which I access over SSH. > > I'd like to enable displaying timeline timestamps using local time > as there are no people in other time zones working wi

Re: [fossil-users] Still ask for password with ssh protocol

2012-07-10 Thread Martin Gagnon
On Mon, Jul 9, 2012 at 5:43 PM, Martin Gagnon wrote: > Hi list.. > > When I use ssh:// protocol on remote-url and I specify my usename in it: > e.g.: ssh://user@host/path/to/repo.fossil > > Fossil prompt me for a password, I can enter anything and it work. > &

[fossil-users] Still ask for password with ssh protocol

2012-07-09 Thread Martin Gagnon
Hi list.. When I use ssh:// protocol on remote-url and I specify my usename in it: e.g.: ssh://user@host/path/to/repo.fossil Fossil prompt me for a password, I can enter anything and it work. I know that recently, authentication got bypassed when using ssh protocol, but it seems that the pass

Re: [fossil-users] Turning off change tracking for certain files

2012-07-02 Thread Martin Gagnon
On Mon, Jul 2, 2012 at 5:24 AM, Jacek Cała wrote: > Hi All, > > I've got in my repo a small number of files that are changing but > these changes are not meant to be send to the repo (are kind of > user-specific). The files are needed in the repo but only in their > initial or some specific ver

Re: [fossil-users] Broken alignment in side-by-side diffs

2012-06-20 Thread Martin Gagnon
Le 12-06-20 06:16, Александр Орефков a écrit : 2012/6/20 Lluís Batlle i Rossell : >> >> yes, that has been reported before. It's quite easy to count utf-8... but maybe >> not everyone uses utf-8. >> >> Should we add a 'setting' for 8-bit or utf-8 characters? > > In Fossil in web pages header

Re: [fossil-users] Broken alignment in side-by-side diffs

2012-06-20 Thread Martin Gagnon
Le 2012-06-20 à 04:49, Александр Орефков a écrit : > Hi. > I temporary use simple crutch in diff.c in sbsWriteText: > ... >}else if( c=='>' && p->escHtml ){ > memcpy(&z[j], ">", 4); > j += 4; >}else{ > z[j++] = c; > /*fix for russian utf-8 - 2 bytes per symbol*/ >

Re: [fossil-users] trouble figuring out ssh

2012-06-15 Thread Martin Gagnon
On Fri, Jun 15, 2012 at 10:07 PM, scrawler wrote: > Hey guys, > > I have a fossil repository I would like to push to a remote url via ssh. > What steps am I missing? > > 1. (remote) $ cd repo-dir; fossil init repo.fsl > 2. (local) $ cd repo-dir; fossil open repo.fsl; fossil push > ssh://user@url

Re: [fossil-users] Newbie question about basics of using fossil

2012-06-07 Thread Martin Gagnon
On Thu, Jun 7, 2012 at 6:11 AM, Stephan Beal wrote: > On Thu, Jun 7, 2012 at 11:30 AM, Joan Picanyol i Puig < > lists-fos...@biaix.org> wrote: > >> * Andrew Stuart [20120531 16:15]: >> > There are source code files and also operating system configuration >> > files. >> >> I would keep two differ

Re: [fossil-users] Newbie question about basics of using fossil

2012-06-07 Thread Martin Gagnon
Le 2012-06-07 à 05:30, Joan Picanyol i Puig a écrit : > * Andrew Stuart [20120531 16:15]: >> There are source code files and also operating system configuration >> files. > > I would keep two different repositories. For the second one, see below. > >> I use sudo to edit these files as most of

[fossil-users] versionable settings override warning

2012-06-04 Thread Martin Gagnon
Hi list, It's about this warning when using versionable settings when it override non-versionable setting. I understand the utility of it when overriding a local non-versionable setting. But it also give the same warning when overriding a global setting. Is it really necessary ? There's no such

[fossil-users] unified diff output on console

2012-06-01 Thread Martin Gagnon
Hi list, Again I notice a small thing about "fossil diff" output, when no external program is used. From the output, we don't see which version it is comparing. Other SCM I know show some extra information on the ---/+++ lines about version that are actually compared. In fossil, the ---/+++ line

[fossil-users] fossil gdiff behavior with multiple files

2012-05-31 Thread Martin Gagnon
Hi all, I have a feature request about diff/gdiff when calling an external program with multiple files. In a particular case where, let say there's 40 modified files and you execute: $ fossil gdiff without specifying any file, fossil will spawn the external diff program (vimdiff in my case)

<    1   2   3   4   >