History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-295
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Maxim Shafirov
Votes: 9
Watchers: 8
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

add SSPI access method for CVS

Created: 07 Feb 05 19:10   Updated: 16 Jul 07 17:21
Component/s: Version Control Integration. CVS
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEABKL-1345 Research the possibility of implement... Normal Resolved
Relates
This issue relates to:
IDEABKL-2164 Support for CVSNT Normal Open
 


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=4877
IDEA does not support sspi access method for cvs.

 All   Comments   Work Log   Change History      Sort Order:
Ben Kruger - 23 Feb 05 19:38
This is a show stopper for me since my new company runs CVS on Windows and only allows the sspi protocal. From searching on google this seems to be hindering a lot of other engineers.

Manfred Moser - 30 Jun 05 21:00
While you are at it it might be worth looking at the sserver protocol as well. This is the simple yet secure protocol. sspi is more related to windows specifics where as sserver is more platform independent. Btw. the CVSNT mailinglist is very helpful.

manfred


Thomas Singer - 30 Jun 05 22:25
sserver is simple, but I gave up with sspi.

Kerwin Bonsol - 20 Sep 06 22:19
Has the sserver protocol been worked on? Is there a workaround available now to use the sserver protocol?

Yegor Yarko - 03 Jul 07 16:20
Seems, the following can work as a workaround for SSPI protocol (checked with IDEA build #7041):
Assuming CVSNT is installed on the client machine.
1. modify CVSNT's extnt.ini file to include the section:
[<CVS server name>]
protocol=sspi
hostname=<CVS server name>
directory=/<CVS repository name>

2. Add new CVS root in IDEA with the following parameters:
CVS root: :ext:<CVS user name>@<CVS server name>:/<CVS repository name>
Path to external rsh: <path to CVSNT directory>\extnt.exe
Additional parameters: -P <CVS password>


Dmitry Jemerov - 16 Jul 07 17:21