Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Ross Berteig
On 6/5/2017 8:37 PM, Andreas Kupries wrote: I am not sure that this would help him. My reading of his request is that he wants to customize the page generated by fossil itself [1]. That was my read too. The $64K question then is where such customization would be stored. Skins are per

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Andreas Kupries
> On 6/5/17, John Pateman wrote: > > I have a number of repositories named (for example) x.fossil, y.fossil & > > z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. > > > > I can now serve a page listing all of these by running; > > > > `fossil server

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Warren Young
On Jun 5, 2017, at 3:08 PM, John Pateman wrote: > > Is it possible to customise the appearance of this webpage without having to > set it up a full web server? Say $ fossil ui Then in the browser that pops up, go to Admin > Skins, and edit the files presented, or

Re: [fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread Richard Hipp
On 6/5/17, John Pateman wrote: > I have a number of repositories named (for example) x.fossil, y.fossil & > z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. > > I can now serve a page listing all of these by running; > > `fossil server --repolist

[fossil-users] Webpage for multiple fossil repositories - configuration options?

2017-06-05 Thread John Pateman
I have a number of repositories named (for example) x.fossil, y.fossil & z.fossil, all stored in a single directory `/Users/Shared/FOSSIL/`. I can now serve a page listing all of these by running; `fossil server --repolist /Users/Shared/FOSSIL/ -port &` Is it possible to customise the

[fossil-users] import --git --rename-trunk "master" : SQLITE_ERROR: no such table: vfile

2017-06-05 Thread p3jdko03200km
SQLITE_ERROR: no such table: vfile https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24592.html   src/rebuild.c : rebuild_tag_trunk method 'sym-trunk' , "trunk" I think trunk replace to db_get("main-branch", "trunk")  - test code git add 1.txt