Re: [fossil-users] More thoughts on locks

2011-10-20 Thread Lluís Batlle i Rossell
myfile.txt. Regards, Lluís. On Thu, 2011-10-20 at 19:22 +0200, Lluís Batlle i Rossell wrote: Thinking as if we had to implement locks some day... I just thought that we could have locks working not on file-paths-in-branch, but on artifacts. That would expand well to multiple branches

Re: [fossil-users] More thoughts on locks

2011-10-20 Thread Lluís Batlle i Rossell
On Thu, Oct 20, 2011 at 11:05:33AM -0700, Michael Barrow wrote: I just wanted to point out that Fossil has a Wiki and ticketing system built into it; these are two other methods that could be used to communicate with other team members that you would be working on something that they should

Re: [fossil-users] More thoughts on locks

2011-10-20 Thread Lluís Batlle i Rossell
On Thu, Oct 20, 2011 at 11:07:23AM -0700, Mike Meyer wrote: On Thu, Oct 20, 2011 at 10:54 AM, Chris Peachment ch...@ononbb.com wrote: The problem is that locking in a distributed environment is hard to do reliably. Mostly reliable could well be worse than no locking at all: you start to

Re: [fossil-users] More thoughts on locks

2011-10-20 Thread Lluís Batlle i Rossell
On Thu, Oct 20, 2011 at 11:31:01AM -0700, Mike Meyer wrote: 2011/10/20 Lluís Batlle i Rossell virik...@gmail.com On Thu, Oct 20, 2011 at 11:07:23AM -0700, Mike Meyer wrote: On Thu, Oct 20, 2011 at 10:54 AM, Chris Peachment ch...@ononbb.com wrote: How about an having a way to flag

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Lluís Batlle i Rossell
On Wed, Oct 26, 2011 at 12:59:05PM +0400, Konstantin Khomoutov wrote: [...] I'm one of those crazy folks who usually has NoScript turned on except for the intranet sites, so yes, I'm biased. Same here. I don't think we should require c89 and html5-browsers-with-javascript at once. Regards,

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Lluís Batlle i Rossell
On Wed, Oct 26, 2011 at 05:27:41PM +0200, Dmitry Chestnykh wrote: On Wed, Oct 26, 2011 at 3:51 AM, Caleb Gray ca...@calebgray.com wrote: 1) Compress the releases found on http://www.fossil-scm.org/download.html using UPX ( http://upx.sourceforge.net/). Note that Fossil in CGI mode is

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Lluís Batlle i Rossell
On Wed, Oct 26, 2011 at 05:47:22PM +0200, Dmitry Chestnykh wrote: 2011/10/26 Lluís Batlle i Rossell virik...@gmail.com: Forking and executing is not the same thing. I don't know in Windows, but in unix, a fork of a upx program should be the same as a non-upx program. Fork (on *nix) applies

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Lluís Batlle i Rossell
On Fri, Oct 28, 2011 at 07:00:41AM -0700, Matt Welland wrote: I usually open the _FOSSIL_ file with sqlite3 and update the pointer to the repo db. A repodb reset command or some such would be nice to have. matt@hermes sqlite3 _FOSSIL_ ~/data/opensrc SQLite version 3.7.5 Enter .help for

[fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
I've just tried: fossil artifact c06ece1cc56e4713435c0bd1f1b70627248b4b6b file.png And this outputs only 8 bytes of the png file. Maybe the artifact command assumes a text output? Regards, Lluís. ___ fossil-users mailing list

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 01:00:50PM +0100, Eduardo Morras wrote: Sorry to contact you directly Lluis, i can receive mail form list but can't post (my isp blacklisted this list) Weird. How could that happen? At 12:19 02/11/2011, Lluís Batlle i Rossell wrote: I've just tried: fossil artifact

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 10:38:10AM -0400, Richard Hipp wrote: On Wed, Nov 2, 2011 at 10:13 AM, Mark Janssen mpc.jans...@gmail.com wrote: If you specify the filename for the artifact as the 3rd argument: fossil artifact abc123 somefile.jpg Then no conversions will occur. Only if you

Re: [fossil-users] Getting a binary artifact

2011-11-02 Thread Lluís Batlle i Rossell
On Wed, Nov 02, 2011 at 11:24:37AM -0400, Richard Hipp wrote: 2011/11/2 Lluís Batlle i Rossell virik...@gmail.com I was on linux, the results were not identical. OK. I put in a patch to fix this. http://www.fossil-scm.org/fossil/ci/83a574b019?sbs=1 Thank you

[fossil-users] Stash and local directory

2011-11-03 Thread Lluís Batlle i Rossell
Hello, I noticed that 'fossil stash save' only saves the files that are under the subdirectory I run the command. Shouldn't it save all the changed files in the repository? Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

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

2011-11-07 Thread Lluís Batlle i Rossell
On Mon, Nov 07, 2011 at 03:41:44PM +0100, Gilles wrote: On Mon, 7 Nov 2011 18:37:23 +0400, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: I can guess that's the effect of timeline defaulting to showing tickets and wiki edits as well as commits. What happens if you do fossil

[fossil-users] The commit comments, creating a branch

2011-11-08 Thread Lluís Batlle i Rossell
Hello all, commiting, fossil reminds the user in the commit comments about the user and branch committing to. In case of using -b in the commit command, it always says the branch typed in -b. I'd like it to say the branch it branches from, in that case. Yes, I make these kind of errors; I forget

Re: [fossil-users] The commit comments, creating a branch

2011-11-08 Thread Lluís Batlle i Rossell
On Tue, Nov 08, 2011 at 10:23:14AM -0500, Richard Hipp wrote: 2011/11/8 Lluís Batlle i Rossell vi...@viric.name In case of using -b in the commit command, it always says the branch typed in -b. I'd like it to say the branch it branches from, in that case. Yes, I make these kind

[fossil-users] 'patches' lacking headears

2011-11-08 Thread Lluís Batlle i Rossell
Hello, the Patch ui link in the 'fdiff' page does not provide a patch with proper headers, I think. I'd expect some headers about the file in question. That fdiff page does not know about the filename, though, as differentiates only between artifacts. I don't see this as a trivial change, then.

Re: [fossil-users] 'patches' lacking headears

2011-11-08 Thread Lluís Batlle i Rossell
On Tue, Nov 08, 2011 at 05:42:52PM +0100, Lluís Batlle i Rossell wrote: Hello, the Patch ui link in the 'fdiff' page does not provide a patch with proper headers, I think. I'd expect some headers about the file in question. That fdiff page does not know about the filename, though

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 08:53:40PM +0100, Julian Fagir wrote: Then I installed the binary file for sparc (32-bit), and tested it as well on my old SparcStation LX, and there it ran fine. This works for now, but I'd rather like to have the right and self-compiled version for my architecture.

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 11:02:06PM +0100, Stephan Beal wrote: On Sun, Nov 13, 2011 at 10:10 PM, Julian Fagir listensamm...@komkon2.dewrote: Having to register to send mails to the list (and especially getting no reports) is somewhat... unintuitive. i can't even guess as to why the

Re: [fossil-users] fossil coredumping and reporting malformed manifest on sparc64

2011-11-13 Thread Lluís Batlle i Rossell
On Sun, Nov 13, 2011 at 11:21:43PM +0100, Joerg Sonnenberger wrote: It isn't. (Older) ARM and SPARC are the most interesting platforms when it comes to strict alignment. PPC is normally configured to not trap, just like x86. I've only had sigbus troubles on mips, but I could have had them in

[fossil-users] renaming and modifying a file hides a delete

2011-11-14 Thread Lluís Batlle i Rossell
(on fossil 1.20) I've renamed a file, and modified the new one without any commit in the middle, and then 'fossil status' or 'fossil commit' do not show that it *removes* the old name. Regarding a revert of that change in the working copy, it deletes the 'new file', but does not restore the

[fossil-users] fossil add + update, removes the added file

2011-11-14 Thread Lluís Batlle i Rossell
Hello, another one! I was in a branch. I added a file (wrote it, and fossil add file). I decided I wanted to commit in another branch; fossil update branch. And fossil removed the file I was about to commit. Luckily 'fossil undo' helped... Worth fixing though. (fossil 1.20) Regards, Lluís.

Re: [fossil-users] fossil add + update, removes the added file

2011-11-14 Thread Lluís Batlle i Rossell
On Mon, Nov 14, 2011 at 03:21:30PM +0100, Lluís Batlle i Rossell wrote: I was in a branch. I added a file (wrote it, and fossil add file). I decided I wanted to commit in another branch; fossil update branch. And fossil removed the file I was about to commit. Luckily 'fossil undo' helped

[fossil-users] The ui shows me twice the same file 'added' in a checkin

2011-11-14 Thread Lluís Batlle i Rossell
I added the same file that I had removed in a previous checkin. THe new checkin looks like this in the UI: Changes -- show unified diffs show side-by-side diffs patch Added CMakeLists.txt version [23aa5af411789697] Added CMakeLists.txt version [23aa5af411789697] The manifest is a delta

[fossil-users] timeline and cancelled tags

2011-11-23 Thread Lluís Batlle i Rossell
Hello, when looking for timeline elements related to a tag, fossil (1.20) shows also the checkins that had that tag *cancelled*. Is that on purpose? I'd prefer it to show only the checkins currently having the tag. Regards, Lluís. ___ fossil-users

[fossil-users] event edit page, full name

2011-11-23 Thread Lluís Batlle i Rossell
Hello, another annoyance I hit. I noticed that the eventedit page wants the 'name' parameter with a full uuid. Otherwise, it goes to the home page. That's specially uncomfortable, as in the wiki markup we have to refer to events using [/event?name=uuid]. And for the Edit link to work, we have

Re: [fossil-users] Automatically enabled hyperlinks

2011-11-26 Thread Lluís Batlle i Rossell
On Sat, Nov 26, 2011 at 10:26:47AM -0500, Richard Hipp wrote: The automatic humanness detector has actually been in Fossil for several weeks and seems to have been working pretty well. But yesterday, the Systrix web crawler was misclassified as human and caused a surge in the server load, so

[fossil-users] event changes don't appear in the timeline

2011-12-02 Thread Lluís Batlle i Rossell
Hello, event changes don't appear in the timeline. Maybe they should appear, as ticket or commit changes appear? Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] side-by-side diffs, without hiding lines

2011-12-05 Thread Lluís Batlle i Rossell
I'd like an option to have side-by-side diffs, but without hiding lines. If anyone wants to implement it, thank you in advance. :) Or maybe it's there and I don't know how to enable it. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] It would be nice if sync collisions failed more gracefully

2011-12-08 Thread Lluís Batlle i Rossell
On Thu, Dec 08, 2011 at 09:53:20AM +0100, Stephan Beal wrote: On Thu, Dec 8, 2011 at 1:15 AM, Matt Welland estifo...@gmail.com wrote: Now you've got conflicting requirements: safe option AND concurrent usage over NFS (which is never a good idea, regardless of the application). As soon as

[fossil-users] blocking sql error on clone, fossil 1.20

2011-12-08 Thread Lluís Batlle i Rossell
I'm trying a clone from cygwin, fossil 1.20, and I get: --- developer@:~/3rd$ fossil clone http://viric.name/cgi-bin/btar btar.fossil fossil: SQLITE_CONSTRAINT: abort at 20 in [INSERT INTO user(login,pw,cap,info) VALUES('developer','','dei','Dev');]: column login is not unique fossil:

Re: [fossil-users] blocking sql error on clone, fossil 1.20

2011-12-08 Thread Lluís Batlle i Rossell
On Fri, Dec 09, 2011 at 12:19:03AM +0100, Lluís Batlle i Rossell wrote: In this machine we use fossil since more than a year, but we did not use clone since long ago. Any ideas? I had one: clone -A admin It worked. But the message could have been more helpful, or even automatically doing

Re: [fossil-users] Google bot

2011-12-08 Thread Lluís Batlle i Rossell
On Fri, Dec 09, 2011 at 09:32:43AM +1000, Steve Bennett wrote: On 09/12/2011, at 2:59 AM, Lluís Batlle i Rossell wrote: Why not just add a robots.txt? Ah, yes, that could help. I did not think of it. :) I'd like to have the wiki pages available though; I'll have to learn those robots rules

[fossil-users] html preview, on ticket append

2011-12-12 Thread Lluís Batlle i Rossell
Hello, I was writing this kind of text in ticket append text (tktedit):o Line 1 blockquote Line 2 Line 3 Line 4 /blockquote clicking Preview, lines 2,3,4 got indented to the right. I clicked Apply, and in the final ticket, only line 2 is indented to the right. Any html master knows what

[fossil-users] Permissions for reports and ticket reading

2011-12-14 Thread Lluís Batlle i Rossell
Hello, I've seen that to be able to see the ticket reports, the users need Ticket Read permission. And to be able to read the ticket contents, users need the History permission. Why Ticket Read does not allow reading ticket contents? Regards, Lluís.

Re: [fossil-users] unexpected results when branching

2011-12-20 Thread Lluís Batlle i Rossell
On Tue, Dec 20, 2011 at 06:02:36PM +, urban wrote: Hello list, I wanted to checkout how branching works but I got unexpected results. Here is the session. In en empty directory I did: sh-4.1# fossil new test project-id: 788376d693c5a597f327fb01901ab263e333870d server-id:

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

2011-12-21 Thread Lluís Batlle i Rossell
On Wed, Dec 21, 2011 at 06:41:54PM +0100, Dmitry Chestnykh wrote: On Wed, 21 Dec 2011 12:30:16 -0500 Jeremy Cowgar wrote: I’m in the same boat, doing two actions for every one in other SCM systems, however I do not do it dozens of times a day, so I’ve always just done it with a little

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

2011-12-23 Thread Lluís Batlle i Rossell
On Thu, Dec 22, 2011 at 08:15:35PM -0500, Richard Hipp wrote: The rmdir(2) system call on Posix is a no-op if the directory is not empty. So I was thinking that we could just invoke rmdir() (or _rmdir() on windows) on the directory of a file every time a file is deleted, and let the OS worry

Re: [fossil-users] Unable to clone - floating point exception

2011-12-27 Thread Lluís Batlle i Rossell
On Tue, Dec 27, 2011 at 12:47:10PM +0100, Goyo wrote: 2011/12/26 Goyo goyod...@gmail.com: Hi, I get this error message when I try to clone my repo hosted in chiselapp: me@home:~/dev/bdt$ fossil clone http://chiselapp.com/user/goyo/repository/bdt bdt.fossil                Bytes      

Re: [fossil-users] althttpd cgi chroot stunnel

2011-12-29 Thread Lluís Batlle i Rossell
On Wed, Dec 28, 2011 at 07:20:04PM -0500, c...@thomasstover.com wrote: So do I now need to build fossil with static linkage to the libc, or have I wondered into the woods? Put the shared libc in the chroot. And any other shared libs you need. And anything else needed, too.

Re: [fossil-users] fossil for photos archive?

2012-01-11 Thread Lluís Batlle i Rossell
On Wed, Jan 11, 2012 at 07:14:44PM +0100, Marco Maggesi wrote: I use unison (http://www.cis.upenn.edu/~bcpierce/unison/) for sync and rdiff-backup (http://www.nongnu.org/rdiff-backup/) for backup. It would be great to use fossil for this kind of tasks (also organizing large collections of pdf

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

2012-01-13 Thread Lluís Batlle i Rossell
On Fri, Jan 13, 2012 at 01:32:19PM +0100, BohwaZ wrote: Le Fri, 13 Jan 2012 07:10:44 -0500, Jeremy Cowgar jer...@cowgar.com a écrit : That is standard w/about any markup language, for example what you typed in HTML would also appear as First line Second line. The reasoning is that line

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 12:32:08AM +0530, Ashish SHUKLA wrote: After I merged some changes from other branch and committed them to my branch, and did fossil annotate file. I noticed that, all of the new lines of code which came in my branch through the fossil merge show me as author. This is

Re: [fossil-users] Annotation information not propagated across branches

2012-01-15 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 02:11:28AM +0530, Ashish SHUKLA wrote: Lluís Batlle i Rossell writes: On Mon, Jan 16, 2012 at 12:32:08AM +0530, Ashish SHUKLA wrote: After I merged some changes from other branch and committed them to my branch, and did fossil annotate file. I noticed that, all

Re: [fossil-users] problems........

2012-01-16 Thread Lluís Batlle i Rossell
On Mon, Jan 16, 2012 at 05:42:59PM +0200, android devkit wrote: Dear all I didn’t like to start this email in a negative manner but unfortunately I will. I have spent 2 days trying to make fossil run in my windows xp machine. I think troubles like yours are on discussion already. Those

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ Nothing that great: an ability to commit only part of changes to a file. This kind of a

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 08:40:44PM +0100, Remigiusz Modrzejewski wrote: On Thu, Jan 26, 2012 at 08:36:46PM +0100, Remigiusz Modrzejewski wrote: I've stumbled upon a description of something, that I missed once or twice in Fossil: http://nuclearsquid.com/writings/git-add/ I find

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 02:51:04PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski http://nuclearsquid.com/writings/git-add/ Any opinions? I'm of the old-fashioned opinion that you ought to test your code before you check it in. Very well explained!

Re: [fossil-users] What you think about this functionality?

2012-01-26 Thread Lluís Batlle i Rossell
On Thu, Jan 26, 2012 at 03:06:53PM -0500, Richard Hipp wrote: On Thu, Jan 26, 2012 at 2:51 PM, Richard Hipp d...@sqlite.org wrote: On Thu, Jan 26, 2012 at 2:36 PM, Remigiusz Modrzejewski l...@maxnet.org.pl wrote: Hi, I've stumbled upon a description of something, that I missed

Re: [fossil-users] How to limit fossil diff output to just names of the changed files?

2012-01-31 Thread Lluís Batlle i Rossell
On Tue, Jan 31, 2012 at 06:46:14PM +, Jacek Cała wrote: Try 'fossil changes' Well, that will not tell the changes between versions. Maybe it could be written to tell that, though, with options like fossil diff. 2012/1/31 Leo Razoumov slonik...@gmail.com: Hi All, I am a new Fossil SCM

Re: [fossil-users] An idea to make command line life easier

2012-01-31 Thread Lluís Batlle i Rossell
On Tue, Jan 31, 2012 at 06:45:11PM +, Jacek Cała wrote: I've just got an idea about how to improve the use of fossil command line a bit. The main thing is to add an additional index column when running 'fossil changes', so instead of: fossil cha EDITEDsomefile.x EDITED

Re: [fossil-users] How to limit fossil diff output to just names of the changed files?

2012-02-02 Thread Lluís Batlle i Rossell
On Wed, Feb 01, 2012 at 05:22:53AM -0500, Leo Razoumov wrote: $ fossil clone http://www.fossil-scm.org/ fossil.fos $ fossil set diff-command 'diff $DIFFPARAMS' -R fossil.fos $ DIFFPARAMS='-q' fossil diff --from version-1.20 --to version-1.21 -R fossil.fos produces Files

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

2012-02-03 Thread Lluís Batlle i Rossell
On Fri, Feb 03, 2012 at 10:25:41AM -0500, Richard Hipp wrote: For some time now, the SQLite and Fossil websites have been running on the retro-sbsdiff branch of Fossil. The retro-sbsdiff branch uses a vastly simplified format for the side-by-side diffs that omits all of the colors and

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

2012-02-03 Thread Lluís Batlle i Rossell
On Fri, Feb 03, 2012 at 11:19:38AM -0500, Richard Hipp wrote: On Fri, Feb 3, 2012 at 10:47 AM, Jan Danielsson jan.m.daniels...@gmail.comwrote: - I haven't looked at the code lately, but does the web sbsdiff support the width argument in some manner? For quite a few diffs I've been

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

2012-02-03 Thread Lluís Batlle i Rossell
On Fri, Feb 03, 2012 at 08:33:41PM +0100, Stephan Beal wrote: How much work would it be to put together a proof-of-concept sbsdiff colorizer? The new diffs can't reliably be colored using JS because of potential syntactic ambiguities. It would work often but not always. The sbs diffs

Re: [fossil-users] Should distributed binary require libnss to connect over http?

2012-02-04 Thread Lluís Batlle i Rossell
On Mon, Jan 30, 2012 at 12:18:28PM +0100, Dmitry Chestnykh wrote: On Mon, 30 Jan 2012 09:11:03 +0100 Lluís Batlle i Rossell wrote: On Mon, Jan 30, 2012 at 04:27:07AM +0100, Dmitry Chestnykh wrote: Yeah, static linking is not actually that static nowadays. When linking, GCC warns about

[fossil-users] Derived code, not to be pushed public

2012-02-05 Thread Lluís Batlle i Rossell
Hello, I wonder how people keep code based on a public fossil repository, but without making the derivaiton public. Of course, with the ability to keep all in sync easily, as if all was in a single VCS. There are the private branches... but I wonder if there are other approaches used by people

Re: [fossil-users] Derived code, not to be pushed public

2012-02-06 Thread Lluís Batlle i Rossell
On Mon, Feb 06, 2012 at 01:07:30PM -0500, Ron Wilson wrote: On Sun, Feb 5, 2012 at 2:47 PM, Lluís Batlle i Rossell vi...@viric.name wrote: On Sun, Feb 05, 2012 at 02:34:30PM -0500, Leo Razoumov wrote: Well, even that alone would not be enough. I meant for cases where it is *very

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

2012-02-07 Thread Lluís Batlle i Rossell
On Tue, Feb 07, 2012 at 06:11:42AM -0500, Martin Gagnon wrote: 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

[fossil-users] spurious db locked

2012-02-08 Thread Lluís Batlle i Rossell
Hello, from time to time, when doing 'fossil update', I get this: - $ fossil update tai_cipher Autosync: http://llbatlle@fossil/cgi-bin/sal3d Bytes Cards Artifacts Deltas Sent: 130 1 0 0 Error: Database error: database is

Re: [fossil-users] _FOSSIL_ file grows large

2012-02-08 Thread Lluís Batlle i Rossell
On Wed, Feb 08, 2012 at 10:16:24AM -0500, Leo Razoumov wrote: The _FOSSIL_ file contains (among other things) your stash and your undo history.  What does     sqlite3_analyzer _FOSSIL_ show you?  Which tables are using the most space.  Maybe it just needs to be vacuumed? Looks to me

[fossil-users] Warnings on no common ancestor

2012-02-10 Thread Lluís Batlle i Rossell
Hello, I had troubles in a big merge of hundreds of files, where five filse had a message like this: fossil: WARNING - no common ancestor: ... I did not notice them along the list of files, because the final abstract of merge conflicts does not include them. Additionally, fossil merge -n | grep

Re: [fossil-users] Warnings on no common ancestor

2012-02-10 Thread Lluís Batlle i Rossell
can use, let us know. Thank you, Lluís. El 10 de febrer de 2012 10:30, Lluís Batlle i Rossell vi...@viric.name ha escrit: Hello, I had troubles in a big merge of hundreds of files, where five filse had a message like this: fossil: WARNING - no common ancestor: ... I did

[fossil-users] fossil artifact not complaining

2012-02-10 Thread Lluís Batlle i Rossell
Hello, fossil artifact, if given a wrong artifact, does not complain at all. $ fossil artifact asdfasdfasdf File.hpp $ echo $? 0 This writes (or overwrites) a 0-bytes File.hpp silently. I think it should be fixed to a better behaviour (the command to emit an error and not overwrite the file).

[fossil-users] stdout flush on external diff command

2012-02-10 Thread Lluís Batlle i Rossell
Hello, I'm using a diff-command diff -u, and if I run: $ fossil diff all looks fine: a line with Index:, , and then the output of the diff command. But if I run: $ fossil diff | less First go the outputs of all the diff commands, and at the end, all the Index:.. and === in a row. I think

Re: [fossil-users] Problems with renames (patch included)

2012-02-10 Thread Lluís Batlle i Rossell
On Fri, Feb 10, 2012 at 10:32:00AM -0500, Richard Hipp wrote: 2012/2/10 Lluís Batlle i Rossell vi...@viric.name So, as I said, the patch solves that situation for us. I hope someone can review the patch. A simpler change which accomplishes the same thing has been checked

Re: [fossil-users] zip/tar patch

2012-02-11 Thread Lluís Batlle i Rossell
On Sat, Feb 11, 2012 at 03:55:10PM +0100, frantisek holop wrote: any interest in this simple patch? In general I don't mind. But in particular: a) the patch has wrong indentation in some places b) I prefer .tar.gz over .tgz c) I like *both* uuid and date in the file names Regards, Lluís.

Re: [fossil-users] comments in Fossil wiki and embedded documentation?

2012-02-12 Thread Lluís Batlle i Rossell
On Sun, Feb 12, 2012 at 02:35:36PM +0100, Stephan Beal wrote: On Sun, Feb 12, 2012 at 2:16 PM, Leo Razoumov slonik...@gmail.com wrote: I would like to put some comments into embedded doc foo.wiki page which I am editing. Standard HTML comment tag !-- comments -- does not work. What

Re: [fossil-users] memory leak using fossil_getenv and fossil_mbcs_to_utf8

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 06:37:49AM -0500, Leo Razoumov wrote: In Unix it returns pointer pointing into actual environment (should not be modified or deallocated). In Windows, on the other hand, fossil_mbcs_to_utf8 allocates memory via sqlite3_malloc. This memory is not and cannot not be freed

Re: [fossil-users] memory leak using fossil_getenv and fossil_mbcs_to_utf8

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 07:09:22AM -0500, Leo Razoumov wrote: 2012/2/16 Lluís Batlle i Rossell vi...@viric.name: On Thu, Feb 16, 2012 at 06:37:49AM -0500, Leo Razoumov wrote: In Unix it returns pointer pointing into actual environment (should not be modified or deallocated). In Windows

[fossil-users] Seeing SBS between any checkins

2012-02-16 Thread Lluís Batlle i Rossell
Hello, the /ci pages show a list of files changed between a checkin and its primary parent. Including the possibility of SBS diffs, or unified diffs. Can that be done between any checkins, following the kind of 'shortest path' that a merge operation uses? With SBS diffs, it would be great to

Re: [fossil-users] Seeing SBS between any checkins

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 11:25:32AM -0500, Richard Hipp wrote: 2012/2/16 Lluís Batlle i Rossell vi...@viric.name With SBS diffs, it would be great to see diffs between branches using the web UI. http://yourdomain/fossil/vdiff?from=VERSION1to=VERSION2sbs=1 example: http

[fossil-users] On vdiff

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 12:11:36PM -0500, Richard Hipp wrote: 2012/2/16 Lluís Batlle i Rossell vi...@viric.name On Thu, Feb 16, 2012 at 11:25:32AM -0500, Richard Hipp wrote: 2012/2/16 Lluís Batlle i Rossell vi...@viric.name With SBS diffs, it would be great to see diffs between

Re: [fossil-users] web page icon propagation

2012-02-16 Thread Lluís Batlle i Rossell
On Thu, Feb 16, 2012 at 11:41:53AM -0600, Thomas Stover wrote: I spoke too soon. I get fossil: unknown command: configure on all my installations. Do I need another build flag? No json. 'fossil configuration' :) Regards, Lluís ___ fossil-users

[fossil-users] Functionality I want since long, in a branch apart

2012-02-17 Thread Lluís Batlle i Rossell
Hello, I decided to update one of the branches I had with changes not accepted into trunk to some features I've been wanting in fossil since a long time. Of course, it's possible since there is the cool 'vdiff' page with SBS diff. At [9f208c6830] there are: - a 'd' link in annotate web pages,

Re: [fossil-users] files with conflicts

2012-02-18 Thread Lluís Batlle i Rossell
On Sat, Feb 18, 2012 at 05:29:18PM +0100, frantisek holop wrote: is there a way to get the list of files having a conflict using fossil, as opposed to search for CONFLICT? what is the basic flow to solve a conflict when for example after fossil up several files show merge conflicts? What I

Re: [fossil-users] cloning and inherited private tag

2012-02-20 Thread Lluís Batlle i Rossell
On Mon, Feb 20, 2012 at 07:54:21AM -0500, Leo Razoumov wrote: Hi List, I have a repo with three brunches: trunk, BR1.prv and BR2. trunk and BR2 were created public while BR1.prv was created private. After some commits in all the branches I tag branching point of public BR2 with a propagating

[fossil-users] Side-by-side diffs on the diff page

2012-02-20 Thread Lluís Batlle i Rossell
Hello, I think the diff page does not support the 'dw' and 'dc' query parameters; only the info page supports them. Could the diff support them? (We have enough lines longer than 80 characters) Wouldn't it be better to have also some way to specify make the diff as wide as needed? Regards,

Re: [fossil-users] Side-by-side diffs on the diff page

2012-02-20 Thread Lluís Batlle i Rossell
On Mon, Feb 20, 2012 at 08:50:17AM -0500, Richard Hipp wrote: 2012/2/20 Lluís Batlle i Rossell vi...@viric.name Which diff page do you have in mind? Please give me a link. Oh, I meant fdiff. I tried again, and I see that it works. Sorry for the noise. I don't know what did I test bad before

[fossil-users] The fdiff page, 'patch' mode, has html

2012-02-22 Thread Lluís Batlle i Rossell
Hello, the fdiff page, patch mode, has HTML in it: One example: http://fossil-scm.org/index.html/fdiff?v1=806340fbc989550av2=f1d6ecabf37517e4patch Regards, Lluís ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] gdiff for multiple files, and ctrl-c

2012-02-22 Thread Lluís Batlle i Rossell
Hello, I use 'meld' as gdiff in gnu/linux, and running fossil gdiff runs a meld instance one after the other for every different file. It blocks for a new spawn until I close the running meld. Fine. svn diff --diff-cmd meld works te same way. But in svn, I can go to the terminal where I typed

[fossil-users] Again, merge backout

2012-02-22 Thread Lluís Batlle i Rossell
Hello, I'm asking again what I asked some time ago: 2011/01/24 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg03357.html 2011/06/30 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg05025.html Can't the merge -backout arrow be creating some 'shortest path' that

Re: [fossil-users] Again, merge backout

2012-02-22 Thread Lluís Batlle i Rossell
On Wed, Feb 22, 2012 at 11:57:33AM -0500, Richard Hipp wrote: 2012/2/22 Lluís Batlle i Rossell vi...@viric.name I'm asking again what I asked some time ago: 2011/01/24 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg03357.html 2011/06/30 http://www.mail-archive.com

Re: [fossil-users] The fdiff page, 'patch' mode, has html

2012-02-28 Thread Lluís Batlle i Rossell
On Wed, Feb 22, 2012 at 09:51:44AM +0100, Lluís Batlle i Rossell wrote: Hello, the fdiff page, patch mode, has HTML in it: One example: http://fossil-scm.org/index.html/fdiff?v1=806340fbc989550av2=f1d6ecabf37517e4patch Isn't this problem important for a fix? I just write as a reminder

[fossil-users] Failed to commit (new branch) in a closed leaf

2012-02-28 Thread Lluís Batlle i Rossell
Hello, at a closed leaf, I try: fossil commit -b newbranch and it tells me it can't work because the leaf is closed. SHouldn't it allow committing to a new branch, from a closed leaf? I had to remove the closed tag, and then branch. Regards, Lluís.

[fossil-users] Overwriting binary files on 'update'

2012-03-01 Thread Lluís Batlle i Rossell
Hello, in fossil 1.21, I've a modified openoffice file. Then I run fossil update, and it tells me there is a merge conflict with a binary file, that it cannot merge. What I'm surprised about is that fossil overwrites my local changes with the incoming ones. And the file with local changes

Re: [fossil-users] Scalability

2012-03-17 Thread Lluís Batlle i Rossell
On Sat, Mar 17, 2012 at 12:44:24AM +0100, Jan Danielsson wrote: Joerg's NetBSD repository suddenly grew from ~2.5G to over 6GB. As it has grown, I've been having increasing problems pulling the latest changes. I started getting the database is locked errors and (more often) fossil: server

Re: [fossil-users] The fdiff page, 'patch' mode, has html

2012-03-24 Thread Lluís Batlle i Rossell
On Sat, Mar 24, 2012 at 04:39:52PM -0400, Leo Razoumov wrote: 2012/2/28 Lluís Batlle i Rossell vi...@viric.name: On Wed, Feb 22, 2012 at 09:51:44AM +0100, Lluís Batlle i Rossell wrote: Hello, the fdiff page, patch mode, has HTML in it: One example: http://fossil-scm.org/index.html

[fossil-users] http_proxy

2012-03-29 Thread Lluís Batlle i Rossell
Anyone using fossil with http_proxy set? Having http_proxy=localhost:8000 I get, on any net operation: fossil: unknown repository: localhost:8000 Regards, Lluís. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] http_proxy

2012-03-29 Thread Lluís Batlle i Rossell
On Thu, Mar 29, 2012 at 04:04:36PM +0200, Petr Man wrote: 2012/3/29 Lluís Batlle i Rossell vi...@viric.name: Anyone using fossil with http_proxy set? Having http_proxy=localhost:8000 I get, on any net operation: fossil: unknown repository: localhost:8000 try http_proxy=http

Re: [fossil-users] serve completely custom html from embedded docs?

2012-04-04 Thread Lluís Batlle i Rossell
On Wed, Apr 04, 2012 at 01:55:47PM -0400, Richard Hipp wrote: 2012/4/4 Lluís Batlle i Rossell vi...@viric.name On Wed, Apr 04, 2012 at 07:05:06PM +0200, Stephan Beal wrote: Hi, all! http://jim.tcl.tk/index.html/doc/www/www/extensions/ notice that: a) it's a fossil repo

[fossil-users] pre-written commit message

2012-04-05 Thread Lluís Batlle i Rossell
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 message is already there. Exiting the editor without writing

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

2012-04-05 Thread Lluís Batlle i Rossell
On Thu, Apr 05, 2012 at 06:21:29AM -0400, Martin Gagnon wrote: 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

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

2012-04-05 Thread Lluís Batlle i Rossell
On Thu, Apr 05, 2012 at 06:51:30AM -0400, Martin Gagnon wrote: 2012/4/5 Lluís Batlle i Rossell vi...@viric.name On Thu, Apr 05, 2012 at 06:21:29AM -0400, Martin Gagnon wrote: 2012/4/5 Lluís Batlle i Rossell vi...@viric.name When issuing a 'merge -cherrypick', the checkin log gets

Re: [fossil-users] Question about tags and autosync...

2012-04-26 Thread Lluís Batlle i Rossell
On Wed, Apr 25, 2012 at 07:00:08PM -0700, Matt Welland wrote: On Wed, Apr 25, 2012 at 6:49 PM, Richard Hipp d...@sqlite.org wrote: On Wed, Apr 25, 2012 at 6:51 PM, Michael L. Barrow mlbar...@barrow.mewrote: Firstly, I'm running: This is fossil version 1.21 [002580c50d]

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

2012-04-27 Thread Lluís Batlle i Rossell
On Fri, Apr 27, 2012 at 12:14:47PM +0200, Natacha Porté wrote: Looks nice! You may also be interested in my enhanced version of Bill Burdick's Fossil pagedown software which does client-side rendering of wiki pages and embedded `.wiki` and `.txt` docs starting with `@pagedown` and

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

2012-05-07 Thread Lluís Batlle i Rossell
On Mon, May 07, 2012 at 01:37:39PM -0700, Matt Welland wrote: Regarding ssh transport for fossil: I've been trying to get ssh to work with fsecure and on Linux (openssh) and I have never had any luck. If someone using fossil ssh for clone, sync etc. with different user(s) or different hosts at

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

2012-05-08 Thread Lluís Batlle i Rossell
On Tue, May 08, 2012 at 07:58:36PM +0200, Lluís Batlle i Rossell wrote: On Tue, May 8, 2012 at 1:41 PM, Natacha Porté nata...@instinctive.euwrote: Btw now I'm recalling that I also had troubles with fossil over ssh... I'll try to remember all the details. Ah, found it. All my troubles I had

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

2012-05-08 Thread Lluís Batlle i Rossell
On Tue, May 08, 2012 at 08:14:16PM +0200, Stephan Beal wrote: On Tue, May 8, 2012 at 7:56 PM, Lluís Batlle i Rossell vi...@viric.namewrote: But most relevant for this case, is that a login shell runs .bash_profile, and a non-login shell runs .bashrc. non-interactive sessions should use

<    1   2   3   4   5   >