Re: [fossil-users] TAB size in displayed content

2017-12-12 Thread Thomas
Nice long expanation. Thanks. On 2017-12-11 22:55, Warren Young wrote: notepad.exe and Internet Explorer also obey the 8-character tab standard. Go tell Microsoft it is wrong, too. I'm not sure how many people use notepad.exe to edit source code or to write software from scratch, though,

Re: [fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-12 Thread Stephan Beal
In short, no. To be able to clone, fossil needs a server process of some sort, which means either CGI or a the built-in standalone http server. It can use SSH, but that uses fossil's built-in server to do the real work. PS: the db does not store raw user passwords, but does store hashes of those

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Ron W
On Tue, Dec 12, 2017 at 1:16 PM, wrote: > > Date: Tue, 12 Dec 2017 14:00:01 +0100 > From: Florian Balmer > Subject: Re: [fossil-users] Metadata in Timeline Verbose View > Message-ID: >

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Rolf Ade
Warren Young writes: > On Dec 11, 2017, at 3:09 PM, Rolf Ade wrote: >> Florian Balmer writes: >>> I didn't want to spend my hobby time with CSS >>> diffing. >> >> ...having own >> skins and CSS as branch of the main trunk(s) (the build-in skins) and to >> be able to merge

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Stephan Beal
On Tue, Dec 12, 2017 at 6:57 PM, J Knight wrote: > Hello. I have some older fossil archives that report: > > > > SQLITE_ERROR: table config has no column named mtime > > fossil: table config has no column named mtime: {REPLACE INTO > config(name,value,mtime)

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread J2
Thanks for the reply. No luck though, same error. From: Stephan Beal Sent: December 12, 2017 1:10 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Older fossil archives are not rebuild-able On Tue, Dec 12, 2017 at 6:57 PM, J Knight wrote: Hello. I have some older

[fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread J Knight
Hello. I have some older fossil archives that report: SQLITE_ERROR: table config has no column named mtime fossil: table config has no column named mtime: {REPLACE INTO config(name,value,mtime) VALUES('hash-policy',1,now())} issuing a ‘rebuild’ and a ‘rebuild –force’ gives the same error. Is

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Martin Gagnon
What version of fossil are you using right now ? (Output of "fossil version") -- Martin G. > Le 12 déc. 2017 à 12:57, J Knight a écrit : > > Hello. I have some older fossil archives that report: > > SQLITE_ERROR: table config has no column named mtime > fossil: table

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Richard Hipp
On 12/12/17, J Knight wrote: > Hello. I have some older fossil archives that report: > > SQLITE_ERROR: table config has no column named mtime > fossil: table config has no column named mtime: {REPLACE INTO > config(name,value,mtime) VALUES('hash-policy',1,now())} > > issuing a

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread J2
Ok, I managed to get it to rebuild. I had to use sqlite3 to do it though. `fossil sql -R repo` gave me the same error as before so: $> sqlite3 repo SQLite> ALTER TABLE config ADD COLUMN mtime INTEGER; SQLite> UPDATE config SET mtime=date('now'); SQLite> .q $> fossil rebuild repo And all is

Re: [fossil-users] Older fossil archives are not rebuild-able

2017-12-12 Thread Andreas Kupries
> On 12/12/17, J Knight wrote: > > Hello. I have some older fossil archives that report: > > > > SQLITE_ERROR: table config has no column named mtime > > fossil: table config has no column named mtime: {REPLACE INTO > > config(name,value,mtime) VALUES('hash-policy',1,now())} > >

[fossil-users] How to share a fossil repo using static http (without the cgi)?

2017-12-12 Thread Juan Francisco Cantero Hurtado
Something like: https://git-scm.com/book/en/v1/Git-Internals-Transfer-Protocols#The-Dumb-Protocol https://www.mercurial-scm.org/wiki/StaticHTTP IIUC, the .fossil files include the users passwords and I don't know if those include more private info. So, I can't just share directly the file.

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Florian Balmer
Warren Young: > Switch to Modern view? :) Verbose View seems more comfortable to use for me, as the hashes are more prominent, so easier to read, easier to click, entries as a whole are easier to copy-paste (only one triple-click to select all, no mouse move required), and also easier to read

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Martin Gagnon
On Tue, Dec 12, 2017 at 02:00:01PM +0100, Florian Balmer wrote: > While talking about the views, please allow me some Compact View bashing: > > Compact View looks plain and elegant, I agree. But whenever I view the > timeline, I'd either like to SEE THE HASHES (to check-out or merge a >

Re: [fossil-users] Metadata in Timeline Verbose View

2017-12-12 Thread Johan Kuuse
On Tue, Dec 12, 2017 at 5:19 AM, Warren Young wrote: > On Dec 11, 2017, at 9:01 PM, Steve Landers wrote: >> >> The slightly lighter gray has the downside of not being visible by many folk with diminished contrast perception. > > I’d worry more about