[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

RE: [jcvs] Project Window Problems (jCVS 5.1.1)


Hello,

I had the same problem with my Windows NT CVS server. I made a patch in the
com.ice.cvsc.CVSProject class (file included). The algorithm that parses the
CVSROOT string was wrong on NT. On NT my CVSROOT is :

:pserver:myname@myserver:d:\cvsrep

The original algorithm looks for the last colon in the string and takes
everything after as the CVS root directory ! The patch uses a CVSProjectDef
object to parse the string and it works fine for me (I'm using jCVS and
jCVSlet).

Didier.

-----Message d'origine-----
De : Akbar Zamir [mailto:akbar.zamir@valtech.co.uk]
Envoyé : vendredi 5 mai 2000 16:10
À : JCVS Mailing List
Objet : [jcvs] Project Window Problems (jCVS 5.1.1)


I have been having trouble using the project window under jCVS 5.1.1:

 - I have a CVS repository hosted on Windows NT
 - I can successfully checkout a CVS module using jCVS, to get a project
window
 - If I try to use any of the menu options (commit, status ...) on a
selected
file I get the following error:

protocol error: directory '\cvsroot/e:\cvsroot/ejb' not within root
'e:\cvsroot'

The above procedure works perfectly when I use jCVS 4.7.5 ... Also, I can
get
5.1.1 to work with a CVS repository hosted on Linux.  What am I missing ?

TIA

Akbar

Attachment: CVSProject.java
Description: Binary data