Re: [fossil-users] how to find a delta manifest?

2013-08-17 Thread Kevin Kenny
On 08/17/2013 02:36 PM, Stephan Beal wrote: On Sat, Aug 17, 2013 at 6:50 PM, Stephan Beal > wrote: http://core.tcl.tk/tcl/artifact/5f37dcc36468eaa8 i deconstructed the fossil repo and found not a single B card(!). i aborted the deconstruct of the tcl repo at

[fossil-users] SSH milestone: streamlined SSH connection and compatibility

2013-08-17 Thread Andy Bradford
Hello, I've just committed code that will cause the SSH client and server to use a single SSH connection, rather than spawning a new connection for each Round-trip. This makes it significantly more performant as it is no longer required to open up multiple connections. It will obviously only

Re: [fossil-users] no rule to make manifest.uuid

2013-08-17 Thread Andy Bradford
Thus said Stephan Beal on Sat, 17 Aug 2013 14:03:45 +0200: > When building fossil: > > make: *** No rule to make target `src/../manifest.uuid', needed by > `bld/VERSION.h'. Stop. I usually encounter this when I move the manifest* files to open a different repository in the same directory

Re: [fossil-users] How to ignore UNIX executables?

2013-08-17 Thread John Long
On Sat, Aug 17, 2013 at 03:11:34PM +0800, Michael Richter wrote: > On 15 August 2013 21:23, John Long wrote: > > > Hi, is it possible to ignore UNIX executables? I want to do an addr on a > > directory tree but I don't know how to tell fossil not to track the > > binaries > > since they have no n

Re: [fossil-users] how to find a delta manifest?

2013-08-17 Thread Stephan Beal
On Sat, Aug 17, 2013 at 6:50 PM, Stephan Beal wrote: > http://core.tcl.tk/tcl/artifact/5f37dcc36468eaa8 > i deconstructed the fossil repo and found not a single B card(!). i aborted the deconstruct of the tcl repo at 11% and already had 9521 one of them. What makes tcl so special in this regard

Re: [fossil-users] how to find a delta manifest?

2013-08-17 Thread Stephan Beal
On Sat, Aug 17, 2013 at 6:34 PM, Richard Hipp wrote: > I think the Tcl/Tk repositories at http://core.tcl.tk/ are full of delta > manifests. > Thanks :). Cloning started, but this one will take a while (i need the clone because i'm testing the traversal of baseline manifests). They've got a pre

Re: [fossil-users] how to find a delta manifest?

2013-08-17 Thread Richard Hipp
On Sat, Aug 17, 2013 at 12:06 PM, Stephan Beal wrote: > Hi, all, > > i'm looking for food for a test app and i'm trying to find a way to > discover which manifests are delta manifests (i need some for testing). i > naively assumed that most manifests would be deltas, but searching through > my tim

[fossil-users] how to find a delta manifest?

2013-08-17 Thread Stephan Beal
Hi, all, i'm looking for food for a test app and i'm trying to find a way to discover which manifests are delta manifests (i need some for testing). i naively assumed that most manifests would be deltas, but searching through my timeline i have yet to find a manifest link with a B card. Is there

[fossil-users] Config import doesn't update ticket schema

2013-08-17 Thread David Given
I've finally gotten around to tracking down a problem I ran across a while back but never, er, tracked down. What happens is that if I export a config from a repo with a customised ticket schema, then when the config is imported into another repo, the schema does not take effect. (But any ticket r

Re: [fossil-users] no rule to make manifest.uuid

2013-08-17 Thread Richard Hipp
On Sat, Aug 17, 2013 at 8:03 AM, Stephan Beal wrote: > Hi, all, > > i haven't seen this error in years and don't quite know what triggered it, > but i'm looking for a workaround: > > When building fossil: > > make: *** No rule to make target `src/../manifest.uuid', needed by > `bld/VERSION.h'. S

[fossil-users] no rule to make manifest.uuid

2013-08-17 Thread Stephan Beal
Hi, all, i haven't seen this error in years and don't quite know what triggered it, but i'm looking for a workaround: When building fossil: make: *** No rule to make target `src/../manifest.uuid', needed by `bld/VERSION.h'. Stop. The gag is, i can no longer check out because i did a clean rebu

Re: [fossil-users] How to ignore UNIX executables?

2013-08-17 Thread Michael Richter
On 15 August 2013 21:23, John Long wrote: > Hi, is it possible to ignore UNIX executables? I want to do an addr on a > directory tree but I don't know how to tell fossil not to track the > binaries > since they have no naming pattern. Until now I've been living with it but > it > is very annoying

Re: [fossil-users] How to ignore UNIX executables?

2013-08-17 Thread Michael Richter
On 15 August 2013 21:23, John Long wrote: > Hi, is it possible to ignore UNIX executables? I want to do an addr on a > directory tree but I don't know how to tell fossil not to track the > binaries > since they have no naming pattern. Until now I've been living with it but > it > is very annoying