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
gstein d51c87a71a Various fixes and improvements.
* lib/config.py:
  (_parse_roots): get rid of a string method usage.

* lib/popen.py:
  (pipe_cmds): stop using the += syntax (not compatible with 1.5.2)

* lib/sapi.py:
  (CgiServer.__init__): use os.environ, not os.getenv()
  (IIS_FixURL): stop using the += syntax

* lib/viewcvs.py:
  - note: these changes look big, but are small. use 'cvs diff -b' to
    see the real change without the reindentation.
  (markup_stream_python): record a note about some future work
  (run_viewcvs): new function which holds the guts of ViewCVS. this
    used to be main() a long while back before that got monkeyed. this
    is really just a reindent.
  (main): hold the exception handling logic. tweak then the t_start
    and t_end calls are made, relative to the try/finally.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@638 8cb11bc2-c004-0410-86c3-e597b4017df7
2003-03-11 20:43:06 +00:00
cgi handy script for tracing ViewCVS's syscalls 2003-03-11 20:35:23 +00:00
elemx switch to a single, top-level makefile 2002-04-26 08:01:41 +00:00
lib Various fixes and improvements. 2003-03-11 20:43:06 +00:00
templates - removed hardcoded links in query page 2003-02-11 02:55:40 +00:00
tests Ensure that we open ,v files in binary mode. 2003-02-26 02:31:31 +00:00
tools Changed the length of dir and file VARCHAR fields from 128 to 255. I felt 2003-02-22 03:52:14 +00:00
tparse Memory leaks bugfix, by D. Berlin 2002-02-19 20:22:11 +00:00
website added a new 0.9 section with blurb about UTC times in database 2003-02-18 11:53:00 +00:00
windows fix enscript documentation 2003-02-20 10:22:03 +00:00
CHANGES Started spring cleanup... ;-) A lot more is missing here. 2002-02-28 17:59:12 +00:00
INSTALL removed bit about mxDateTime and updated information about loginfo handler 2003-02-18 11:53:44 +00:00
README Various tweaks: 2001-11-19 01:10:08 +00:00
TODO removed some obviously resolved items and added a preface indicating, 2001-10-28 11:07:44 +00:00
standalone.py added new sapi module which abstracts away differences between the different 2003-02-09 09:48:05 +00:00
viewcvs-install installation now prompts to delete .py or .pyc files that don't belong 2003-03-03 09:57:06 +00:00

README

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

Please read the file INSTALL for more information.