Re: [fossil-users] fossil import --git --incremental regression?

2014-01-17 Thread Sergei Gavrikov
On Thu, 16 Jan 2014, Sergei Gavrikov wrote:

 After this http://fossil-scm.org/index.html/info/1aef260f4c check-in I
 cannot do incremental import anymore (I get the second dup trunk).  An
 imported git project is simple and has 'master' branch only. After that
 I did revert this check-in the latest Fossil build does incremental
 import for the same git repository great. What a reason could be? Can
 anybody confirm this?

Excuse word regression. s/regression/fix/. However, new handling of
timezone offset begins new timeline as the previous imports have been
done before this check-in.

Sergei
___
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] fossil import --git --incremental regression?

2014-01-17 Thread Sergei Gavrikov
On Fri, 17 Jan 2014, Sergei Gavrikov wrote:

 Excuse word regression. s/regression/fix/. However, new handling of
 timezone offset begins new timeline as the previous imports have
 been done before this check-in.

If you fall in the same trap, the next filter did restore the previous
Fossil import logic for me:

  sed  -e '/^\(tagger\|committer\)/s/ [+-][0-9]\{4\}$/ +/'

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


[fossil-users] tree-view-work branch

2014-01-17 Thread Joel Bruick
Richard, can you check the tree-view-work branch again? The only reason 
I can figure it didn't work for you is if you had an older, cached 
stylesheet that didn't get refreshed when you tried my changes. I had 
tried it (and just checked it again) in every browser I have installed 
(on both Windows and Linux) and it works fine.


Also (and this is more of a PSA for everyone, really), you may want to 
change the stylesheet link in the header of your repositories to this:


link rel=stylesheet href=$stylesheet_url type=text/css 
media=screen /


The $stylesheet_url variable changes whenever you either modify your CSS 
or update the version of Fossil you're using. I added it (along with 
$logo_image_url and $background_image_url) because I got tired of having 
to do a hard refresh to see any stylesheet changes.


Hopefully that's the cause of the problem, anyway.
___
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] tree-view-work branch

2014-01-17 Thread Stephan Beal
On Fri, Jan 17, 2014 at 10:42 AM, Joel Bruick j...@joelface.com wrote:

 link rel=stylesheet href=$stylesheet_url type=text/css
 media=screen /

 The $stylesheet_url variable changes whenever you either modify your CSS
 or update the version of Fossil you're using. I added it (along with
 $logo_image_url and $background_image_url) because I got tired of having to
 do a hard refresh to see any stylesheet changes.


That's an _excellent_ idea. Thank you :).

Chrome is especially aggressive with caching, and AFAIK is the only
application on the planet where user's regularly get the (somewhat ironic)
message waiting on cache...

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do. -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Possible to read rss page without starting server?

2014-01-17 Thread Matt Welland
I'd like to read the rss page for a fossil from the command line without
starting the server. Is this possible?

Thanks.
-- 
Matt
-=-
90% of the nations wealth is held by 2% of the people. Bummer to be in the
majority...
___
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] fossil import --git --incremental regression?

2014-01-17 Thread Martin Gagnon
On Thu, Jan 16, 2014 at 12:32:42AM +0300, Sergei Gavrikov wrote:
 Hi
 
 After this http://fossil-scm.org/index.html/info/1aef260f4c check-in I
 cannot do incremental import anymore (I get the second dup trunk).  An
 imported git project is simple and has 'master' branch only. After that
 I did revert this check-in the latest Fossil build does incremental
 import for the same git repository great. What a reason could be? Can
 anybody confirm this?


The problem might be because you have done a full import with a version
of fossil prior this check-in and the incremental import is done with 
the newer version. May be fossil cannot recognize what is already
imported because previous version was using wrong timezone value.

Have you try to redo a brand new import with latest version of fossil
first and try incremental import against this new repo ?

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