Re: [fossil-users] Select specific changes within files

2015-03-20 Thread Kevin Greiner
> > On Fri, Mar 20, 2015 at 12:56 PM, Abilio Marques > wrote: > I personally would like a selective stash. Yes, I would find selective stash save/apply useful. But I see the dangers of partial commit of git's staging area. I admit, I've abused that myself to commit a comment or documentation ty

Re: [fossil-users] Inofficial naming contest...

2013-07-30 Thread Kevin Greiner
On Tue, Jul 30, 2013 at 9:36 AM, Stephan Beal wrote: > > >> but it's a bit of a mouthful. 'Piltdown', perhaps? >> > > i don't get the reference. > The "Piltdown man" was a hoax - https://en.wikipedia.org/wiki/Piltdown_Man ___ fossil-users mailing list

Re: [fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Kevin Greiner
On Thu, Sep 13, 2012 at 3:45 PM, Richard Hipp wrote: > > The file itself appears to be in utf16le. The "diff" facilities in Fossil > currently only know how to deal with utf8. > Thanks, that was helpful. Turns out I was piping the output through another utility (powershell) that was turning the

[fossil-users] trouble handling text files from SQL Server 2012

2012-09-13 Thread Kevin Greiner
I'm using fossil 1.23 on Windows 7. I'm attempting to store text files generated by Microsoft SQL Server 2012 in fossil so I can easily track their changes over time. The problem is that fossil thinks these generated text files are binary data which prevents me from viewing the files via the web u

Re: [fossil-users] Fossil vs. Windows

2012-06-12 Thread Kevin Greiner
On Tue, Jun 12, 2012 at 5:18 PM, Mike Meyer wrote: > The other issue is that fossil doesn't pay attention to Windows > ACLs. I'm somewhat familiar with Windows ACLs but I don't really know what this means. Can you be more specific? Usually, file inherit permissions from their folder. No, fossil

Re: [fossil-users] Fossil vs. Windows

2012-06-12 Thread Kevin Greiner
On Mon, Jun 11, 2012 at 7:53 PM, Jacek Cała wrote: > However, I think you usually don't need to specify file names by hand. > It's enough to issue > 'fossil add *' or 'fossil add a_dir' or 'fossil add "a_dir\b dir"' and > fossil will do the job you. I've used fossil lightly on Windows XP and 7

Re: [fossil-users] How can I sync with a directory on each commit?

2011-10-27 Thread Kevin Greiner
On Wed, Oct 26, 2011 at 3:33 PM, Kevin Ar18 wrote: Basically, I could never get it to work right. So, it seems maybe I just > didn't understand things correctly and it should work? If so, then I should > give it a try again then and see if I can. :) > Note: must leave, so probably won't reply b

Re: [fossil-users] Veracity

2011-10-19 Thread Kevin Greiner
2011/10/19 Lluís Batlle i Rossell > > I think that the veracity documentation totally deludes. :) But it may be > intended, as it's a product of sourcegear. Eric wrote a book about it... > and his > message is (I think) "buy the book". Actuallythey're giving the book away. I got a free copy

Re: [fossil-users] skin builder

2011-03-15 Thread Kevin Greiner
On Tue, Mar 15, 2011 at 1:35 PM, Federico Ramallo wrote: > > Also what do you think about the improved table? includes sorting, > searchin, grouping, etc > The sorting is very nice and the grouping too. Would it be feasible to make the "Key" at the top filter the table when clicked? Or, at least,

Re: [fossil-users] An annecdote on screwing up (and recovering) a broken fossil repo

2010-12-23 Thread Kevin Greiner
On Thu, Dec 23, 2010 at 10:34 AM, Joerg Sonnenberger < jo...@britannica.bec.de> wrote: > On Thu, Dec 23, 2010 at 10:30:53AM -0500, Richard Hipp wrote: > > On Thu, Dec 23, 2010 at 10:18 AM, Gour wrote: > > > > > On Thu, 23 Dec 2010 09:44:25 -0500 > > > >> "Richard" == Richard Hipp wrote: > > >

[fossil-users] wiki rename page?

2010-09-08 Thread Kevin Greiner
How can I rename a wiki page? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] How to remove all deleted files at once?

2010-09-03 Thread Kevin Greiner
On Thu, Sep 2, 2010 at 7:31 PM, Prithish wrote: > > Thanks Richard for the prompt reply. It would be great if an automated way > can be implemented into fossil. I switch between Windows and Linux quiet > often. Some of the neat linux commands don't have equivalent in Windows. > Here is the comma

[fossil-users] filename contains illegal characters

2010-06-28 Thread Kevin Greiner
This is perhaps a non-typical use case but I'm trying to take a daily snapshot of a network share here at work. Thousands of files in thousands of folders over which I don't have any control but for which I'd still like to see a daily change history. I'm using a command like this to get new files

Re: [fossil-users] usage of fossil settings ignore-glob in combination with add and commit

2010-06-24 Thread Kevin Greiner
On Thu, Jun 24, 2010 at 7:24 AM, Kohn Bernhard wrote: > But when I run fossil add . to add all the files, every file and also the > ones which applies to the ignore-glob setting are added. If I commit then, > also the not wanted files are added to the repository. Exist there a way, > that only fi