Re: [fossil-users] fossil mv with wildcards inconsistent operation (and more two step merge frustrations)

2016-10-30 Thread Steven Gawroriski
On Sun, 30 Oct 2016 15:55:02 +0100 (CET) arnoldemu wrote: > So wildcards appear to apply to the files locally rather than those > in the repository. Should wildcards apply to both locally and in the > repository? Locally as this matches the behavior of UNIX

Re: [fossil-users] Directory symlinks...

2016-10-28 Thread Steven Gawroriski
On Fri, 30 Sep 2016 21:25:01 -0700 "Joe Mistachkin" wrote: > > Warren Young wrote: > > > > Well, that's a tricky one, innit? Fossil manages files, not > > directories, but Fossil's view of symlinks is file-like. So is it > > an apple or an orange? > > > > I've checked

Re: [fossil-users] remote check in

2016-10-23 Thread Steven Gawroriski
On 22 Oct 2016 20:48:42 -0600 "Andy Bradford" wrote: > I believe I have seen someone announce on this list a wrapper UI for > the Fossil commands. Maybe search the archives? I believe it is called Fuel , as a pun on Fossil.

[fossil-users] Fossil with multiple page bodies and cannot handle queries?

2016-10-21 Thread Steven Gawroriski
Hello, Using fossil with xinetd using the following settings, browsing repositories via the web interface does not work properly. My xinetd is the one from Debian jessie. service fossilmpa { type = UNLISTED bind = 208.77.100.8 port = 8080 socket_type = stream protocol = tcp flags = NODELAY

[fossil-users] Can fossil bind to a single address?

2016-10-21 Thread Steven Gawroriski
Hello, Is Fossil able to bind to a single IP address? There is `--localhost` but that binds to 127.0.0.1 and `--port` for the port. However I would like to listen on specific addresses, such as say 127.0.4.2 or a specific public address. Right now to do this I have to host a server with

Re: [fossil-users] disabled due to excessive bounces (again?)

2016-10-16 Thread Steven Gawroriski
On Sun, 16 Oct 2016 03:27:02 + (UTC) "K. Fossil user" wrote: > Hi again, > Ah I forgot something like this : > "Your membership in the mailing list fossil-users has been disabled > due to excessive bounces The last bounce received from you was dated >

Re: [fossil-users] Favicon in Localhost

2016-10-10 Thread Steven Gawroriski
On Mon, 10 Oct 2016 17:03:46 +1000 Dan Raymond wrote: > How to get a favicon to show if using localhost and embedded docs? In the header skin, add meta tags to the head tag: This uses the unversioned files feature, where I place the icons in the unversioned

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Steven Gawroriski
On Wed, 5 Oct 2016 15:40:46 -0400 Steven Gawroriski <ste...@multiphasicapps.net> wrote: > Hello, > > On Wed, 5 Oct 2016 20:13:36 +0200 (CEST) > arnoldemu <mem...@arnoldemu.freeserve.co.uk> wrote: > > > I want to make a solution for fossil so I can build foss

Re: [fossil-users] visual studio solution and project file for fossil

2016-10-05 Thread Steven Gawroriski
Hello, On Wed, 5 Oct 2016 20:13:36 +0200 (CEST) arnoldemu wrote: > I want to make a solution for fossil so I can build fossil under > visual studio itself from the IDE itself. I can then use the IDE's > debugger. I tried to add all the source files from inside

Re: [fossil-users] Directory symlinks...

2016-09-30 Thread Steven Gawroriski
On Fri, 30 Sep 2016 16:41:11 -0600 Warren Young wrote: > On Sep 30, 2016, at 4:37 PM, Joe Mistachkin > wrote: > > > > Are having directory symlinks (on Unix) supposed to be supported? > > If not, is anybody willing to help me add support for them? > >