various minor fixes

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@680 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2003-07-05 17:13:21 +00:00
parent 94102ae7ae
commit 6800f02ab0
1 changed files with 7 additions and 6 deletions

View File

@ -142,11 +142,11 @@ where <repository> is the path to your CVS repository.
If you decide not to enable dynamic updates, you can periodically refresh the database with "python cvsdbadmin update <repository>"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CvsGraph
CVSGRAPH
To use CvsGraph with ViewCVS, just copy cvsgraph.exe to a directory on your system PATH and set the use_cvsgraph option to 1 in your viewcvs.conf file.
To use CvsGraph with ViewCVS, just put cvsgraph.exe in a directory on your system PATH and set the use_cvsgraph option to 1 in your viewcvs.conf file.
The CvsGraph home page is at http://www.akhphd.au.dk/~bertho/cvsgraph/ and CvsGraph binaries are available from http://www.cvsnt.org/wiki/CvsGraph.
The CvsGraph home page is http://www.akhphd.au.dk/~bertho/cvsgraph/.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ICONS FOR IIS
@ -164,7 +164,7 @@ TROUBLESHOOTING
SHOW_CHILD_PROCESSES = 1
Important: You may need to restart your web server before this option takes effect. See "Changes made to..." later in this section.
Important: You may need to restart your web server before this change takes effect. See "Changes made to..." later in this section.
- A common cause of server errors under IIS is permissions problems. You need to make sure that the virtual directory containing the CGI or ASP files has script execution enabled. You also need to make sure that the web server user accounts (IUSR_machine_name and IWAM_machine_name, where machine_name is your computer name) have read and execute access to the .asp or .cgi stub scripts, the ViewCVS lib/ folder, the paths where external tools like cvs, rcs, enscript, sed, and cvsgraph live, and the CVS repositories. NTFS auditing makes it very easy to track down permissions problems. Also look for IIS messages in the event log.
@ -233,7 +233,7 @@ KNOWN ISSUES
enscript: couldn't open input filter "states -f "K:/gnuwin32/share/enscript/hl/enscript.st" -p "C://.enscript;K:/gnuwin32/share/enscript/hl" -shtml -Dcolor=1 -Dstyle=emacs -Dlanguage=html -Dnum_input_files=1 -Ddocument_title="Enscript Output" -Dtoc=0 -" for file "": No error
no output generated
The solution is to give read & execute permissions on cmd.exe for IUSR_computername and IWAM_computername users. (Enscript uses cmd.exe internally to launch it's little helper program, states.exe).
The solution is to give read & execute permissions on cmd.exe to the IUSR_computername and IWAM_computername user accounts. (Enscript uses cmd.exe internally to launch it's little helper program, states.exe).
- By default, ASP will set session cookies at each page load. ViewCVS does not use these cookies and they can be safely disabled. You can do this by opening the IIS properties dialog for the application directory containing the ViewCVS .asp files. Go to the [Home] | [Virtual] Directory tab and click the "Configuration" button under "Application Settings". On the dialog that comes up, uncheck "Enable Session State" under "App Options" -> "Application Configuration".
@ -251,4 +251,5 @@ THANKS
- Mathieu Mazerolle for making the unix loginfo handler handle spaces in filenames
- Paul Russell for analyzing problems with new fields in CVSNT RCS files. Terry.Ninnis@pgen.com for coming up with a partial solution
- Bo Berglund for tracking down the cause of a case-sensitivity issue that could lead to problems in the commit database and for patiently working with me to finally fix the CVSNT RCS fields problem and another problem with enscript.
- Ivo Roessling for finding and fixing a bug in the query page's commit grouping code.
- Ivo Roessling for finding and fixing a bug in the query page's commit grouping code.
- Keith D. Zimmerman for experimenting with enscript and finding some new ways to make it work.