CVS using SSPI protocol?
I just set up a CVSNT server, and wanted to configure my IDEA project to use
the CVS repository. I can use the "ntserver" protocol from IDEA, but
apparently "ntserver" is being replaced by "sspi" in CVSNT. Is there any way
to get IDEA to use the sspi protocol?
Thanks.
Please sign in to leave a comment.
There's a feature request for this, see
http://www.intellij.net/tracker/idea/viewSCR?publicId=4877
(and vote for it).
It should be (IMHO) be trivial to implement, since it is just a matter of
generating "sspi" instead of "ntserver" in the CVSROOT setting.
Of course, if you felt really adventurous (and didn't mind breaking the
license agreement), you could take a decompiler, search for the string
"ntserver" and patch it yourself.
"Daniel Rabe" <drabe@eloquent.com> skrev i en meddelelse
news:b43ajs$j81$1@is.intellij.net...
use
way
>
>
>
Hi,
IntelliJ are going to implement an own CVS integration on JAVA base
and I doubt, that "ntserver" nor "sspi" will be available due to their
Windows-only (proprietary) nature.
Cheers,
Tom
"Niels Ull Harremo?s" <nielsull@adslhome.dk> schrieb:
>There's a feature request for this, see
>http://www.intellij.net/tracker/idea/viewSCR?publicId=4877
>
>(and vote for it).
>
>It should be (IMHO) be trivial to implement, since it is just a matter of
>generating "sspi" instead of "ntserver" in the CVSROOT setting.
>
>Of course, if you felt really adventurous (and didn't mind breaking the
>license agreement), you could take a decompiler, search for the string
>"ntserver" and patch it yourself.
>
>"Daniel Rabe" <drabe@eloquent.com> skrev i en meddelelse
>news:b43ajs$j81$1@is.intellij.net...
>> I just set up a CVSNT server, and wanted to configure my IDEA project to
>use
>> the CVS repository. I can use the "ntserver" protocol from IDEA, but
>> apparently "ntserver" is being replaced by "sspi" in CVSNT. Is there any
>way
>> to get IDEA to use the sspi protocol?
>>
>> Thanks.
>>
>>
>
Hi Daniel!
I am also using the CVSNT server and it works fine with me if I use the
following settings:
Access method: "server"
You should end up with a string something like this:
:server:yourUsername@yourHost:/yourRepositoryPath
e.g.:
:server:mike@localhost:/dev
Let me know, if it doesn't work for you,
CKNY
"Daniel Rabe" <drabe@eloquent.com> wrote in message
news:b43ajs$j81$1@is.intellij.net...
use
way
>
>
>