Re: CVSROOT

Martin Entlicher <[email protected]> Mon, 15 Nov 2004 10:10:10 +0100
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
The definition of the standard that NetBeans (and most CVS clients) use 
is at https://www.cvshome.org/docs/manual/cvs-1.11.18/cvs_2.html#SEC26
This is not a matter of the server at all, this is the responsibility of 
the cvs client to store the CVSROOT somehow.
It looks like wincvs intentionally does not want to be compatible with 
the rest, if it decides to use a different format... NetBeans do not 
work correctly with the wincvs client anyway. We support only cvs client 
from cvshome.org.

Regards,
Martin

Lamberty, Dieter-Bernd wrote:

>Thank you for your answer
>
>It is definitly not hard to write such a parser.
>
>But there is another question about the format. You say that this is not "conform to the standard (!!!) CVSROOT".
>Do you know this for sure (Is there a definition of that standard)? I didn't find anything about this. I ask because if this is conform wiht the cvs server, it could probably become more common in the future. And in that case javacvs (and NetBeans) will be not conform...
>
>Regards 
>Dieter
>
>-----Ursprüngliche Nachricht-----
>Von: Andrew [mailto:[email protected]]
>Gesendet: Freitag, 12. November 2004 21:14
>An: [email protected]
>Betreff: Re: [javacvs-dev] CVSROOT
>
>
>You may just need to write your own parser and then pass it into 
>CVSRoot.  It doensn't look to hard.  They are just key-value pairs for 
>most of them.  just take what is in username and host and change the 
>format to conform with what the rest of the world uses as CVSROOT.  :)  
>In any case, I see no reason why javacvs would support that format of 
>CVSROOT as it doesn't conform to the standard CVSROOT that cvs uses. 
>
>Good luck!
>Andrew
>
>Lamberty, Dieter-Bernd wrote:
>
>  
>
>>Hi
>>
>>I have a problem with the CVS\ROOT files created by WinCVS 1.3.20
>>Before I try to update a file from the repository I read the CVSROOT from this file to find the repository. But in this case the files have a new format like
>>
>>:pserver;username=name;host=host:/reposi/tory (something like this)
>>
>>This format can not be parsed by the CVSRoot class. 
>>
>>Does anyone know anything about this format? I searched the web but everything I could find uses the format 
>>
>>:pserver:name@host:/reposi/tory 
>>
>>Thank you
>>Dieter
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [email protected]
>>For additional commands, e-mail: [email protected]
>>
>> 
>>
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>
>  
>