ViewVC (http://viewvc.tigris.org) CVS/SVN repository viewer, with some advanced features like full-text indexing of file contents (including binary like *.doc) using Sphinx Search and Apache TIka.
 
 
 
 
 
 
Go to file
cmpilato 874e0be23b Sorta kinda revert my changes from Feb. 1 2005, wherein I stopped
grouping directories in the directory view.  Now, make that behavior
optional (though, the default), but also fix it so that the directory
group itself is internally sorted by the current sort key.  This more
accurately mimics the likes of the Windows Explorer.

* viewcvs/viewcvs.conf.dist
  (sort_group_dirs): New option.

* viewcvs/lib/config.py
  (Config.set_defaults): Set default value for sort_group_dirs.

* viewcvs/lib/viewcvs.py
  (file_sort_cmp): If grouping directories, sorts dirs higher than
    files.  Otherwise, use normal sorting rules.

* viewcvs/website/upgrading.html
  Note the new option.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1047 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-03-07 15:13:23 +00:00
contrib Add copyright info to SVN mailer patch. 2004-07-16 16:31:21 +00:00
elemx switch to a single, top-level makefile 2002-04-26 08:01:41 +00:00
lib Sorta kinda revert my changes from Feb. 1 2005, wherein I stopped 2005-03-07 15:13:23 +00:00
templates * templates/docroot/images/broken.png 2005-03-01 20:25:52 +00:00
tests Ensure that we open ,v files in binary mode. 2003-02-26 02:31:31 +00:00
tools Fix loginfo crashes on "cvs import" and "cvs add <directory>". Thanks to John 2004-12-10 02:43:07 +00:00
tparse * tparse/tparse.cpp (parse_rcs_tree): Don't special case non-special case. 2005-02-20 13:15:25 +00:00
website Sorta kinda revert my changes from Feb. 1 2005, wherein I stopped 2005-03-07 15:13:23 +00:00
windows Update windows README 2004-10-14 01:48:30 +00:00
www make query page work straight from the source directory without 2003-10-27 17:28:30 +00:00
CHANGES Minor updates to documentation. 2005-02-06 19:53:17 +00:00
INSTALL Support relative images and links in checked out HTML pages when 2005-02-13 16:48:12 +00:00
README Update the documentation so it's no longer an impediment to a 1.0 2004-10-08 17:57:14 +00:00
TODO removed some obviously resolved items and added a preface indicating, 2001-10-28 11:07:44 +00:00
cvsgraph.conf.dist Generate CvsGraph image map links with get_url function just like other 2004-12-10 02:09:46 +00:00
standalone.py Replace dodgy os.dup calls with calls to os.dup2 2005-02-03 13:08:59 +00:00
viewcvs-install * viewcvs-install 2005-01-06 20:10:47 +00:00
viewcvs.conf.dist Sorta kinda revert my changes from Feb. 1 2005, wherein I stopped 2005-03-07 15:13:23 +00:00

README

ViewCVS -- Viewing the content of CVS repositories with a Webbrowser.

Please read the file INSTALL for more information.

And see windows/README for more information on running ViewCVS on
Microsoft Windows.