TortoiseCVS quits with the message > cvs [log aborted]: the :extssh: access method is not available on this system

StackOverflow https://stackoverflow.com//questions/10685305

  •  12-12-2019
  •  | 
  •  

문제

When I try to commit to repository via CVS I get the error message

cvs [log aborted]: the :extssh: access method is not available on this system
도움이 되었습니까?

해결책

Based on the information that I found in

http://blog.gmane.org/gmane.comp.version-control.cvs.tortoisecvs.user/month=20080701/page=2

http://customer.march-hare.com/webtools/bugzilla/ttshow_bug.cgi?tt=1&id=4918

and

http://www.cvsnt.org/pipermail/cvsnt/2007-March/028600.html

You can solve this problem if you change the line

extssh = ssh_protocol.dll

to

extssh = ssh.dll

in the file C:\Program Files (x86)\CVSNT\protocol_map.ini (Windows 7)

and move the file to

C:\Program Files (x86)\CVSNT\protocols\protocol_map.ini (Windows 7)

Hope this helps somebody

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top