Re: [fossil-users] clearing ignore-glob + OS inconsistency

2014-11-06 Thread Stephan Beal
On Thu, Nov 6, 2014 at 1:10 AM, E. Timothy Uy t...@loqu8.com wrote: fossil unset ignore-glob fossil rm .fossil-settings/ignore-glob rm .fossil-settings/ignore-glob fossil commit -m 'removed ...' might have worked as well. -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] fossil-users Digest, Vol 82, Issue 7

2014-11-06 Thread Chadwick Morris
Wolf -- next part -- An HTML attachment was scrubbed... URL: http://lists.fossil-scm.org:8080/pipermail/fossil-users/attachments/20141106/018ce991/attachment-0001.html -- ___ fossil-users

[fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Joe Prostko
Hello, I know that libfossil is in progress, but has anybody been doing work that involves doing Python or PHP bindings to Fossil (whether or not they are utilizing libfossil or not)? I'm asking since I have been starting to utilize Salt http://www.saltstack.com/ lately for work, and well,

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Stephan Beal
On Thu, Nov 6, 2014 at 9:13 PM, Joe Prostko joe.pros...@gmail.com wrote: Has anybody done any work on interfaces between Fossil and other programming languages, or is that something that still requires a lot of work to be done? As you probably already know, but here it is for those who

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Joe Prostko
On Thu, Nov 6, 2014 at 3:29 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Nov 6, 2014 at 9:13 PM, Joe Prostko joe.pros...@gmail.com wrote: Has anybody done any work on interfaces between Fossil and other programming languages, or is that something that still requires a lot of work to

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Ron W
On Thu, Nov 6, 2014 at 3:35 PM, Joe Prostko joe.pros...@gmail.com wrote: On Thu, Nov 6, 2014 at 3:29 PM, Stephan Beal sgb...@googlemail.com wrote: As you probably already know, but here it is for those who don't:

Re: [fossil-users] Any other language bindings to Fossil?

2014-11-06 Thread Joe Prostko
On Thu, Nov 6, 2014 at 4:10 PM, Ron W ronw.m...@gmail.com wrote: You should not need to port s2 to Python, rather reference the s2 bindings to libfossil as an example. Yeah, that is why I put `port` in quotes in my last response. I probably should have just stated what I actually meant

[fossil-users] Newbie question

2014-11-06 Thread jose isaias cabrera
Greetings! First of all, I want to thank you whomever was the creator of this wonderful utility. Props to you. I have a setup on my Windows PC where I have many sources of various languages. That will be another question later, but today, I have a project, which I created a repo for it,

Re: [fossil-users] Newbie question

2014-11-06 Thread B Harder
On 11/6/14, jose isaias cabrera jic...@cinops.xerox.com wrote: Greetings! First of all, I want to thank you whomever was the creator of this wonderful utility. Props to you. That'd be drh (Richard Hipp) and a collection of contributors. I have a setup on my Windows PC where I have many

Re: [fossil-users] Newbie question

2014-11-06 Thread jose isaias cabrera
B Harder wrote... On 11/6/14, jose isaias cabrera jic...@cinops.xerox.com wrote: Greetings! First of all, I want to thank you whomever was the creator of this wonderful utility. Props to you. That'd be drh (Richard Hipp) and a collection of contributors. Wow! Dr. Hipp is just full of

Re: [fossil-users] Newbie question

2014-11-06 Thread Tony Papadimitriou
The way I solve this problem is to keep a repo of all projects that share the same libraries together. This creates some other minor problems (that were recently made less of a problem with the -p option enhancement of the TIMELINE command.) But, I think this is the only reasonable way.