Ron W writes:
> As best I can determine from a description of "hg bundle", a patch file
> provides similar functionality.
I believe it's more...darcs has it, same with bzr & hg...it is the
ability to create 'bundle' which contains appropriate context of the
patch so that it's easy to send it e.g
Thus said Richard Hipp on Wed, 16 Jul 2014 00:05:44 -0400:
> I don't know why webpages were ever callable from the command-line in
> the first place. This probably has something to do with the "help"
> system, but I'm busy with other things right now and don't have time
> to track it down.
On Tue, Jul 15, 2014 at 11:24 PM, Andy Bradford
wrote:
> Thus said Philip Bennefall on Tue, 15 Jul 2014 21:34:57 +0200:
>
> > fossil /vpatch
> >
> > I got a segfault, which I can reproduce consistently.
>
> This is not limited to /vpatch. It appears that any of the web page URIs
> that are called
[self-reply]
Is this also potentially an SQLITE3 bug. Why didn't any of these
functions check db for NULL before passing it on down? Finally
functionSearch gets pHash which is wrong (0x140 is not accessible in my
debugger):
(gdb) list
90056 h = (sqlite3UpperToLower[(u8)zNam
Thus said Philip Bennefall on Tue, 15 Jul 2014 21:34:57 +0200:
> fossil /vpatch
>
> I got a segfault, which I can reproduce consistently.
This is not limited to /vpatch. It appears that any of the web page URIs
that are called as command line arguments cause it:
$ fossil /info
Segmentation faul
See below... (sorry, no workstation until Internet gets connected)
- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity and
typos.
On Jul 15, 2014 9:56 PM, "Andreas Kupries" wrote:
>
> On Tue, Jul 15, 2014 at 12:47 PM, Stephan Beal
wrote:
> > The problem is mainly,
On 7/15/2014 9:50 PM, Stephan Beal wrote:
You can modify those pseudo-users via the admin/users area. The users
themselves ate baked in, and used in several queries, so it would not
be trivial to make them user-extensible. Not impossible, but probably
more than a night's hack, i think.
---
On Tue, Jul 15, 2014 at 12:47 PM, Stephan Beal wrote:
> The problem is mainly, iirc, the deltification.
> Arbitrary blobs may become
> deltas of arbitrary others (conceptually unrelated),
Does that actually happen in practice ?
I can see that this will help keeping a repository small (more delt
Thus said Philip Bennefall on Tue, 15 Jul 2014 21:34:57 +0200:
> I got a segfault, which I can reproduce consistently.
Thanks, here's a backtrace:
Starting program: /home/amb/download/tarballs/fossil/fossil /vpatch
Program received signal SIGSEGV, Segmentation fault.
functionSearch (pHash=0x140
You can modify those pseudo-users via the admin/users area. The users
themselves ate baked in, and used in several queries, so it would not be
trivial to make them user-extensible. Not impossible, but probably more
than a night's hack, i think.
- stephan
Sent from a mobile device, possibly fro
The problem is mainly, iirc, the deltification. Arbitrary blobs may become
deltas of arbitrary others (conceptually unrelated), and undoing that is
painful.
- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity and
typos.
On Jul 15, 2014 7:58 PM, "Ron W" wrote:
> On T
I was experimenting with the /vpatch URL, and as an experiment I typed
/vpatch as a command line argument to fossil itself.
fossil /vpatch
I got a segfault, which I can reproduce consistently.
fossil help /vpatch gives the correct output.
Kind regards,
Philip Bennefall
__
Hi all,
Would it be possible to add ones own user categories in addition to
nobody, anonymous, reader etc? Or modify the existing ones. That would
be most useful to me as I currently set the exact privileges I want for
each individual person. They are pretty close to reader and developer
but
On Tue, Jul 15, 2014 at 3:06 AM, Gour wrote:
> Fossil's wikipedia page lists SourceForge as an option for source code
> hosting with the following URL: http://fossilrepos.sourceforge.net/
>
As best I can tell, the page allows you to create a Fossil repository that
lives on a Sourceforge server
On Tue, Jul 15, 2014 at 7:48 AM, Stephan Beal wrote:
> Very briefly from the phone: about 6 months ago i looked into the simplest
> such action i could think of - erasing the top-most checkin (from there one
> could keep erasing one step back at a time). It turns out that undoing the
> deltificat
On Tue, Jul 15, 2014 at 9:37 AM, Gour wrote:
> Afaik, there was some talk inthe past about having some kind of hg-like
> bundle which could be sent via email & applied...
>
At least from the web UI, Fossil can create patch files from commits.
As best I can determine from a description of "hg bu
Matt Welland writes:
> Having the ability to push, remove and create private branches on a
> individual basis would make it much easier to use fossil for a gatekeeper
> based build system. This is something I'd like to see.
Github culture seems to force almost everyone to fork, pull request
(reb
Stephan Beal writes:
> Very briefly from the phone: about 6 months ago i looked into the simplest
> such action i could think of - erasing the top-most checkin (from there one
> could keep erasing one step back at a time). It turns out that undoing the
> deltification, crosslinking and similar wo
Stephan Beal writes:
> The emacs support didn't come from me - i have never used a vcs mode in
> emacs.
I know, but since you're not using it I consider there is no need that I
bother with it either and can safely settle on plain CLI. ;)
Otherwise, I only use(d) Magit/Git within Emacs and darcs
Very briefly from the phone: about 6 months ago i looked into the simplest
such action i could think of - erasing the top-most checkin (from there one
could keep erasing one step back at a time). It turns out that undoing the
deltification, crosslinking and similar work performed by any routines
wh
The emacs support didn't come from me - i have never used a vcs mode in
emacs.
- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity and
typos.
On Jul 15, 2014 1:15 PM, "Gour" wrote:
> Stephan Beal writes:
>
> > 100 percent emacs and cli here.
>
> Thanks. Since it co
Stephan Beal writes:
> 100 percent emacs and cli here.
Thanks. Since it comes from you there is no need to bother with this
topic any longer. ;)
Sincerely,
Gour
--
He is a perfect yogī who, by comparison to his own self,
sees the true equality of all beings, in both their
happiness and the
100 percent emacs and cli here.
- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity and
typos.
On Jul 15, 2014 12:34 PM, "Gour" wrote:
> By browsing through the archive I see thera was(is) some attempt to
> integrate Fossil within Emacs' VC environment, but it looks
By browsing through the archive I see thera was(is) some attempt to
integrate Fossil within Emacs' VC environment, but it looks it's not
much active, so I wonder if Fossil & Emacs users are simply using CLI
instead?
Git's integration via Magit is nice, but I'm aware that Git's UI
complexity makes
On 12 July 2014 21:36, Andy Bradford wrote:
>
> I've been trying to investigate the problem that has been reported over
> time and so far I haven't been able to reproduce it or come to any
> conclusive decision regarding what might be the cause. When (in Fossil
> versions) did this proble
Jan Nijtmans
writes:
> I succesfully followed Jeff Rogers' instructions, how to
> set up fossil in your own sourceforge project (actually,
> Jeff kindly helped me with the final steps.). You can
> see the result here:
Somehow that link did not work for me, but I was able to find the post
in
2014-07-15 9:06 GMT+02:00 Gour :
> Fossil's wikipedia page lists SourceForge as an option for source code
> hosting with the following URL: http://fossilrepos.sourceforge.net/
>
> Anyone has experience with it and is it real hosting option in the range
> of Chisel or it would be better to remove it
Fossil's wikipedia page lists SourceForge as an option for source code
hosting with the following URL: http://fossilrepos.sourceforge.net/
Anyone has experience with it and is it real hosting option in the range
of Chisel or it would be better to remove it from the list?
Sincerely,
Gour
--
The
28 matches
Mail list logo