Re: [fossil-users] Where did the skins go

2018-03-26 Thread Svyatoslav Mishyn
(Mon, 26 Mar 15:53) Scott Doctor: > I updated my copy of fossil to the latest version. I created a new > repository, launched the fossil ui, opened admin->skins, all I see is the > options to create a new skin. What happened to all of the predefined skins? they are here: /setup_skin_admin (Step 8

[fossil-users] Bidirectional Synchronization

2018-03-26 Thread Saša Janiška
Hello, I’m about to start creating themes for a static-site-generator and would like to make them available for end users so they can install them right from the application. Now, the upstream project use Git(hub) and since I prefer to work in Fossil, I wonder if someone can share his/her

[fossil-users] configuration fossil generic to all fossil checkouts

2018-03-26 Thread Agrawal, Ritika
Is there a settings file similar to .gitconfig in git that can be stored in user's home directory and overrides settings for all the fossil clones performed by the user. Thanks. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] [bug report] pledge(2) violation on OpenBSD

2018-03-26 Thread Richard Hipp
On 3/26/18, Sebastien Marie wrote: > > I encountered a pledge() violation while using 'fossil status' command. > Thanks for the patch. I implemented your patch on trunk. I do not have a recent OpenBSD easily at hand to test it, though. -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] configuration fossil generic to all fossil checkouts

2018-03-26 Thread Richard Hipp
On 3/26/18, Agrawal, Ritika wrote: > Is there a settings file similar to .gitconfig in git that can be stored in > user's home directory and overrides settings for all the fossil clones > performed by the user. Most settings can be global. But not the HOME directory.

Re: [fossil-users] configuration fossil generic to all fossil checkouts

2018-03-26 Thread Richard Hipp
On 3/26/18, Agrawal, Ritika wrote: > Is there a settings file similar to .gitconfig in git that can be stored in > user's home directory and overrides settings for all the fossil clones > performed by the user. Almost forgot: You can use the FOSSIL_HOME environment

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Joerg Sonnenberger
On Mon, Mar 26, 2018 at 09:50:22AM -0600, Warren Young wrote: > On Mar 24, 2018, at 5:11 PM, Svyatoslav Mishyn > wrote: > > > > just noticed that page generation of many of my repos is 0.001s. > > The calculation for that is in the skin’s Footer code: > >

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 24, 2018, at 5:11 PM, Svyatoslav Mishyn wrote: > > just noticed that page generation of many of my repos is 0.001s. The calculation for that is in the skin’s Footer code: [expr {([utime]+[stime]+1000)/1000*0.001}] In TH1, the utime and stime functions

Re: [fossil-users] Error on commit

2018-03-26 Thread Richard Hipp
On 3/26/18, Scott Doctor wrote: > That is the entirety of the error message. Such is the problem I > am having trying to find what is the error. The error message > displayed, then returned to the command line prompt OK. Without seeing the output, I can't suggest much.

Re: [fossil-users] Error on commit

2018-03-26 Thread jungle Boogie
On 26 March 2018 at 12:27, Scott Doctor wrote: > > A while back I created a new repository for a project I ressurected. Checked > it after creating with the fossil ui that all files included and such. > Everything OK. > > My project contains many folders and a couple

[fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
A while back I created a new repository for a project I ressurected. Checked it after creating with the fossil ui that all files included and such. Everything OK. My project contains many folders and a couple hundred files for a multi processor embedded application. Been working on the

Re: [fossil-users] Error on commit

2018-03-26 Thread Richard Hipp
On 3/26/18, Scott Doctor wrote: > > A bunch of file names scrolled up the screen then got the message: > > aborting due to prior errors > More details on the error message would be helpful. -- D. Richard Hipp d...@sqlite.org ___

Re: [fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
I emailed you the _FOSSIL_ file for the repository - Scott Doctor sc...@scottdoctor.com - On 3/26/2018 12:42, Richard Hipp wrote: On 3/26/18, Scott Doctor wrote: A bunch of file names scrolled up the screen then got the

Re: [fossil-users] configuration fossil generic to all fossil checkouts

2018-03-26 Thread Martin Gagnon
On Mon, Mar 26, 2018 at 06:02:47PM +, Agrawal, Ritika wrote: > Is there a settings file similar to .gitconfig in git that can be > stored in user's home directory and overrides settings for all the > fossil clones performed by the user. > The global settings are saved in ~/.fossil, which is

Re: [fossil-users] Error on commit

2018-03-26 Thread Warren Young
On Mar 26, 2018, at 1:27 PM, Scott Doctor wrote: > > aborting due to prior errors I’ve seen that sort of message on “fossil update” when a local file is marked read-only and the file was changed on the remote system. Obviously that is not exactly what is happening here,

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 26, 2018, at 2:45 PM, Warren Young wrote: > > On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn > wrote: >> >> Here are results of r.sh when stress.sh was run (and all RAM was used >> on VPS): I’ve thought a bit more about this stress.sh

[fossil-users] Where did the skins go

2018-03-26 Thread Scott Doctor
I updated my copy of fossil to the latest version. I created a new repository, launched the fossil ui, opened admin->skins, all I see is the options to create a new skin. What happened to all of the predefined skins? -- - Scott Doctor sc...@scottdoctor.com

Re: [fossil-users] Error on commit

2018-03-26 Thread Richard Hipp
On 3/26/18, Scott Doctor wrote: > I ran the stash command and got the following: > > no such file: D/water/C/slave/__history/main.c.~15~ Probably this mean that you previously committed the file main.c.~15~ but it was subsequently deleted without you doing "fossil rm". If

Re: [fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
That worked. According to the changes command, 136 history files removed, 81 new history files added, and 22 files were edited. The commit completed without error this time. So I guess I will make a batch file to do those three commands for when I do a commit. -

Re: [fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
That is the entirety of the error message. Such is the problem I am having trying to find what is the error. The error message displayed, then returned to the command line prompt - Scott Doctor sc...@scottdoctor.com - On 3/26/2018 12:42, Richard

Re: [fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
I just typed: fossil commit All I wanted to do was take a snapshot of the current state in case I wanted to back out of my changes after my forthcoming edit session. Am I doing this wrong? - Scott Doctor sc...@scottdoctor.com - On 3/26/2018

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Warren Young
On Mar 26, 2018, at 2:15 PM, Svyatoslav Mishyn wrote: > > Here are results of r.sh when stress.sh was run (and all RAM was used > on VPS): > 2018-03-26-19:34:08 time generation: 0.001s; load average: 10.909180 > 2018-03-26-19:34:11 time generation: 0.001s; load

Re: [fossil-users] Why Fossil is so fast?

2018-03-26 Thread Svyatoslav Mishyn
(Mon, 26 Mar 09:50) Warren Young: > > I compared page generation speed with some other Fossil repositories: > > Fossil itself, SQLite, Tcl > > using the same pages which are not strictly related to > > repository size and age: like > > /help, /sitemap, /stat, /wiki, /version?verbose > > > > and

Re: [fossil-users] Error on commit

2018-03-26 Thread Richard Hipp
On 3/26/18, Scott Doctor wrote: > > I just typed: > > fossil commit > > All I wanted to do was take a snapshot of the current state in > case I wanted to back out of my changes after my forthcoming > edit session. Am I doing this wrong? You seem to be doing it right. I

Re: [fossil-users] Error on commit

2018-03-26 Thread Scott Doctor
I ran the stash command and got the following: no such file: D/water/C/slave/__history/main.c.~15~ I am writing code for several Atmel (now Microchip) sam4s Arm processora using Atmel Studio IDE. This is built on Microsloths Visual Studio. The system automatically makes many history