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

2014-11-05 Thread E. Timothy Uy
Never mind, I needed fossil unset ignore-glob On Wed, Nov 5, 2014 at 3:54 PM, E. Timothy Uy wrote: > In Windows, > > fossil settings ignore-glob somethingelse > > does change it from hello to somethingelse. > > On Wed, Nov 5, 2014 at 3:53 PM, E. Timothy Uy wrote: &g

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

2014-11-05 Thread E. Timothy Uy
In Windows, fossil settings ignore-glob somethingelse does change it from hello to somethingelse. On Wed, Nov 5, 2014 at 3:53 PM, E. Timothy Uy wrote: > Hi, I accidentally added 'hello' to my ignore-glob using > > fossil settings ignore-glob hello > > In Linux I am

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

2014-11-05 Thread E. Timothy Uy
Hi, I accidentally added 'hello' to my ignore-glob using fossil settings ignore-glob hello In Linux I am able to undo it (kind of) using fossil settings ignore-glob "" But the result is I now see ignore-glob (local) How can I get rid of the (local) refrence? Also, in Windows, when I try "",

[fossil-users] fossil export to git "fatal: mark :60713 not declared"

2014-10-31 Thread E. Timothy Uy
I was able to import see.fossil and cerod.fossil from Cygwin with no issues. However for SQLite, $ fossil export --git ../../../sqlite.fossil | git fast-import fatal: mark :60713 not declared fast-import: dumping crash report to ./.git/modules/src/sqlite/fast_import_crash_1168 >From the c

Re: [fossil-users] fossil export to git "unsupported command: blob"

2014-10-31 Thread E. Timothy Uy
Looks like there is a ticket to this and it related to CRLF on Windows - http://www.fossil-scm.org/index.html/tktview?name=feeb8a91eb - will try Mac. On Fri, Oct 31, 2014 at 1:46 PM, E. Timothy Uy wrote: > Perhaps this sheds a clue? > http://repo.or.cz/w/sqlite-export.git/blob/

Re: [fossil-users] fossil export to git "unsupported command: blob"

2014-10-31 Thread E. Timothy Uy
Perhaps this sheds a clue? http://repo.or.cz/w/sqlite-export.git/blob/master:/README.txt On Fri, Oct 31, 2014 at 1:33 PM, E. Timothy Uy wrote: > It has been almost 2 years, and I'm still having the same issue. > > > fossil export --git ..\cerod.fossil | git fast-import >

Re: [fossil-users] fossil export to git "unsupported command: blob"

2014-10-31 Thread E. Timothy Uy
, Jan 29, 2013 at 4:46 PM, E. Timothy Uy wrote: > Incidentally, I'm using git version 1.8.0.msysgit.0 > > > On Tue, Jan 29, 2013 at 4:44 PM, E. Timothy Uy wrote: > >> Hi, I'm currently using fossil 1.24 and have a requirement to export to >> git. However, in run

Re: [fossil-users] fossil export to git "unsupported command: blob"

2013-01-29 Thread E. Timothy Uy
Incidentally, I'm using git version 1.8.0.msysgit.0 On Tue, Jan 29, 2013 at 4:44 PM, E. Timothy Uy wrote: > Hi, I'm currently using fossil 1.24 and have a requirement to export to > git. However, in running > > fossil export --git ..\repo.fossil | git fast-import >

[fossil-users] fossil export to git "unsupported command: blob"

2013-01-29 Thread E. Timothy Uy
Hi, I'm currently using fossil 1.24 and have a requirement to export to git. However, in running fossil export --git ..\repo.fossil | git fast-import I ran into "unsupported command: blob". Any idea why this might be happening? fatal: Unsupported command: blob fast-import: dumping crash report t

Re: [fossil-users] [gdiff] Recommanded GUI differ for Windows?

2012-11-21 Thread E. Timothy Uy
ExamDiff Pro. http://www.prestosoft.com/edp_examdiffpro.asp On Wed, Nov 21, 2012 at 7:47 PM, Tomek Kott wrote: > fwiw I've used kdiff3 (http://kdiff3.sourceforge.net/) on windows with > good success. It can do merges as well though I've yet to actually use that > functionality > > > To: foss

Re: [fossil-users] listing during commit

2012-10-18 Thread E. Timothy Uy
It works! Thanks so much for the rapid response. Respectfully, Tim On Thu, Oct 18, 2012 at 7:04 PM, Richard Hipp wrote: > I don't know what is going on. Maybe the windows build got run with the > line of code at > http://www.fossil-scm.org/fossil/artifact/451d85c26d?ln=567 uncommented. > I've

Re: [fossil-users] listing during commit

2012-10-18 Thread E. Timothy Uy
18, 2012 at 8:55 PM, E. Timothy Uy wrote: > >> Hi I recently updated Fossil and ran into an issue where each commit >> sends the hash of every file in the repository. Is there any way to turn >> this off? I couldn't find it in the documentation. > > > I'

[fossil-users] listing during commit

2012-10-18 Thread E. Timothy Uy
Hi I recently updated Fossil and ran into an issue where each commit sends the hash of every file in the repository. Is there any way to turn this off? I couldn't find it in the documentation. Example: 7fb3c39a media/testcx/beaker_blue.ico disk 91198 04ab26db media/testcx/beaker_blue.png d

Re: [fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
In case anyone ever runs into this issue (an xinetd env issue), the solution is to add the following to your service: server = /usr/local/bin/fossil > server_args = http REPOSITORY > env = TZ=PST8PDT (insert your timezone here) On Wed, Sep 5, 2012 at 2:11 AM, E. Timothy Uy wrote: >

Re: [fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
In xinetd, I am calling "fossil http". Perhaps this is the problem. Doubly embarassed that I can't spell embarrassed. On Wed, Sep 5, 2012 at 1:57 AM, E. Timothy Uy wrote: > Using both "fossil ui" and "fossil server" give the right times. It must > be t

Re: [fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
Using both "fossil ui" and "fossil server" give the right times. It must be that I'm doing something wrong with xinetd. Embarassed... On Wed, Sep 5, 2012 at 1:51 AM, E. Timothy Uy wrote: > I take that back. On my PC the fossil sqlite also gives the wrong time but

Re: [fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
I take that back. On my PC the fossil sqlite also gives the wrong time but fossil ui gives the right timeline when UTC is unchecked. Now truly puzzled. Could it be because I am using server instead of UI? On Wed, Sep 5, 2012 at 1:32 AM, E. Timothy Uy wrote: > I'm using the webserver.

Re: [fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
erface, did you restart the server? > > On 5 September 2012 18:26, E. Timothy Uy wrote: > > Hi, on my PC, the fossil ui shows the correct local time when I uncheck > UTC. > > However, in Ubuntu, unchecking the UTC flag does not make a difference, > it > > keeps s

[fossil-users] timezone in ubuntu

2012-09-05 Thread E. Timothy Uy
Hi, on my PC, the fossil ui shows the correct local time when I uncheck UTC. However, in Ubuntu, unchecking the UTC flag does not make a difference, it keeps showing UTC. I've checked and my machine has the right timezone. Any tips? Current default time zone: 'America/Los_Angeles' Local time is n