Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Steve Schow
No the use case is not for development, just a simple use case of version control without command line access. I agree, in real development situations everyone should have a cloned repo and work locally. Different use case. But the web GUI control over the checkout would still have usefulness

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Roy Keene
On Fri, 29 Sep 2017, Andy Goth wrote: On 9/29/2017 4:43 PM, Steve Schow wrote: On Sep 29, 2017, at 2:46 PM, Andy Goth wrote: Who is hosting that and what is the longevity compared to github and others? Roy Keene can answer these questions. Roy Keene is hosting it... though, of course, s

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Andy Goth
On 9/29/2017 4:43 PM, Steve Schow wrote: > On Sep 29, 2017, at 2:46 PM, Andy Goth wrote: >> http://chiselapp.com/ > > Hey thats pretty cool, I was not even aware of that site! I am going > to check that out, I guess that’s a decent way to keep a repo public, > then I can clone it here locally for

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Steve Schow
> On Sep 29, 2017, at 2:46 PM, Andy Goth wrote: >> > > http://chiselapp.com/ comes closest in that it provides a web interface > for working on repositories as a whole. It does not provide what you > ask, nor do I know of any other web platforms that do. Hey thats pretty cool, I was not even

Re: [fossil-users] web UI for a working checkout?

2017-09-29 Thread Andy Goth
On 9/29/2017 3:15 PM, Steve Schow wrote: > Is anyone aware of any Web based ui for working with a working > checkout? I’m looking for the ability to have a web app that can > basically execute things like commit, branch, update and other > checkout related fossil commands, operating on a checkout

[fossil-users] web UI for a working checkout?

2017-09-29 Thread Steve Schow
Is anyone aware of any Web based ui for working with a working checkout? I’m looking for the ability to have a web app that can basically execute things like commit, branch, update and other checkout related fossil commands, operating on a checkout directory tree located on the webserver of cou

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Scott Robison
On Sep 29, 2017 7:43 AM, "Andy Goth" wrote: On 09/28/17 21:34, Scott Robison wrote: > There is a winsymlink branch I created some time ago. Hasn't been kept > up to date (I didn't need it, just thought it might be useful for > feature parity) but I could take a look at it if you were interested.

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Andy Goth
On 09/28/17 21:34, Scott Robison wrote: There is a winsymlink branch I created some time ago. Hasn't been kept up to date (I didn't need it, just thought it might be useful for feature parity) but I could take a look at it if you were interested. Or you could. I had a peek. I know Windows NT d

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Andy Goth
On 09/29/17 04:20, Richard Hipp wrote: On 9/28/17, Andy Goth wrote: http://fossil-scm.org/index.html/info/8d6bdd1e00cf2cf8 Moved onto a branch: enhanced-symlink I thought about branching when I checked in, but I decided to stick with trunk because this can't affect any existing repositorie

Re: [fossil-users] manifest setting "l" flag

2017-09-29 Thread Richard Hipp
On 9/28/17, Andy Goth wrote: > http://fossil-scm.org/index.html/info/8d6bdd1e00cf2cf8 Moved onto a branch: enhanced-symlink > > I added support for a new "l" flag to the "manifest" setting. With this > flag present, a new file "manifest.symlinks" is automatically created > and maintained. Thi