[fossil-users] Fossil clone blocks other clones

2017-12-21 Thread Peter Spjuth
Hi, I noticed that while a clone was going on another could not be done due to the global config being locked: fossil: database is locked: {DELETE FROM global_config WHERE name = 'repo:/xxx';} SQLITE_ERROR: statement aborts at 1: [ROLLBACK] cannot rollback - no transaction is active Both clone

Re: [fossil-users] Strange sbsdiff display

2015-03-27 Thread Peter Spjuth
On Fri, Mar 27, 2015 at 8:47 AM, Andy Bradford wrote: > Hello, > > While working with some data, I ran into a change in the data that > the sbsdiff doesn't seem to handle very well (either that or my > understanding of how it works is wrong). > > If I commit both complete files

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread Peter Spjuth
On Fri, Mar 20, 2015 at 5:38 AM, Reimer Behrends wrote: > First, the safer (and arguably overall better) approach is to recognize > that stash/shelve operations are the inverse of the staging area for this > purpose. I.e., rather than stage a partial commit, you stash everything but > the partial

[fossil-users] Extending fossil ls

2015-03-06 Thread Peter Spjuth
Hello, Attached is a bundle with a proposal how to extend "fossil ls" with -r and -R flags, to be able to list contents of any revision. The flags work like in "fossil cat". This gives the command line access to information similar to certain web pages e.g. "fileage?name=rev", "tree?ci=rev" and "

[fossil-users] Fossil ls not as documented

2015-02-25 Thread Peter Spjuth
Hello, fossil ls is documented as: Usage: fossil ls ?OPTIONS? ?VERSION? ?FILENAMES? The ?VERSION? led me to believe I could get info about older revisions this way. After some problems I resorted to source-diving and it seem that fossil ls is purely about the current checkout, and there is no ver

Re: [fossil-users] Adventures in making a fossil VFS

2014-11-12 Thread Peter Spjuth
On Wed, Nov 12, 2014 at 6:26 PM, Ron W wrote: > On Wed, Nov 12, 2014 at 7:05 AM, Peter Spjuth > wrote: > >> I'm making a way to attach a fossil revision as a Tcl Virtual File System. >> >> I found it a bit tricky to extract information from fossil and would lik

[fossil-users] Adventures in making a fossil VFS

2014-11-12 Thread Peter Spjuth
Hello, I'm making a way to attach a fossil revision as a Tcl Virtual File System. I found it a bit tricky to extract information from fossil and would like to know if I have missed some command that could make it easier. For a given revision I want a list of all files, their size and time stamp.

Re: [fossil-users] FOSSIL DIFF --TK improvement

2014-09-10 Thread Peter Spjuth
On Wed, Sep 10, 2014 at 8:31 AM, Martijn Coppoolse < li...@martijn.coppoolse.com> wrote: > On 9-9-2014 8:28, Stephan Beal wrote: > >> On Tue, Sep 9, 2014 at 8:25 AM, Tony Papadimitriou > > wrote: >> >> So, I would like to see this improvement, if possible: Once >> la

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

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

Re: [fossil-users] [gdiff] Recommanded GUI differ for Windows?

2012-11-21 Thread Peter Spjuth
On Wed, Nov 21, 2012 at 2:43 PM, Gilles wrote: > Hello > > I prefer to use a GUI differ than the text-based solution. > > 1. Which Windows GUI differ would you recommend for use with Fossil? I > know about WinDiff and BeyondCompare. I might be a bit biased since I wrote it, but I prefer http://es

Re: [fossil-users] Merge tool

2012-08-30 Thread Peter Spjuth
On Thu, Aug 30, 2012 at 11:28 AM, Baruch Burstein wrote: > So, basically it is 3 questions: > 1) Does TortoiseMerge not work with fossil (maybe it sends the command line > parameters wrong?) You probably need the correct settings for TortoiseMerge, which I don't know. These examples from other me

Re: [fossil-users] How to save typing when checking out branches with long names?

2012-08-27 Thread Peter Spjuth
On Mon, Aug 27, 2012 at 6:07 PM, wrote: > I have a fossil repository where I keep my vim settings in different > branches. Here is an example output of branch listing: > > $ fossil branch > * trunk > vim-7.3.000-i486-1-custom > vim-7.3.000-i486-1-default > vim-7.3.154-x86_64-1-custom-big >

Re: [fossil-users] Propose changes

2012-06-12 Thread Peter Spjuth
On Mon, Jun 11, 2012 at 10:01 PM, Baruch Burstein wrote: > +**    crnl-autofix-glob  A comma or newline-separated list of GLOB patterns > for > +** (versionable)   text files which should have CR+NL line endings > +** automatically fixed to CR You have a typo there, it pr

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

2012-02-04 Thread Peter Spjuth
Fully agree, the colored one suffers from being cluttered. If the retro one grayed the changed line to slightly highlight it, it would help a lot. Shameless plug: Diff tool with built in Fossil support: http://eskil.tcl.tk/index.html/doc/trunk/htdocs/fossil.wiki /Peter On Sat, Feb 4, 2012 at 3:0