Re: [fossil-users] How to set up a server under nginx ?

2011-09-25 Thread Lluís Batlle i Rossell
On Sun, Sep 25, 2011 at 04:33:44PM +0800, i wrote: I don't want to use CGI, as it's already nginx running . so now I want to use nginx to set up the server for fossil and I don't know what to do. Thanks. What makes you think, that you don't want CGI? I'd say you want CGI, as long as nginx

Re: [fossil-users] internal error reporting changes

2011-09-07 Thread Lluís Batlle i Rossell
On Wed, Sep 07, 2011 at 03:43:43PM +0200, Stephan Beal wrote: On Wed, Sep 7, 2011 at 3:35 PM, Martin S. Weber martin.we...@nist.govwrote: Thanks to cscope (http://cscope.sf.net), at least that part isn't hard (only cumbersome:). LOL! Anyone who's followed Linux' history closely the

Re: [fossil-users] Cannot merge due to a rename

2011-09-07 Thread Lluís Batlle i Rossell
On Wed, Sep 07, 2011 at 03:06:28PM +0200, Lluís Batlle i Rossell wrote: I'm doing in a branch: fossil merge trunk, and I get (in 1.18): [many updates] RENAME a.cmd - a2.cmd fossil: SQLITE_CONSTRAINT: abort at 34 in [UPDATE vfile SET pathname='a2.cmd', origname=coalesce(origname

Re: [fossil-users] Cannot merge due to a rename

2011-09-07 Thread Lluís Batlle i Rossell
On Wed, Sep 07, 2011 at 03:50:32PM +0200, Lluís Batlle i Rossell wrote: On Wed, Sep 07, 2011 at 03:06:28PM +0200, Lluís Batlle i Rossell wrote: I'm doing in a branch: fossil merge trunk, and I get (in 1.18): [many updates] RENAME a.cmd - a2.cmd fossil: SQLITE_CONSTRAINT: abort

Re: [fossil-users] blob_zero, empty_blob and blob_reset

2011-09-06 Thread Lluís Batlle i Rossell
On Tue, Sep 06, 2011 at 09:45:46PM +0200, Stephan Beal wrote: 2011/9/5 Lluís Batlle i Rossell virik...@gmail.com Yesterday I achieved quite a working code, through the use of empty_blob (to overcome the assertion), changing some blob operations (solving some leaks), and freeing

Re: [fossil-users] blob_zero, empty_blob and blob_reset

2011-09-05 Thread Lluís Batlle i Rossell
On Sun, Sep 04, 2011 at 10:57:27PM +0200, Lluís Batlle i Rossell wrote: On Sun, Sep 04, 2011 at 10:29:23PM +0200, Lluís Batlle i Rossell wrote: So, don't consider that branch with a working annotate. :) Anyway, I'd like someone to take a look at the heavy leaks, and to get an explanation on how

[fossil-users] blob_zero, empty_blob and blob_reset

2011-09-04 Thread Lluís Batlle i Rossell
Hello, I think that the big amount of memory required by annotate happens due to a memory leak. Using valgrind confirmed me this. I came to a dead-end trying to understand the blob functions. I decide to enable the assert_blob_is_reset(x) And the assertion fails everywhere. I don't know how to

Re: [fossil-users] blob_zero, empty_blob and blob_reset

2011-09-04 Thread Lluís Batlle i Rossell
On Sun, Sep 04, 2011 at 10:29:23PM +0200, Lluís Batlle i Rossell wrote: Hello, I think that the big amount of memory required by annotate happens due to a memory leak. Using valgrind confirmed me this. ... (I keep on working on this... let's see if I can get rid of the leaks after

Re: [fossil-users] The autosetup, and readline

2011-09-02 Thread Lluís Batlle i Rossell
On Fri, Sep 02, 2011 at 01:13:43PM +1000, Steve Bennett wrote: On 02/09/2011, at 7:43 AM, Lluís Batlle i Rossell wrote: Does the autosetup detect 'readline' for all of you? For me, it says that it cannot find the 'readline' symbol in the lib. In my case, autosetup is even

Re: [fossil-users] The autosetup, and readline

2011-09-02 Thread Lluís Batlle i Rossell
On Fri, Sep 02, 2011 at 06:15:54PM +1000, Steve Bennett wrote: Thanks. Can you test this patch for me it see if it helps? Now it outputs: Checking for zlib.h...ok Checking libs for inflateEnd...-lz Checking for system ssl...ok HTTP support enabled Checking for readline/readline.h...Checking

[fossil-users] Commit comments trying to produce ol

2011-09-02 Thread Lluís Batlle i Rossell
Hello, I tried to write this in a commit comment: # First Item # Second item And fossil thought those were comments to be ignored. Couldn't fossil simply ignore the lines with '#' as first character? or that has some disadvantadges? Thank you!

Re: [fossil-users] The autosetup, and readline

2011-09-02 Thread Lluís Batlle i Rossell
On Fri, Sep 02, 2011 at 07:43:21PM +1000, Steve Bennett wrote: On 02/09/2011, at 6:24 PM, Lluís Batlle i Rossell wrote: It looks like it is not testing the symbol anymore. OK. Try this fix instead. It works, thank you! I use tclsh, because that's the only way to be able to run make test

[fossil-users] ip addresses not noted using https

2011-09-01 Thread Lluís Batlle i Rossell
I found that fossil does not note the origin ip addresses where the artifacts are taken from, if they come through an https correction. I propose the fix in the branch 'ssl_peer_ip', that I could make work for ipv4-only. If someone knows how to do that for ipv6, don't hesitate. :) Regards,

[fossil-users] The autosetup, and readline

2011-09-01 Thread Lluís Batlle i Rossell
Does the autosetup detect 'readline' for all of you? For me, it says that it cannot find the 'readline' symbol in the lib. I've tried to understand the autosetup code, and I found a trick that makes it work, but I cannot tell why. In my case, autosetup is even not running the test for the

[fossil-users] Branch 'artifact_description'

2011-08-31 Thread Lluís Batlle i Rossell
Hello, I've always found the artifact description information a bit confusing (it appears in the diff and artifact web ui pages). I prepared a branch where I formatted with lists that information, and sorted by filename and date. For me it would also be important to show the 'branch' of the

Re: [fossil-users] Branch 'artifact_description'

2011-08-31 Thread Lluís Batlle i Rossell
On Wed, Aug 31, 2011 at 02:26:44PM +0200, Carles Pagès wrote: Looks great to me! Nice! El 31 d’agost de 2011 11:36, Lluís Batlle i Rossell virik...@gmail.com ha escrit: For me it would also be important to show the 'branch' of the checkins there, but I'd have to learn a bit more

[fossil-users] Three new annoyances with fossil

2011-08-30 Thread Lluís Batlle i Rossell
Hello, as I still don't trust that anyone looks at the ticket list, I decided to mention three new tickets I opened today about what I consider fossil problems: - fossil commit -user stopped working - merging a file change with an incoming file delete ends up in silent delete - lack of warning

[fossil-users] Too big memory requirements for 'annotate'

2011-08-30 Thread Lluís Batlle i Rossell
Hello, I've a repository with a file changed often (specifically, in 3276 checkins). The file has around 8000 lines (I think that none beyond 80 columns), and annotating it takes around 700MB of RAM. I was having lots of troubles trying to do this annotate in a system with 512MB of RAM, and I

[fossil-users] The 'check-out' and 'clone' user permissions

2011-08-30 Thread Lluís Batlle i Rossell
Hello, I never understood enough the difference between the 'checkout' and the 'clone' user permissions in fossil. Can someone explain why would someone have the cases of checkout and not clone or clone and not checkout? Thank you, Lluís. ___

Re: [fossil-users] Wiki formatting with empty lines

2011-08-18 Thread Lluís Batlle i Rossell
On Thu, Aug 18, 2011 at 01:24:38PM -0400, Tomek Kott wrote: you could turn off the wiki behavior by going to the UI, going to Admin Configuration, and then selecting the checkbox that says Use HTML... that will turn off all the wiki formatting except url (i.e. []) syntax. I think you can use

Re: [fossil-users] SQLITE_BUSY: statement aborts at 2: [ROLLBACK]

2011-08-12 Thread Lluís Batlle i Rossell
On Fri, Aug 12, 2011 at 10:36:13AM +0200, Jos Groot Lipman wrote: fossil open ../monkey.fossil fossil add monkey.txt del monkey.txt echo Y|fossil commit -m Versie 2010 --tag v2010 --branch v2010 What do you intend to do with this? Maybe you should run fossil rm monkey.txt after the del?

Re: [fossil-users] SunOS 5.1 build?

2011-08-12 Thread Lluís Batlle i Rossell
On Thu, Aug 11, 2011 at 09:49:15PM -0400, Tomek Kott wrote: Hi folks, A request for those who are configure / make wizards: could someone provide me with a build of fossil from SunOS / sparcv9? Specifically 5.1. I don't have ssh access to the server, so I can't compile it myself. At least, I

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread Lluís Batlle i Rossell
On Tue, Aug 09, 2011 at 10:58:02AM -0400, Richard Hipp wrote: On Tue, Aug 9, 2011 at 10:28 AM, tpero...@compumation.com tpero...@compumation.com wrote: Change the subject: Please help me to understand why people want to create a new branch before adding changes to that branch, rather than

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread Lluís Batlle i Rossell
On Tue, Aug 09, 2011 at 11:06:23PM +0800, Ambrose Bonnaire-Sergeant wrote: Personally, this is a habit I bring from git, mainly because I'm not aware of any other way to doing things. I was not aware of fossil commit -branch new-branch, seems like a much better alternative. Half the time

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread Lluís Batlle i Rossell
On Tue, Aug 09, 2011 at 11:27:09AM -0400, Joshua Paine wrote: On 8/9/2011 11:19 AM, Matt Welland wrote: Note: It is annoying to me that fossil branch new foo won't simply branch from the current node. +1 By the way, how does update differ from co in your step 2 below? If you have no

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread Lluís Batlle i Rossell
On Tue, Aug 09, 2011 at 01:01:55PM -0500, tpero...@compumation.com wrote: So, how do you move commits in the trunk to a new branch after the fact. Open the UI, click the checkin, then edit... and check the part about starts a new branch. Regards, Lluís. -Original Message- From:

Re: [fossil-users] Why do people create branches as a separate step? Was: Unable to sign manifest

2011-08-09 Thread Lluís Batlle i Rossell
On Tue, Aug 09, 2011 at 11:33:19AM -0700, Gé Weijers wrote: On Tue, 9 Aug 2011, Richard Hipp wrote: Change the subject:  Please help me to understand why people want to create a new branch before adding changes to that branch, rather than just waiting until they check-in their edits? 

Re: [fossil-users] database locked on sync

2011-08-08 Thread Lluís Batlle i Rossell
On Mon, Aug 08, 2011 at 03:36:29PM -0400, Martin S. Weber wrote: On 08/06/11 12:47, Kevin Quick wrote: $ fossil sync PATH-TO-REPO Bytes Cards Artifacts Deltas Sent:3897 82 0 0 Error: Database error: database is locked

Re: [fossil-users] Any way to create a branch *not* derived from any other branch?

2011-08-07 Thread Lluís Batlle i Rossell
On Sun, Aug 07, 2011 at 10:21:18AM -0700, Matt Welland wrote: I'm in the habit of keeping a good number of completely independent projects in a single fossil db. This is a hold over from how I used to use monotone. These are all very small projects that would be annoying to keeping in separate

Re: [fossil-users] database locked on sync

2011-08-06 Thread Lluís Batlle i Rossell
On Sat, Aug 06, 2011 at 09:47:10AM -0700, Kevin Quick wrote: $ fossil sync PATH-TO-REPO Bytes Cards Artifacts Deltas Sent:3897 82 0 0 Error: Database error: database is locked DELETE FROM unclustered WHERE rid IN (SELECT rid

Re: [fossil-users] database locked on sync

2011-08-06 Thread Lluís Batlle i Rossell
, maybe 'fossil open -keep' can help. But I never tried it. On Sat, 06 Aug 2011 10:04:32 -0700, Lluís Batlle i Rossell virik...@gmail.com wrote: On Sat, Aug 06, 2011 at 09:47:10AM -0700, Kevin Quick wrote: $ fossil sync PATH-TO-REPO Bytes Cards Artifacts Deltas

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

2011-08-05 Thread Lluís Batlle i Rossell
. :) - Original Message - From: Wes Freeman Sent: 08/04/11 09:32 PM To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] commit command seems to be slow 2011/8/4 Lluís Batlle i Rossell virik...@gmail.com: On Thu, Aug 04, 2011 at 05:21:00PM +0200, Stephan Beal wrote: 2011/8/4

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

2011-08-04 Thread Lluís Batlle i Rossell
On Thu, Aug 04, 2011 at 11:12:26AM +0200, Benoit Mortgat wrote: I am working on a very large fossil repository with approx. 20,000 files in it and several branches. Each time I run “fossil changes” it takes approximately 3 seconds to tell me what files are missing, deleted, added, or

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

2011-08-04 Thread Lluís Batlle i Rossell
On Thu, Aug 04, 2011 at 05:21:00PM +0200, Stephan Beal wrote: 2011/8/4 Lluís Batlle i Rossell virik...@gmail.com (btw, I never know what do I have to write to enable. 'on', '1', 'yes', ... and what to disable) Try 'fossil set' and use whatever it shows. 1 and 0 work for me. It shows

Re: [fossil-users] Easily linking to events

2011-07-29 Thread Lluís Batlle i Rossell
On Thu, Jul 28, 2011 at 05:13:16PM -0500, Nolan Darilek wrote: My Fossil-based project is making a major release tomorrow, and I decided that warranted an event, particularly since the last such release was in November. :) I have a download page in the internal wiki, and I wanted to link to

Re: [fossil-users] Easily linking to events

2011-07-29 Thread Lluís Batlle i Rossell
On Fri, Jul 29, 2011 at 10:24:14AM +0200, Stephan Beal wrote: 2011/7/29 Lluís Batlle i Rossell virik...@gmail.com For the hooks, I remember as if the only issue was the windows platform. Is it the only issue? LOL! If the only issue was Windows it certainly would have been solved

[fossil-users] diff from to, weird result with 'diff -u' command

2011-07-29 Thread Lluís Batlle i Rossell
Hello, I'm using fossil diff --from XX --to YY, and the result is that the diff headers for each file refer to random names in /var/tmp, and only at the end I have a list of the files modified (unrelated to the random names). I think it is due to having 'diff-command = diff -u' in the settings.

Re: [fossil-users] Fossil destroys repositories?

2011-07-29 Thread Lluís Batlle i Rossell
On Fri, Jul 29, 2011 at 02:36:21PM +0200, Stephan Beal wrote: On Fri, Jul 29, 2011 at 2:23 PM, Antoine Chavasse a.chava...@gmail.comwrote: On Tue, Jul 26, 2011 at 4:24 PM, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: About general reliability: I've never encountered any data

[fossil-users] zero artifacts, 6 deltas

2011-07-29 Thread Lluís Batlle i Rossell
Hello, on a fossil sync, I just got this report: Bytes Cards Artifacts Deltas Sent: 130 1 0 0 Received:1504 33 0 0 Sent: 412 7 0 0 Received:9780

[fossil-users] Freshmeat

2011-07-29 Thread Lluís Batlle i Rossell
I don't see fossil on freshmeat, and sqlite is not update since october 2010. Richard, wouldn't you like to add fossil there? I think it can bring people to the project. Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Links to events

2011-07-26 Thread Lluís Batlle i Rossell
Hello, long ago I opened this issue, about links to events not being resolved (thus appearing in read with no href). http://fossil-scm.org/index.html/tktview?name=b5efc3a47b I don't know if I should open a new issue... but the links still don't work at least for the timeline, checkins, or

Re: [fossil-users] binary file

2011-07-25 Thread Lluís Batlle i Rossell
On Mon, Jul 25, 2011 at 09:18:32AM -0700, Zhang, Jenny wrote: Hi, I would like to find out if fossil can handle binary file which means can checkin and checkout a binary file? I use it with any kinds of files without trouble. Just you don't have 'diff' for binary files.

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

2011-07-22 Thread Lluís Batlle i Rossell
On Sun, Jul 10, 2011 at 01:03:06PM -0400, Martin Gagnon wrote: 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

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

2011-07-22 Thread Lluís Batlle i Rossell
On Fri, Jul 22, 2011 at 12:36:33PM +0100, Ben Summers wrote: On 22 Jul 2011, at 12:03, Lluís Batlle i Rossell wrote: On Sun, Jul 10, 2011 at 01:03:06PM -0400, Martin Gagnon wrote: Le 2011-07-10 à 11:05, Ben Summers b...@fluffy.co.uk a écrit : Answering the question about breaking

Re: [fossil-users] Question on short-lived branches in fossil

2011-07-22 Thread Lluís Batlle i Rossell
On Fri, Jul 22, 2011 at 03:14:38PM -0400, Richard Hipp wrote: On Fri, Jul 22, 2011 at 3:07 PM, Ross Berteig r...@cheshireeng.com wrote: It would be nice if branches had a default color distinct from the trunk. ... One way to do that that *might* be ... generate a hash of the branch tag

Re: [fossil-users] Avoiding problems with fossil default Makefile (Steve Bennett)

2011-07-21 Thread Lluís Batlle i Rossell
On Thu, Jul 21, 2011 at 08:26:25AM -0400, Richard Hipp wrote: On Thu, Jul 21, 2011 at 5:33 AM, Steve Bennett ste...@workware.net.auwrote: On 21/07/2011, at 5:24 PM, Ben Summers wrote: Probably makes sense to rename Makefile to Makefile.classic and have configure create Makefile from

Re: [fossil-users] Avoiding problems with fossil default Makefile (Steve Bennett)

2011-07-21 Thread Lluís Batlle i Rossell
On Thu, Jul 21, 2011 at 09:47:23AM -0400, Martin S. Weber wrote: On 07/21/11 09:34, Steve Bennett wrote: On 21/07/2011, at 10:43 PM, Lluís Batlle i Rossellvirik...@gmail.com wrote: Just to understand the situation... fossil 1.18 has a broken configure script, right? It fails for me

[fossil-users] The hooks issue

2011-07-20 Thread Lluís Batlle i Rossell
On Wed, Jul 20, 2011 at 08:18:11PM +0100, Eric wrote: which leaves us with should fossil have hooks which still leads to complex interface issues. Sorry if I open the issue again... but the only trouble is the Windows platform, on spawning processes without terminals, isn't it? I once pointed

Re: [fossil-users] Converting from mercurial

2011-07-19 Thread Lluís Batlle i Rossell
On Mon, Jul 18, 2011 at 09:18:29PM -0700, Jeremy Anderson wrote: Out of curiosity, why are you converting from mercurial? I ask because my friends and I adopted fossil and other friends of ours are asking us why we didn't go with mercurial instead. I didn't really have a good answer, apart

Re: [fossil-users] Converting from mercurial

2011-07-19 Thread Lluís Batlle i Rossell
On Tue, Jul 19, 2011 at 05:35:13AM -0400, Richard Hipp wrote: (3) Fossil gives you a timeline to help track your project. If Mercurial does this, I've never seen it. Well, there is 'hgk'. http://mercurial.selenic.com/wiki/HgkExtension Mercurial also comes with a python web script, that gives

[fossil-users] Converting from mercurial

2011-07-18 Thread Lluís Batlle i Rossell
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 done that? Regards, Lluís. ___ fossil-users mailing list

Re: [fossil-users] Shun old versions of (large) binary files

2011-07-17 Thread Lluís Batlle i Rossell
On Thu, Jul 14, 2011 at 06:17:07PM +0200, Marco Maggesi wrote: Hi, first of all let me say that fossil is an excellent piece of software. I use it everyday. Thank you for developing and supporting fossil. I have a small problem and i wonder if it can be easily solved. (Perhaps with some

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

2011-07-10 Thread Lluís Batlle i Rossell
On Sun, Jul 10, 2011 at 10:12:33AM -0400, Joshua Paine wrote: On 7/10/2011 9:11 AM, Ben Summers wrote: $ fossil status In sub-directory two: ADDED world.txt EDITED src/display.c 1 other change. Use --show-all option to list all changes. I would rather it work like git and

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR: table blob already exists fossil: table blob already exists Just realized I did this wrong. I'm new to fossil obviously.

Re: [fossil-users] problem importing from git

2011-06-29 Thread Lluís Batlle i Rossell
On Wed, Jun 29, 2011 at 07:08:52AM -0400, John Nowak wrote: On Jun 29, 2011, at 4:11 AM, Lluís Batlle i Rossell wrote: On Wed, Jun 29, 2011 at 04:01:35AM -0400, John Nowak wrote: On Jun 29, 2011, at 3:53 AM, John Nowak wrote: $ fossil reconstruct foo.fossil . fossil: SQLITE_ERROR

Re: [fossil-users] More merge problems with renames

2011-06-14 Thread Lluís Batlle i Rossell
On Thu, Jun 02, 2011 at 06:24:16AM -0400, Richard Hipp wrote: 2011/6/2 Lluís Batlle i Rossell virik...@gmail.com What do you think about the problem? Do you understand it already, or you would really like a repository with the troubles, in order to start? I'd have to recreate one

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

2011-06-14 Thread Lluís Batlle i Rossell
On Tue, Jun 14, 2011 at 05:42:49PM +0200, Stephan Beal wrote: Another suggestion nobody has made yet: jam. It can be distributed in static-binary form directly with the source tree (i've seen this done in a couple projects, and i know it can build on some rather obscure systems). i can't

Re: [fossil-users] More merge problems with renames

2011-06-02 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

[fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html , we commited such a 'bad merge' into one of our branches. As there explained, the 'shortest path' used to calculate the renames was clearly wrong. We decided to go to the previous

Re: [fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

Re: [fossil-users] More merge problems with renames

2011-06-01 Thread Lluís Batlle i Rossell
On Wed, Jun 01, 2011 at 07:35:09AM -0400, Richard Hipp wrote: 2011/6/1 Lluís Batlle i Rossell virik...@gmail.com Hello, still with the opened issue http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html, we commited such a 'bad merge' into one of our branches

[fossil-users] Worried about merges

2011-05-27 Thread Lluís Batlle i Rossell
Hello, I'm still quite worried on merges, due to the problem I described here some days ago: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04716.html Am I the only one worried on silent bad merges? Thank you, Lluís. ___ fossil-users

Re: [fossil-users] Supporting markwon syntax for wiki

2011-05-24 Thread Lluís Batlle i Rossell
On Wed, May 25, 2011 at 01:43:14AM +0800, Ambrose Bonnaire-Sergeant wrote: 2011/5/24 Natacha Porté nata...@instinctive.eu As a fossil user, I would love to have the option to use Markdown in the wiki (with the option of dumbing down to forbid inline HTML which might be unsafe -- exactly

Re: [fossil-users] WHY IS FOSSIL REMOVING ALL MY CODE!

2011-05-21 Thread Lluís Batlle i Rossell
On Sat, May 21, 2011 at 02:32:34PM -0400, Richard Hipp wrote: the fossil revert overwrote the undo stack. Maybe to prevent this, I should implement a multi-level undo? Does anybody have any other suggestions on how to prevent the lose of uncommitted work? I've lost sometimes work with this

Re: [fossil-users] trouble with 'localauth'

2011-05-06 Thread Lluís Batlle i Rossell
On Fri, May 06, 2011 at 10:42:16PM +0100, Jacek Cała wrote: The same for me fossil new xxx.fossil fossil ui xxx.fossil does not log in me automatically (Opera, Firefox). I forgot to add I use x64 win7. Perhaps it matters that this is x64 or win7 x64. Anyone else with different win or

[fossil-users] Problems with annotate

2011-05-05 Thread Lluís Batlle i Rossell
Hello, I have problems with annotate giving misleading information. I wrote a ticket: http://fossil-scm.org/index.html/info/f0f9aff371 Maybe asking for a mass 'please try to reproduce it', we can get a public repository which shows the same problem. Regards, Lluís. (Copy of the ticket text

[fossil-users] HTML comments in wiki pages

2011-04-28 Thread Lluís Batlle i Rossell
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? Thank you, Lluís.

Re: [fossil-users] leaves which i cannot close?

2011-04-22 Thread Lluís Batlle i Rossell
On Fri, Apr 22, 2011 at 11:59:09AM -0400, Richard Hipp wrote: You might argue that we should change the definition of leaf to be A node that as no children of any kind (merge or non-merge) with the same branch tag. I'm not sure what the consequences of that change would be, but I'm betting

Re: [fossil-users] Opening a repository on webdav

2011-04-20 Thread Lluís Batlle i Rossell
On Wed, Apr 20, 2011 at 04:11:23PM -0400, Richard Hipp wrote: On Wed, Apr 20, 2011 at 4:00 PM, Tomek Kott tkott.s...@gmail.com wrote: So, to the crux of the matter. I set up a new fossil repository (in ~/fossil/) using fossil new site.fossil. I then cd to my mounted drive (cd

Re: [fossil-users] Commit Question

2011-04-07 Thread Lluís Batlle i Rossell
On Thu, Apr 07, 2011 at 02:39:30PM -0500, Bill Burdick wrote: Are you on *NIX or Windows? If you're on *NIX, you can use fossil commit $(find dir -type f) or find dir -type f | xargs fossil commit I think it is not that easy! :) fossil commit only likes the files that have changed. On Thu,

Re: [fossil-users] Fossil on Hammer Principle

2011-03-30 Thread Lluís Batlle i Rossell
On Fri, Mar 25, 2011 at 12:31:09AM -0400, altufa...@mail.com wrote: It doesn't have ClearCase!!! OMG They may count only free VCS. It lacks monotone though. -Original Message- From: Stephen De Gabrielle stephen.degabrie...@acm.org To: fossil-users@lists.fossil-scm.org

Re: [fossil-users] Summary of i18n status, for inclusion into Fossil introduction wiki

2011-03-29 Thread Lluís Batlle i Rossell
On Wed, Mar 30, 2011 at 01:32:17AM +0900, Clifford Caoile wrote: Hello fossil-users: I was intrigued with Fossil after reading the enthusiastic LWN article [1]. Unfortunately I do not see any summary about Fossil and Internationalization (i18n). Let me contribute a summary which can be used

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Lluís Batlle i Rossell
On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Isn't it your shell,

[fossil-users] changing the date of events

2011-03-14 Thread Lluís Batlle i Rossell
Hello, I tried to create an event for a date different than the one given in the form, and it looks like it does not care on the value of the date field. I see the same editing an event. Does anybody see the same? I'm using Fossil version [1d93222627] 2011-03-01. Thank you, Lluís.

[fossil-users] Annotate for wiki pages

2011-03-11 Thread Lluís Batlle i Rossell
Hello, is there a way I can get an 'annotate' for wiki pages? Thank you, Lluís. ___ 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] git equivalent commands

2011-03-11 Thread Lluís Batlle i Rossell
On Fri, Mar 11, 2011 at 06:58:59PM -, Eric wrote: On Fri, March 11, 2011 7:27 am, Federico Ramallo wrote: Hi, I was wondering how to do git reset --hard on a fossil repository. Because fossil clean only clear extra files, but what about changed files? 'fossil revert' may be

[fossil-users] cookies for multiple cgis in the same server

2011-03-09 Thread Lluís Batlle i Rossell
Hello, we have some fossil repositories served in the same server through different CGI URLs, and from the version 2011-01-01 to 2011-03-01 we noticed the change that while with the first version I could have a cookie for each of the repositories at once, and since the last update, logging into

Re: [fossil-users] cookies for multiple cgis in the same server

2011-03-09 Thread Lluís Batlle i Rossell
On Wed, Mar 09, 2011 at 06:09:28AM -0500, Richard Hipp wrote: 2011/3/9 Lluís Batlle i Rossell virik...@gmail.com Hello, we have some fossil repositories served in the same server through different CGI URLs, and from the version 2011-01-01 to 2011-03-01 we noticed the change

Re: [fossil-users] meld-support

2011-03-08 Thread Lluís Batlle i Rossell
On Tue, Mar 08, 2011 at 01:12:22PM -0500, Richard Hipp wrote: On Tue, Mar 8, 2011 at 12:44 PM, Jan Danielsson jan.m.daniels...@gmail.comwrote: Hello, Anyone here using meld[1]? When merging with many conflicts I find meld to be of invaluable help, though I noticed that meld is

Re: [fossil-users] meld-support

2011-03-08 Thread Lluís Batlle i Rossell
On Tue, Mar 08, 2011 at 01:15:48PM -0500, Richard Hipp wrote: Is meld more than just a visual 3-way merge tool, like xxdiff or kdiff3? Can meld be plugged into Fossil using the gmerge-command setting? While we're on the subject, should the gmerge-command setting be extended to be

Re: [fossil-users] Cygwin Build

2011-03-05 Thread Lluís Batlle i Rossell
On Sat, Mar 05, 2011 at 05:55:59AM -0800, Anthony Jefferson wrote: I realize that Cygwin does not build real windows executable. However, I already have a Cygwin development environment on my desktop and I just wanted to compile and build the source locally. Is there an existing Cygwin

Re: [fossil-users] Strange merge conflicts.

2011-03-04 Thread Lluís Batlle i Rossell
On Fri, Mar 04, 2011 at 06:18:11PM +0200, John Found wrote: Several times when making merge with fossil, I ended up with really strange conflicts like this: BEGIN MERGE CONFLICT: original content first include '%TargetOS%/mouse.asm'=== original content above; conflict below

Re: [fossil-users] Fossil on IIS

2011-03-04 Thread Lluís Batlle i Rossell
On Fri, Mar 04, 2011 at 04:27:44PM -0600, Tony Perovic wrote: Q: How should the CGI script invoke Fossil to request these internal resources? The CGI is quite a defined interface, telling any query information through environment variables, and expecting any answer in stdout.

[fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
Hello, we had an issue merging with renames here. The 'test-shortest-path' takes what we think is a *WRONG* path for the merge to happen. We had two long-standing branches, that both were updated from trunk from time to time. One was merged into trunk only recently, altough it has been there for

Re: [fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:39:11AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com This could have worked, if the first merge of the end of January did not have any rename. It had renames, and due to this, the last merge attempt complained about this like

Re: [fossil-users] Failure in the test

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:52:18AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com Hello, we were updating to fossil of the 1st of March, and running its 'make test' we've seen one error: /tmp/nix-build-ry80yizb2mhli5yr7la7by5dn8w6cjdd-fossil

Re: [fossil-users] Merges, renames and shortest path.

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 10:57:06AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com On Thu, Mar 03, 2011 at 10:39:11AM -0500, Richard Hipp wrote: 2011/3/3 Lluís Batlle i Rossell virik...@gmail.com This could have worked, if the first merge of the end

Re: [fossil-users] Hang while waiting for server when using ssh

2011-03-03 Thread Lluís Batlle i Rossell
On Thu, Mar 03, 2011 at 09:35:43PM +0100, Jan Danielsson wrote: Hello, I have run into this problem: http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/3515 Though I'm using NetBSD/amd64 5.0 (client) against a NetBSD/amd64 4.0 (server). And I'm using key based

Re: [fossil-users] A helper function I have for a shorter commandline

2011-03-02 Thread Lluís Batlle i Rossell
On Wed, Mar 02, 2011 at 09:05:55AM -0800, Andreas Kupries wrote: http://paste.tclers.tk/2370 Hello, $@ is what you want for quoting arguments maintaining spaces. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] 3-way merge likely to happen anytime soon?

2011-02-21 Thread Lluís Batlle i Rossell
On Mon, Feb 21, 2011 at 08:23:42AM -0500, Richard Hipp wrote: Just to clearify, by 3-way merge, you mean a graphical merging tool? I ask because Fossil always has done a 3-way merge behind the scenes - it just doesn't show you what it is doing or give you the opportunity to intervene. I

Re: [fossil-users] SSH status

2011-02-17 Thread Lluís Batlle i Rossell
On Thu, Feb 17, 2011 at 11:42:19AM +0100, Stephan Beal wrote: 2011/2/17 Lluís Batlle i Rossell virik...@gmail.com i have a bashrc configured on that box, which includes ~/bin in my path, and my bash_profile simply sources bashrc, but the hoster has apparently done something to their ssh which

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 12:25:11PM -0500, Richard Hipp wrote: On Wed, Feb 16, 2011 at 12:03 PM, Chad Perrin c...@apotheon.net wrote: If any reader has suggestions on a better way to do SSH access for Fossil, please speak up. What do you think about what I suggested some time ago in

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 01:04:56PM -0500, Richard Hipp wrote: On Wed, Feb 16, 2011 at 12:36 PM, Justin Mazzi jma...@gmail.com wrote: What about using regular pipes? exec ssh remote-server 'fossil command to output raw server data' | fossil receive data Multiple round-trips from

Re: [fossil-users] SSH status

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 02:36:16PM -0500, Richard Hipp wrote: OK, so I've made some tweaks to the SSH code based on the many helpful suggestions sent in by readers. (Thanks!) Now the ball is back over to you, Chad. Go forth and test. Let us know about both your successes and failures.

Re: [fossil-users] raw (internal) wiki pages

2011-02-16 Thread Lluís Batlle i Rossell
On Wed, Feb 16, 2011 at 04:19:08PM -0500, Ron Wilson wrote: For a wiki page created through the UI, is there an URL to access the raw page? I tried replacing /wiki?name=mywikipage with /raw?name=mywikipage, but that did not work. This is related:

[fossil-users] More on the delta/baseline problem synching

2011-02-10 Thread Lluís Batlle i Rossell
Hello, as I have a repository where I have reproduced the problem http://fossil-scm.org/index.html/tktview?name=fbea61caf0 , I'm investigating a bit. I found this: sqlite .schema orphan CREATE TABLE orphan( rid INTEGER PRIMARY KEY, baseline INTEGER ); CREATE INDEX orphan_baseline

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one on Wednesday. Please let me know if you see any serious problems with the current tip of trunk. Note that I am unable to reproduce the sync

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one on Wednesday. Please let me know if you see any serious problems with the current tip of trunk. I also hit troubles here, under reports claimed to

Re: [fossil-users] Fossil release pending.

2011-02-07 Thread Lluís Batlle i Rossell
Hello Richard, On Mon, Feb 07, 2011 at 07:02:26PM -0500, Richard Hipp wrote: 2011/2/7 Lluís Batlle i Rossell virik...@gmail.com On Mon, Feb 07, 2011 at 05:55:08PM -0500, Richard Hipp wrote: I haven't done an official build of Fossil on a long while. So I'll try to do one

Re: [fossil-users] value of a just added column

2011-02-05 Thread Lluís Batlle i Rossell
On Fri, Feb 04, 2011 at 08:01:28PM -0500, Ron Wilson wrote: I added a new column to my tickets table, one that I want to use in the WHERE clause of a SELECT. However, I am unable to devise an expression that matches, on the new column, any of the records that existed before the new column was

<    1   2   3   4   5   >