[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: et encore POW!!!
- To: Tim Endres <time@ice.com>, JCVS Mailing List <jcvs@gjt.org>
- Subject: Re: et encore POW!!!
- From: Philippe BOURGEON <pbourgeo@bnp.fr>
- Date: Wed, 01 Dec 1999 16:20:31 +0100
- Organization: http://bfi.bnp.fr
- References: <1423467.943992245599.JavaMail.time@TBOMB>
Hi Tim,
> > IOException opening project: admin directory
> > 'd:\jCVS-5.1.1\jcvslet-0.9.5\DEVREPO\CVS' does not exist
> >
> > In fact, if I create a CVS directory, I have an another "POW":
> >
> > IOException opening project: admin Root file
> > 'd:\jCVS-5.1.1\jcvslet-0.9.5\DEVREPO\CVS\Root' does not exist
> >
> > ??
> >
> > PS: on another side, JCVS runs perfectly.
>
> If the directory 'd:\jCVS-5.1.1\jcvslet-0.9.5\DEVREPO' exists
> before jCVS Servlet starts, it assumes that the prjoect has been
> checked out, and thus tries to open the CVS admin files in the
> CVS directoory. If you delete the 'DEVREPO' directory, the project
> will be checked out and the CVS directory created.
>
ok.
If I remove DEVREPO directory.
The jCVS Servlet creates DEVREPO but nothing more (I mean no checkout).
I create an another project (called fed2) but this time with all things
already checked out by jCVS into DEVREPO2.
It works fine. I can browse my files.
... but I cannot update... : "
Error
The requested item could not be loaded by the proxy.
Timed out.
", the url :
"http://myhost/jcvs/com.ice.jcvslet.JCVSlet/update/fed2/src/gui"
I think the two issues as related.
any ideas??