[fossil-users] branch vs tags when importing from git

2011-02-13 Thread Martin Gagnon
I've convert a git repository to fossil and I'm a bit confuse with my tags I had in git, the way they become in fossil. I had some tag in the original git repo, which was not branch, only a tag to a particular version. Once I convert to fossil, those tag propagate to future versions until next

Re: [fossil-users] branch vs tags when importing from git

2011-02-13 Thread Martin Gagnon
On Sun, Feb 13, 2011 at 4:15 PM, Richard Hipp d...@sqlite.org wrote: On Sun, Feb 13, 2011 at 4:09 PM, Martin Gagnon eme...@gmail.com wrote: I've convert a git repository to fossil and I'm a bit confuse with my tags I had in git, the way they become in fossil. I had some tag in the original

Re: [fossil-users] branch vs tags when importing from git

2011-02-14 Thread Martin Gagnon
On Sun, Feb 13, 2011 at 4:15 PM, Richard Hipp d...@sqlite.org wrote: On Sun, Feb 13, 2011 at 4:09 PM, Martin Gagnon eme...@gmail.com wrote: I've convert a git repository to fossil and I'm a bit confuse with my tags I had in git, the way they become in fossil. I had some tag in the original

[fossil-users] History for a directory

2011-03-01 Thread Martin Gagnon
Hi, Right now, it's possible to have the history for a specific file (using web interface) when browsing the file section. It would be nice to be able to do the same for a directory. Let say I know I made some changes a while ago on a subdirectory of my huge repository, so instead to look a whole

[fossil-users] makemake.tcl is tagged as binary on fossil-scm.org

2011-03-01 Thread Martin Gagnon
If you look there (diff output of previous change of src/makemake.tcl) http://www.fossil-scm.org/index.html/fdiff?v1=b17ba6e13a65fefbv2=6aa5613470685ac2 You can see that makemake.tcl, which look to be a tcl script which is text... appear to be seen as a binary file. Is it normal ? -- Martin

Re: [fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-04 Thread Martin Gagnon
On Fri, Mar 4, 2011 at 5:58 AM, Jan Danielsson jan.m.daniels...@gmail.com wrote: Hello,   In order to figure out how to do conflict resolution with fossil, I created a new repository 'central', I added a file to it, then cloned the repository into 'clone1' and 'clone2'. I switched off

Re: [fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-04 Thread Martin Gagnon
On Fri, Mar 4, 2011 at 1:28 PM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Fri, Mar 04, 2011 at 01:06:46PM -0500, Ron Wilson wrote: On Fri, Mar 4, 2011 at 7:22 AM, Martin Gagnon eme...@gmail.com wrote: I've made you test... and after I push from first clone, it give no error at all

Re: [fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-04 Thread Martin Gagnon
On Friday, March 4, 2011, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: On Mar 4, 2011, at 19:41 , Martin Gagnon wrote: But I think it's good to know if we just produce a fork...  it might not be an expected fork... But usually it's not possible to tell if you're creating a fork (you

[fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-04 Thread Martin Gagnon
On Friday, March 4, 2011, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: On Mar 4, 2011, at 19:41 , Martin Gagnon wrote: But I think it's good to know if we just produce a fork...  it might not be an expected fork... But usually it's not possible to tell if you're creating a fork (you

Re: [fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-09 Thread Martin Gagnon
Le 11-03-09 06:06, Richard Hipp a écrit : On Tue, Mar 8, 2011 at 11:25 PM, Ron Wilson ronw.m...@gmail.com wrote: On Tue, Mar 8, 2011 at 8:55 PM, Richard Hipp d...@sqlite.org wrote: You still haven't told me what a fork is. What topological pattern in the DAG am I looking for and

Re: [fossil-users] Work flow with fossil (understanding conflict resolution)

2011-03-09 Thread Martin Gagnon
Le 2011-03-09 à 15:52, Eric e...@deptj.eu a écrit : On Wed, March 9, 2011 11:46 am, Martin Gagnon wrote: snip I'm not sure to understand how those fork work. If my push produce a fork, all my following push will continue from the same fork point right? Yes, unless you do something

Re: [fossil-users] Ticket 305143bd876f693f446f78d12dbef143c46eec58

2011-03-16 Thread Martin Gagnon
On Wed, Mar 16, 2011 at 1:04 AM, Michael Richter ttmrich...@gmail.com wrote: The ticket http://fossil-scm.org/index.html/tktview/305143bd876f693f446f78d12dbef143c46eec58 is moving into show-stopper territory for me.  I'm trying to share a repository's code through fossil to fossil non-users.  

Re: [fossil-users] Home directory must be writable.

2011-03-18 Thread Martin Gagnon
Le 2011-03-18 à 20:29, Nolan Darilek no...@thewordnerd.info a écrit : Thanks. It isn't that I couldn't figure out a convoluted solution involving multiple users, groups and permissions. I just thought that Fossil could gracefully degrade if it couldn't write to the home directory, not

Re: [fossil-users] History for a directory

2011-04-01 Thread Martin Gagnon
On Tue, Mar 1, 2011 at 9:09 AM, Martin Gagnon eme...@gmail.com wrote: Hi, Right now, it's possible to have the history for a specific file (using web interface) when browsing the file section. It would be nice to be able to do the same for a directory. Let say I know I made some changes

[fossil-users] CRLF conversion on windows

2011-04-07 Thread Martin Gagnon
Hi, Is there any plan for CRLF conversion under windows? This would be very usefull for cross platform projects. Especially when using Visual Studio on the Windows side, which silently add CRLF line ending on a LF only file which give you a mixed line ending file (got bunch of ^M when editing

Re: [fossil-users] CRLF conversion on windows

2011-04-07 Thread Martin Gagnon
I know this new feature. But I'm really talking about converting the line ending, for cross platform development issue. -- Martin Le 2011-04-07 à 10:43, Clark Christensen cdcmi...@yahoo.com a écrit : I'm using fossil version [1d93222627] 2011-03-01 19:04:32 UTC With this version, Fossil

Re: [fossil-users] CRLF conversion on windows

2011-04-08 Thread Martin Gagnon
On Thu, Apr 07, 2011 at 07:51:53PM +0200, Louis Hoefler wrote: I never had problems with LF line endings in my batch files/source files/ whatever I am on windows 7 with vs2010. The only thing whitch troubles me is the linux shell interpreter who can not live with CR-LF line endings and

Re: [fossil-users] Editing commit messages

2011-04-18 Thread Martin Gagnon
On Mon, Apr 18, 2011 at 3:44 AM, Arjen Markus arjen.mar...@deltares.nl wrote: Hello, I have a few comments (and not realy much more than that) on the way Fossil implements the editing of commit messages: - I noticed that the choice of editor seems to be a global setting   in the repository.

Re: [fossil-users] Create a download page for releases hosted by fossil

2011-04-22 Thread Martin Gagnon
Normally, libssl is disponible as a static library (libssl.a). This would simplify everything. What distro are you using ? - - Martin On Fri, Apr 22, 2011 at 3:04 PM, Felix Wolfheimer f.wolfhei...@googlemail.com wrote: True, but the libssl of my distro depends on a whole bunch of other libs.

Re: [fossil-users] Create a download page for releases hosted by fossil

2011-04-22 Thread Martin Gagnon
May be you should specify the -Bstatic from the makfile, to be sure static version of every libs are used. On Fri, Apr 22, 2011 at 7:06 PM, Martin Gagnon eme...@gmail.com wrote: Normally, libssl is disponible as a static library (libssl.a). This would simplify everything. What distro are you

Re: [fossil-users] HTML comments in wiki pages

2011-04-28 Thread Martin Gagnon
2011/4/28 Lluís Batlle i Rossell virik...@gmail.com: Hello, I try to write text inside wiki files that will not be shown on web browsers. I see that !-- -- text gets displayed. Shouldn't it better be hidden, as normal html would do? Or there is another way for achieving what I want? By

Re: [fossil-users] Windows i18n

2011-05-09 Thread Martin Gagnon
On Mon, May 9, 2011 at 12:07 PM, Richard Hipp d...@sqlite.org wrote: I'm still needing lots of help in getting the windows-i18n branch of Fossil running better. The strategy on that branch can be summarized as follows: (1) All text internal to Fossil is UTF8. (2) Command-line arguments

Re: [fossil-users] Windows i18n

2011-05-09 Thread Martin Gagnon
On Mon, May 9, 2011 at 2:26 PM, Martin Gagnon eme...@gmail.com wrote:  [snip] For this test-echo command. I test it and I don't get proper result with it. I look at the code a little bit and it seems that the text get converted from UTF-8 to MBCS on the output (it use the fossil_printf

Re: [fossil-users] Windows i18n

2011-05-10 Thread Martin Gagnon
I tried this version: http://www.fossil-scm.org/index.html/info/2278ef0ffa And it seems to be ok for what is print on screen when adding files and fossil status show comments properly. But I still have the problem where when I commit without specifying -m, I get the following error:

Re: [fossil-users] Windows i18n

2011-05-10 Thread Martin Gagnon
On Tue, May 10, 2011 at 2:45 PM, Martin Gagnon eme...@gmail.com wrote: I tried this version: http://www.fossil-scm.org/index.html/info/2278ef0ffa And it seems to be ok for what is print on screen when adding files and fossil status show comments properly. But I still have the problem where

Re: [fossil-users] Pre-built binary for I18N windows

2011-05-13 Thread Martin Gagnon
On Fri, May 13, 2011 at 1:15 PM, Richard Hipp d...@sqlite.org wrote: On Fri, May 13, 2011 at 1:05 PM, Martin Gagnon eme...@gmail.com wrote: This particular problem occur since fossil set the codepage to 65001. Since this, echo to console all work, but now I have this problem when I commit

Re: [fossil-users] Pre-built binary for I18N windows

2011-05-15 Thread Martin Gagnon
--%--- On Fri, May 13, 2011 at 6:12 PM, Martin Gagnon eme...@gmail.com wrote: On Fri, May 13, 2011 at 2:07 PM, Richard Hipp d...@sqlite.org wrote: On Fri, May 13, 2011 at 1:27 PM, Martin Gagnon eme...@gmail.com wrote

Re: [fossil-users] Pre-built binary for I18N windows

2011-05-15 Thread Martin Gagnon
On Sun, May 15, 2011 at 7:53 AM, Martin Gagnon eme...@gmail.com wrote: Correction on my last test.. when I did the: status --sha1sum command, I use the wrong fossil executable.. (I have both version on my path, the trunk version and the windows-i18n) Finally, with --sha1sum, it show exactly

Re: [fossil-users] Pre-built binary for I18N windows

2011-05-20 Thread Martin Gagnon
For wrong character display on console, have you try to change you codepage to utf-8 (using: chcp 65001). It's what I should do to make it work properly. -- Martin On Fri, May 20, 2011 at 11:07 AM, Petr Ferdus petr...@centrum.cz wrote: Od: Richard Hipp d...@sqlite.org Komu:

[fossil-users] fossil sqlite3 shell vs regular sqlite3 shell

2011-06-10 Thread Martin Gagnon
When use the fossil sqlite3 shell, the arrow key doesn't work and I get something like ^[[A caracter appearing on screen when I try the up arrow to access command history. (similar for left and right to move cursor) I'm get used to the regular sqlite3 shell because our product use sqlite3

Re: [fossil-users] fossil sqlite3 shell vs regular sqlite3 shell

2011-06-11 Thread Martin Gagnon
Le 2011-06-11 à 08:01, Richard Hipp d...@sqlite.org a écrit : On Sat, Jun 11, 2011 at 7:01 AM, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Fri, Jun 10, 2011 at 10:09:52PM -0400, Martin Gagnon wrote: When use the fossil sqlite3 shell, the arrow key doesn't work and I get

Re: [fossil-users] Multiple Repositories

2011-06-12 Thread Martin Gagnon
Le 2011-06-12 à 09:30, Stephan Beal sgb...@googlemail.com a écrit : On Sun, Jun 12, 2011 at 12:36 PM, David Bovill da...@architex.tv wrote: Now that's interesting - so using nesting it should be possible to nicely work with shared components for multiple projects. A set up like this

Re: [fossil-users] Needed: volunteer to autoconf Fossil

2011-06-15 Thread Martin Gagnon
Le 2011-06-15 à 19:07, Mike Meyer m...@mired.org a écrit : On Tue, 14 Jun 2011 22:55:18 -0700 Matt Welland estifo...@gmail.com wrote: I thought that from an end user perspective all that is needed with autoconf is sh. Not quite true. The problem is that, while every system has a /bin/sh,

Re: [fossil-users] changes status cmds within sub-directory

2011-07-10 Thread Martin Gagnon
Le 2011-07-10 à 09:11, Ben Summers b...@fluffy.co.uk a écrit : When working on my project, the current directory is always a sub-directory of the checkout root. Perhaps I'm too used to subversion, but I'm finding the checkout root-relative listing rather confusing. You can't copy and paste

Re: [fossil-users] changes status cmds within sub-directory

2011-07-10 Thread Martin Gagnon
Le 2011-07-10 à 11:05, Ben Summers b...@fluffy.co.uk a écrit : Answering the question about breaking existing scripts, the output is identical when used at the root. Unless you're running scripts in a sub-directory, nothing needs to change. Ben That's true... And I like the latest

Re: [fossil-users] Fossil not removing files when switching branches

2011-07-13 Thread Martin Gagnon
To me, open on fossil does similar work as checkout on some SCM. -- Martin Le 2011-07-13 à 19:13, Brian Cottingham spiffyt...@gmail.com a écrit : I am a newbie to Fossil, and intermediate to VCS in general. I have a basic grasp of the Fossil commands needed to accomplish various tasks,

[fossil-users] autosetup and GNUmakefile

2011-07-13 Thread Martin Gagnon
There's no a big issue here.. it's just a kind of philosophical question. I've notice that autosetup ./configure will create a GNUmakefile instead of a Makefile. In my OpenBSD system, bsd make doesn't use the GNUMake file when I type make. So if I type: # ./configure # make It will use the

Re: [fossil-users] Converting from mercurial

2011-07-18 Thread Martin Gagnon
Le 2011-07-18 à 09:17, Lluís Batlle i Rossell virik...@gmail.com a écrit : Hello, As the lack of friendlyness I've always felt with git, before using fossil I used mercurial. If I wanted to convert any mercurial repository to fossil, how should do that? Has anyone

Re: [fossil-users] commit command seems to be slow

2011-08-05 Thread Martin Gagnon
Le 2011-08-05 à 04:38, Lluís Batlle i Rossell virik...@gmail.com a écrit : On Fri, Aug 05, 2011 at 02:14:46AM +, altufa...@mail.com wrote: Fossil is flexible here. yes/no, 1/0, on/off, true/false any of these can be used for binary settings. Some settings (like proxy) even can use real

Re: [fossil-users] commit command seems to be slow

2011-08-05 Thread Martin Gagnon
On Fri, Aug 5, 2011 at 9:38 AM, Remigiusz Modrzejewski l...@maxnet.org.plwrote: On Aug 5, 2011, at 15:13 , Martin Gagnon wrote: If find this a bit misleading. If I said fossil settings mtime-changes enabled, I'd like it to tell me: please say on or off (or whatever single agreement we

Re: [fossil-users] commit command seems to be slow

2011-08-05 Thread Martin Gagnon
Le 2011-08-05 à 10:17, Remigiusz Modrzejewski l...@maxnet.org.pl a écrit : On Aug 5, 2011, at 16:06 , Martin Gagnon wrote: Now, what's about this slow commit issue... Wasn't that resolved by setting mtime-based changes? Extra command should not behave the same? -- Martin

[fossil-users] Broken when checkout on root filesystem (/)

2011-08-21 Thread Martin Gagnon
Hi, I try to use fossil on my root (/) file system to track changes on some system files (e.g.: firewall rules, passwd and group files, openssh config files etc... I know fossil lack of file attribute and permission saving, but I don't really care, I use it more to have history on files

Re: [fossil-users] Broken when checkout on root filesystem (/)

2011-08-22 Thread Martin Gagnon
On Sun, Aug 21, 2011 at 05:04:16PM -0700, Matt Welland wrote: Hi Martin, I think fixing the bug of fossil having trouble running in / should be a very low priority. It just seems like a bad idea to me in general to try to run a scm out of / and spending time fixing bugs with respect to that

Re: [fossil-users] Merge two repositories... not.

2011-08-24 Thread Martin Gagnon
May be fossil export of one piped on a fossil import of the other one will work!! I never tried but it might work I don't know how would look like the timeline when doing that... -- Martin Le 2011-08-24 à 16:55, Martin S. Weber martin.we...@nist.gov a écrit : So, I'm aware of drh's

Re: [fossil-users] Broken when checkout on root filesystem (/)

2011-08-26 Thread Martin Gagnon
a not too old version which work.. -- Martin On Sun, Aug 21, 2011 at 12:27 PM, Martin Gagnon eme...@gmail.com wrote: Hi, I try to use fossil on my root (/) file system to track changes on some system files (e.g.: firewall rules, passwd and group files, openssh config files etc... I know fossil

Re: [fossil-users] Testing for a release

2011-08-26 Thread Martin Gagnon
On Fri, Aug 26, 2011 at 3:04 PM, Joshua Paine jos...@letterblock.comwrote: On 8/26/2011 2:58 PM, Stephan Beal wrote: * branch-3.7.2 → #9abda6 * branch-3.7.4 → #99bca5 These really are too close--only 1 away in each of RGB so that the first is just an indiscernible smidgen lighter than

[fossil-users] Non-Propagating TAGS sorting

2011-09-03 Thread Martin Gagnon
Hi, On the web ui, the Tags page which list the Non-Propagating tags show them in alphabetical order. I have a few tags on my repository (old repository which was converted from CVS) and it would be very usefull to have the capability to sort them by date. Which would make it faster to find the

Re: [fossil-users] Non-Propagating TAGS sorting

2011-09-03 Thread Martin Gagnon
On Sat, Sep 03, 2011 at 09:58:00AM -0400, Martin Gagnon wrote: Hi, On the web ui, the Tags page which list the Non-Propagating tags show them in alphabetical order. I have a few tags on my repository (old repository which was converted from CVS) and it would be very usefull to have

Re: [fossil-users] Dry-run commit? Gdiff?

2011-10-07 Thread Martin Gagnon
On Fri, Oct 07, 2011 at 07:26:14PM +0200, Gilles wrote: On Fri, 07 Oct 2011 18:06:34 +0200, Gilles gilles.gana...@free.fr wrote: 2. Is there a way to run a GUI diff for Windows so I can check what changes were made between two revisions of a given file? Unless I'm mistaken, the only way to

Re: [fossil-users] more on side-by-side diffs

2011-10-16 Thread Martin Gagnon
I have a small proposition regarding diff page. I would like to have a link on the diff page itself to switch between original diff mode and side by side diff mode. I prefer most of the time side by side, but in some cases, it's more readable in original unified diff format. -- Martin G.

Re: [fossil-users] Veracity

2011-10-20 Thread Martin Gagnon
On 2011-10-20, at 01:13, Jeff Slutter j...@slutter.com wrote: A couple weeks ago I posted about the possibility of a new configuration setting called something like allow-binmerge (default off). If it is enabled, and there is a gmerge-command set, could Fossil call the gmerge-command to

Re: [fossil-users] Creating new branch/repository problems

2011-10-20 Thread Martin Gagnon
On Thu, Oct 20, 2011 at 05:01:50PM -0700, Jared Harder wrote: Hello all! I had a Fossil server set up but needed to migrate it to a new server due to its closure. The normal clone functionality was used to pull over everything and from what I can tell it's all working properly.

Re: [fossil-users] How to gdiff two versions of a file?

2011-10-27 Thread Martin Gagnon
On Thu, Oct 27, 2011 at 03:52:04PM +0200, Gilles wrote: Hello After committing the changes I made to a file, I'd like to run the gdiff application to show the changes between the last revision and the before-last revision. I tried the following, but it doesn't work:

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Martin Gagnon
On 2011-11-02, at 14:32, Richard Hipp d...@sqlite.org wrote: On Wed, Nov 2, 2011 at 2:27 PM, Mark Janssen mpc.jans...@gmail.com wrote: On Wed, Nov 2, 2011 at 3:38 PM, Richard Hipp d...@sqlite.org wrote: On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen mpc.jans...@gmail.com wrote: Without

Re: [fossil-users] How to list commits made so far?

2011-11-06 Thread Martin Gagnon
On 2011-11-06, at 07:09, Stephan Beal sgb...@googlemail.com wrote: On Sun, Nov 6, 2011 at 11:19 AM, Gilles gilles.gana...@free.fr wrote: Is there a command that I could run to list all the commits, and for each, would show which files were part of the commit? fossil timeline -showfiles

Re: [fossil-users] How to list commits made so far?

2011-11-07 Thread Martin Gagnon
On 2011-11-07, at 18:42, Ross Berteig r...@cheshireeng.com wrote: At 02:32 PM 11/7/2011, Gilles wrote: I guess it would make more sense that -n stands for number of check-in's, but it's not returning that number. I updated from 1.19 to 1.20, and re-ran the command on my repo: -n 5 still

Re: [fossil-users] How to list commits made so far?

2011-11-07 Thread Martin Gagnon
On Tue, Nov 08, 2011 at 01:31:21AM +0100, Gilles wrote: On Mon, 07 Nov 2011 15:42:35 -0800, Ross Berteig r...@cheshireeng.com wrote: So if your checkin comments are all short enough there are many of them per day, then you will have about two lines per entry and you can estimate the number of

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Martin Gagnon
And talking about keeping cvs behavior: CVS delete command have a -f option to delete the file from file system... -- Martin On 2011-12-21, at 19:10, Matt Welland estifo...@gmail.com wrote: A -f option on rm and mv might do the trick. Default behavior doesn't change. Add two characters to

Re: [fossil-users] fossil not tracking directories / dir artifacts after switching branches

2011-12-22 Thread Martin Gagnon
On 2011-12-22, at 15:43, Justin Gedge justin.ge...@gmail.com wrote: In one of my projects I've been working on a development branch. In the new branch- I've moved several directories around. All the files are tracked perfectly- but when switching between branches, my work space, or

Re: [fossil-users] cannot login using remote-url ssh://USERNAME@HOSTNAME/

2012-01-12 Thread Martin Gagnon
-215 [2] http://www.fossil-scm.org/index.html/artifact/b2f3fa631e707dcfffd51aeec4443aab6382877f?ln=168-168 -- Martin Gagnon ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] cannot login using remote-url ssh://USERNAME@HOSTNAME/

2012-01-12 Thread Martin Gagnon
On Thu, Jan 12, 2012 at 10:29 PM, Martin Gagnon eme...@gmail.com wrote: On Thu, Jan 12, 2012 at 9:57 PM, MIURA Masahiro echocham...@gmail.comwrote: On Fri, Jan 13, 2012 at 02:47, Stephan Beal sgb...@googlemail.com wrote: Closing SSH tunnel: Killed by signal 2. FWIW: 'man 7 signal' says

Re: [fossil-users] Retro side-by-side diffs

2012-02-04 Thread Martin Gagnon
The problem here is the violet for skipped lines that is more outstanding than the diff itself. I'm sure the colorful version can be tweaked to have the best of both world. In my case, 80% of the case, I prefer unified (with color via JS even more). Especially when there's not a lot of changes

Re: [fossil-users] gvimdiff as gdiff-command

2012-02-04 Thread Martin Gagnon
Most of gui Editor work in frontground already.. GVim have this option because it spawn it in background by default and have a kind of client/server model (you can edit a file inside a specific instance that is already running). fossil can't do nothing about that.. (I mean something

Re: [fossil-users] Now with color: Retro side-by-side diffs

2012-02-04 Thread Martin Gagnon
Nice.. Same kind of coloring on unified diff would be nice too.. -- Martin G. Le 2012-02-04 à 14:14, Richard Hipp d...@sqlite.org a écrit : A colorized version of the retro-sbsdiff branch is now on the main website. An example: http://www.sqlite.org/src/info/21695c3476

Re: [fossil-users] In-line versus side-by-side diffs

2012-02-07 Thread Martin Gagnon
On Mon, Feb 06, 2012 at 11:26:16PM -0500, Richard Hipp wrote: A lot of people have been telling me that they prefer the unified or context style in-line diffs over side-by-side diffs. And I have to admit that sometimes an in-line diff is easier to read and understand. But

Re: [fossil-users] In-line versus side-by-side diffs

2012-02-07 Thread Martin Gagnon
On Mon, Feb 06, 2012 at 10:54:50PM -0600, Bill Burdick wrote: I think something like this would help the traditional diff format a lot: http://www.redmine.org/issues/7139 Bill Latest changes doesn't something like that? -- Martin G. ___

Re: [fossil-users] make fossil up 'quiter'

2012-02-09 Thread Martin Gagnon
Le 2012-02-09 à 05:04, frantisek holop min...@obiit.org a écrit : hmm, on Thu, Feb 09, 2012 at 08:19:36AM -, Eric said that fossil update is concerned only with the branch you have in your checkout directory. If autosync is on it does a pull first, but that's a separate operation, and it

Re: [fossil-users] With jimtcl available can we have hooks that trigger tcl scripts stored in the db?

2012-02-14 Thread Martin Gagnon
On Tue, Feb 14, 2012 at 01:01:39PM -0500, Leo Razoumov wrote: On Tue, Feb 14, 2012 at 07:53, Richard Hipp d...@sqlite.org wrote: (4) Scripts are only exchanged between repositories on a fossil clone or fossil configuration pull/sync.  For the latter, detailed warnings about changes to

[fossil-users] push not allowed using ssh://

2012-03-29 Thread Martin Gagnon
Hi list, I notice that when using ssh:// protocole to clone, even if I have read/write access to the fossil file from my ssh account, I cannot push to it. exemple: (with autosync ON) === $ fossil ssh://myhost/somepath/myrep.fossil myrep.fossil $ mkdir

Re: [fossil-users] push not allowed using ssh://

2012-03-29 Thread Martin Gagnon
On Thu, Mar 29, 2012 at 11:58 AM, Stephan Beal sgb...@googlemail.comwrote: On Thu, Mar 29, 2012 at 5:55 PM, Martin Gagnon eme...@gmail.com wrote: Error: not authorized to write Received: 433 1 0 0 Total network traffic: 778 bytes sent, 491 bytes received

Re: [fossil-users] push not allowed using ssh://

2012-03-29 Thread Martin Gagnon
On Thu, Mar 29, 2012 at 12:29 PM, Stephan Beal sgb...@googlemail.comwrote: On Thu, Mar 29, 2012 at 6:08 PM, Martin Gagnon eme...@gmail.com wrote: Latest version from trunk. Is it possible that your server has 2 fossil binaries and that the default $PATH set via an ssh shell is finding

Re: [fossil-users] pre-written commit message

2012-04-05 Thread Martin Gagnon
2012/4/5 Lluís Batlle i Rossell vi...@viric.name When issuing a 'merge -cherrypick', the checkin log gets filled with the picked checkin log. Then, running fossil undo takes out the merge, but leaves the picked checkin log. Then, at 'commit' time (for possibly unrelated changes), the

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Martin Gagnon
Le 2012-05-07 à 05:22, Timothy Beyer bey...@fastmail.net a écrit : Dear List, All of the remote ssh commands that I execute (pull/push/sync/clone) try to run as the user nobody. This is a big problem, because I need to make sure that other users on my machine cannot login to the web

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Martin Gagnon
Le 2012-05-07 à 06:20, Timothy Beyer bey...@fastmail.net a écrit : At Mon, 7 May 2012 05:48:54 -0400, Martin Gagnon wrote: Yes, this as been resolve recently. Now you have all capabilities via ssh, since one which have ssh access can do whatever he want with the .fossil file

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

[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

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 lists-fos...@biaix.org a écrit : * Andrew Stuart andrew.stu...@supercoders.com.au [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.

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 sgb...@googlemail.com wrote: On Thu, Jun 7, 2012 at 11:30 AM, Joan Picanyol i Puig lists-fos...@biaix.org wrote: * Andrew Stuart andrew.stu...@supercoders.com.au [20120531 16:15]: There are source code files and also operating system

Re: [fossil-users] trouble figuring out ssh

2012-06-15 Thread Martin Gagnon
On Fri, Jun 15, 2012 at 10:07 PM, scrawler scraw...@gmail.com 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

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 vi...@viric.name: 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

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 jacek.c...@gmail.com 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

[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

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 eme...@gmail.com 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. I know that recently

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 flatw...@users.sourceforge.net 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

Re: [fossil-users] fossil clone fails

2012-07-23 Thread Martin Gagnon
On Mon, Jul 23, 2012 at 2:02 PM, Tamas Selmeci tselm...@open-st.eu 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

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 eme...@gmail.com mailto:eme...@gmail.com wrote: Hi list.. When I use ssh:// protocol on remote-url and I specify my usename

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

2012-08-31 Thread Martin Gagnon
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 eme...@gmail.com wrote: 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

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

2012-08-31 Thread Martin Gagnon
. 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 eme...@gmail.com wrote: Is there anyone else thinking this patch should be applied ? Le 2012-07-10

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 l...@maxnet.org.pl a écrit : On Sep 3, 2012, at 10:56 , Carlo Miron wrote: On Mon, Sep 3, 2012 at 8:06 AM, Jan janus...@gmx.net wrote: Background: I am /misusing/ fossil as a JSON database. Are you aware of UnQL unql.sqlite.org/? Does

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

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

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 d...@sqlite.org wrote: On Thu, Sep 13, 2012 at 3:45 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Sep 13, 2012 at 3:43 PM, Kevin Greiner grein...@gmail.com wrote: I'm using fossil 1.23 on Windows 7. I'm attempting to store text files

[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

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 d...@sqlite.org wrote: On Sat, Nov 10, 2012 at 9:43 AM, j. van den hoff veedeeh...@googlemail.com 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

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 d...@sqlite.org wrote: On Sat, Nov 10, 2012 at 11:53 AM, Martin Gagnon eme...@gmail.com wrote: On Sat, Nov 10, 2012 at 9:48 AM, Richard Hipp d...@sqlite.org wrote: On Sat, Nov 10, 2012 at 9:43 AM, j. van den hoff veedeeh...@googlemail.com

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

Re: [fossil-users] suggestion

2012-11-19 Thread Martin Gagnon
Le 2012-11-19 à 19:13, Richard Hipp d...@sqlite.org a écrit : On Mon, Nov 19, 2012 at 6:12 PM, j. v. d. hoff veedeeh...@googlemail.com wrote: snip -- the transfer statistics stuff reported at every checkin. usually I don't want to see this. maybe this should be made configurable (or is

Re: [fossil-users] suggestion

2012-11-19 Thread Martin Gagnon
On Mon, Nov 19, 2012 at 9:06 PM, Richard Hipp d...@sqlite.org wrote: On Mon, Nov 19, 2012 at 7:36 PM, Dirk Reiners dirk.rein...@gmail.comwrote: On Mon, Nov 19, 2012 at 6:30 PM, Martin Gagnon eme...@gmail.com wrote: Or I suggest a version that refresh always the same line showing a kind

Re: [fossil-users] suggestion

2012-11-20 Thread Martin Gagnon
Le 2012-11-20 à 04:58, Joan Picanyol i Puig lists-fos...@biaix.org a écrit : * Richard Hipp d...@sqlite.org [20121120 01:13]: On Mon, Nov 19, 2012 at 6:12 PM, j. v. d. hoff veedeeh...@googlemail.comwrote: -- fossil timeline: I find this really hard to read and use for at least two

[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

  1   2   3   4   >