[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. How 
does fossil
choose ext/syn.js  when it is created on the branch owncheckout and on 
the trunk?



-- 
Rene
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 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 tagged with version-3.7.6. 
 2010-01-01 means use the first check-in on or after 2010-01-01
 00:00:00.000.  trunk:2011-04-01 means choose the first trunk
 check-in after 2011-04-01.  And so forth
   
thanks. I wasn't aware of those possibilities. I guess I was just
lucky that the highlighting worked.

But to be absolutely sure, if I do a check-in on the trunk (But still 
don't add
ext/sym.js) ext/syn.js won't be found?
-- 
Rene
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 renew...@xs4all.nl 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 tagged with version-3.7.6.
  2010-01-01 means use the first check-in on or after 2010-01-01
  00:00:00.000.  trunk:2011-04-01 means choose the first trunk
  check-in after 2011-04-01.  And so forth
 
 thanks. I wasn't aware of those possibilities.


Note further that the Fossil website is just an instance of Fossil running
and using embedded documentation.  So if you want to see what the Fossil
website looked like 3 years ago today, visit:

   http://www.fossil-scm.org/index.html/doc/2008-07-21/www/index.wiki

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users