Re: [fossil-users] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Richard Hipp
On Thu, Jul 21, 2011 at 1:49 PM, Rene wrote: > > > > "tip" means choose the most recent check-in. "trunk" means choose > > the most recent check-in on the trunk branch. "otherbranch" means > > choose the most recent check-in on otherbranch. "version-3.7.6" > > means us specifically the version

Re: [fossil-users] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Rene
On Thu, 21 Jul 2011 13:04:13 -0400, Richard Hipp wrote: > On Thu, Jul 21, 2011 at 9:22 AM, Rene wrote: > >> When by the browser asked for the file $home/doc/tip/ext/syn.js. >> How >> does fossil >> choose ext/syn.js  > > "tip" means choose the most recent check-in.  "trunk" means choose > the most

Re: [fossil-users] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Richard Hipp
On Thu, Jul 21, 2011 at 9:22 AM, Rene wrote: > > When by the browser asked for the file $home/doc/tip/ext/syn.js. How > does fossil > choose ext/syn.js > "tip" means choose the most recent check-in. "trunk" means choose the most recent check-in on the trunk branch. "otherbranch" means choose t

[fossil-users] added a javascript file on a branch and loading in the header works

2011-07-21 Thread Rene
I mucked around with javascript and fossil on a branch (owncheckout) in the repo on http://chiselapp.com/user/renez/repository/cvs2scm/. what surprised me is that the reference in the header to $home/doc/tip/ext/syn.js works. When by the browser asked for the file $home/doc/tip/ext/syn.js. Ho