On Sat, Jul 13, 2013 at 5:35 PM, Sean Woods <s...@seanwoods.com> wrote:

> It appears that the incremental import interpreted the situation a little
> differently than I expected.  When I click "Files" at the top of the web UI
> (/dir?ci=tip), I only see the files that changed in the last update, not
> all the files in the {SVN,git} project.  When I click "Timeline," however,
> I see many events dating back from months ago (which I would expect).
>
> Does this sound normal/expected?
>

Yes, the "tip" is the most recent checkin, which often differs from the
"trunk" (which is a branch). If that bothers you, tou can edit the Files
menu link in the Admin pages and force it to point to /dir?ci=trunk.

Admin ==> Header

Look for something like:

if {[hascap oh]} {
  html "<a href='$home/dir?ci=tip'>Files</a>\n"
}

and change 'tip' to 'trunk'.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to