[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
JCVSlet...
I am working with the JCVSlet, and it seems to be locking up when I am
checking out a module. I have a couple questions...
1) what permissions does the JCVSlet projects respective directories have to
have?
2) Why doesnt the servlet check out the tree automatically on load? Does it
do it periodically, or shoud I run cvs VIA a cron job?
Copy of my jcvslet.proterties file
----------------------------------------------------------
JCVSlet.projects=cvs
JCVSlet.index.title=jCVS Home
JCVSlet.index.intro=\
<img src="{0}/images/logo.gif"> \
<blockquote> \
Welcome to the jCVS Servlet page. \
<p> \
JCVS is a suite of Java packages that provides a 100% Java \
client/server protocol implementation, Swing based \
GUI client, and servlet based web service for CVS. \
JCVS was originally authored in 1996. In 1999, the jCVS Servlet \
was authored, which allows jCVS to present any CVS repository \
on the internet in a web browser. \
<p> \
This site is using jCVS Servlet release <b>{1}</b>.\
<p> \
This page presents a cvs repository collection. From this page \
you should ultimately be able to browse, or link to a browser of, \
virtually any publicly available CVS repository on the web. \
</blockquote>
----------------------------------------------------------
psci.properties (commented out fields that may violate my NDA, hehe)
----------------------------------------------------------
JCVSlet.project.type=jcvs
JCVSlet.project.name=Mail
JCVSlet.project.title=PocketScience Mail source tree.
JCVSlet.project.home=http://www.pocketscience.com
JCVSlet.project.host=-------------
JCVSlet.project.root=-------------------------
JCVSlet.project.module=.
JCVSlet.project.local=/usr/local/www/jcvslet
JCVSlet.project.path=ps
#jcvslet.project.codir=src
JCVSlet.project.temp=/tmp
JCVSlet.project.user=--------
JCVSlet.project.pass=---------
JCVSlet.project.desc=\
PocketScience's Mail source tree.
# --------------------------------------------------------------------
# Determines if the working directory link from the little icon next
# to a directory listing file item is active or not.
JCVSlet.project.wdactive=true
JCVSlet.project.showdoclink=true
# Wether or not to show the download link.
JCVSlet.project.showdownlink=true
# Wether or not to show the update link.
JCVSlet.project.showupdlink=true
----------------------------------------------------------
I am running Apache 1.3.6 with JServ 1.0 on FreeBSD 3.1-STABLE
Here is the screen it locks up at:
-----------------------------------------------------------
URL: http://pip/servlets/JCVSlet/update/cvs/mail
HOME / Projects / Mail
Update of ' ./ '
Opening server '2401@jupiter'...
Authenticating 'brian@jupiter'...
Negotiating cvs protocol...
Sending command request, 'update'...
Reading server response...
----------------------------------------------------------
The interesting part of this is that the module name is mail, but it is
updating "./"
After this point, apache has to be restarted for anyting to work.