Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
On Fri, Apr 13, 2012 at 12:09:22AM +0200, Marek wrote: Hi, I'd like to ask whether it's possible to turn off gpg signing entirely, for example I've set clearsign to off and running: fossil settings clearsign gives me: clearsign (global) off Running commit however tells me that gpg

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread Matt Welland
On Fri, Apr 13, 2012 at 5:59 AM, vince vinc...@neuf.fr wrote: Hello, the command addremove synchronize the repository with the working directory. So that fossil adds files that have nothing to do with my projects, such as the file fossil.exeitself! We should be able to choose from which

Re: [fossil-users] ignore-glob and case sensitive

2012-04-13 Thread Stephan Beal
On Fri, Apr 13, 2012 at 3:10 PM, vince vinc...@neuf.fr wrote: the option ignore-glob is case sensitive. 0.02 Euro: My suggestion would that we add ignore-like as a new option, the difference being that ignore-glob uses (like now) a GLOB comparison (case-sensitive) and ignore-like would use a

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread vince
Hello, I have not created my repo at the root of my drive. For example, I have fossil.exe in d:\projects\ I have a repo as follows: d:\projects\myproject1\myproject1.fossil When I open the repo, the file_FOSSIL_ is in d:\projects\ Whenever it is in the same directory as fossil.exe I don't know

Re: [fossil-users] ignore-glob and case sensitive

2012-04-13 Thread Ramon Ribó
Wouldn't it be more logical that fossil settings ignore-glob followed the case criteria of: fossil settings case-sensitive ? RR 2012/4/13 Stephan Beal sgb...@googlemail.com On Fri, Apr 13, 2012 at 3:10 PM, vince vinc...@neuf.fr wrote: the option ignore-glob is case

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread Stephan Beal
On Fri, Apr 13, 2012 at 5:37 PM, vince vinc...@neuf.fr wrote: I have a repo as follows: d:\projects\myproject1\myproject1.fossil When I open the repo, the file _FOSSIL_ is in d:\projects\ Then you're opening it from that directory. Or perhaps projects or myproject1 is a Windows LNK (we've had

Re: [fossil-users] ignore-glob and case sensitive

2012-04-13 Thread vince
it's true! Le 13/04/2012 17:57, Ramon Ribó a écrit : Wouldn't it be more logical that fossil settings ignore-glob followed the case criteria of: fossil settings case-sensitive ? RR 2012/4/13 Stephan Beal sgb...@googlemail.com mailto:sgb...@googlemail.com On Fri,

Re: [fossil-users] ignore-glob and case sensitive

2012-04-13 Thread Stephan Beal
On Fri, Apr 13, 2012 at 5:57 PM, Ramon Ribó ram...@compassis.com wrote: Wouldn't it be more logical that fossil settings ignore-glob followed the case criteria of: fossil settings case-sensitive That would be the most obvious (and simplest to implement), i think. But

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread vince
it's not a link. I open it with the command : d:\projects fossil open d:\projects\myproject1\myproject1.fossil Le 13/04/2012 18:11, Stephan Beal a écrit : On Fri, Apr 13, 2012 at 5:37 PM, vince vinc...@neuf.fr mailto:vinc...@neuf.fr wrote: I have a repo as follows:

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread Tomek Kott
You are opening the working directory in the directory from which you call the command (fossil open). Thus, you ARE opening the working directory into d:\projects. hence, fossil addremove adds everything in d:\projects and below. Hence the issues you are seeing. Tomek On Fri, Apr 13, 2012 at

Re: [fossil-users] turning off gpg

2012-04-13 Thread Marek
Hi James, I've set the global clearsign to off before running fossil unit, but it still tries to call gpg. my fossil version is 1.22 2012-03-19 5dd5d39e7c. thanks, Marek . Original Message From:James Turner ja...@calminferno.net Time:4/13/2012 15:08 To:Fossil SCM user's

Re: [fossil-users] Request feature : choose directory for the addremove command

2012-04-13 Thread Stephan Beal
On Fri, Apr 13, 2012 at 6:18 PM, vince vinc...@neuf.fr wrote: it's not a link. I open it with the command : d:\projects fossil open d:\projects\myproject1\myproject1.fossil It is generally considered bad practice to have the .fossil file UNDER or IN the open target directory. That

[fossil-users] fossil: unable to create directory /var/tmp

2012-04-13 Thread Matt Welland
We are seeing the following error in some users environments and I have not been able to root cause it yet. Does anyone have suggestions on how to debug this? fossil gdiff --from abce3460ac --to c628b11818 ./abcdef.rb fossil: unable to create directory /var/tmp

Re: [fossil-users] fossil: unable to create directory /var/tmp

2012-04-13 Thread Richard Hipp
On Fri, Apr 13, 2012 at 5:07 PM, Matt Welland estifo...@gmail.com wrote: We are seeing the following error in some users environments and I have not been able to root cause it yet. Does anyone have suggestions on how to debug this? fossil gdiff --from abce3460ac --to c628b11818 ./abcdef.rb

Re: [fossil-users] More case-sensitive problems on Windows

2012-04-13 Thread Richard Hipp
Thanks. Problem should be fixed now. Case-insensitive filenames are a never-ending source of bugs. If you keep looking, I'm sure you'll find more. On Fri, Apr 13, 2012 at 6:11 PM, Jos Groot Lipman donts...@home.nl wrote: ** When I run the following sequence of commands on Windows, fossil

Re: [fossil-users] turning off gpg

2012-04-13 Thread Richard Hipp
On Fri, Apr 13, 2012 at 7:19 PM, Marek mlf.c...@gmail.com wrote: I'm sorry should have been before running fossil init so fossil is set to clearsign off before I init a new repository but it still keeps looking for gpg. Am I doing something wrong or could this be a bug? Looking at the code,

Re: [fossil-users] turning off gpg

2012-04-13 Thread James Turner
On Sat, Apr 14, 2012 at 01:19:11AM +0200, Marek wrote: I'm sorry should have been before running fossil init so fossil is set to clearsign off before I init a new repository but it still keeps looking for gpg. Am I doing something wrong or could this be a bug? thanks, Marek . You

[fossil-users] removing a large directory

2012-04-13 Thread Russ Paielli
I removed an entire directory from my filesystem. It contained hundreds of data files. Now I want to remove it from my fossil repository, but I don't want to remove each file individually. The fossil rm command does not seem to take wild cards or accept a recursive command-line option. What is the