CVSを介してリポジトリにコミットしようとすると、エラーメッセージが表示されます
cvs [log aborted]: the :extssh: access method is not available on this system
CVSを介してリポジトリにコミットしようとすると、エラーメッセージが表示されます
cvs [log aborted]: the :extssh: access method is not available on this system
私が見つけた情報に基づいて
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
と
http://www.cvsnt.org/pipermail/cvsnt/2007-March/028600.html
行を変更すると、この問題を解決できます
extssh = ssh_protocol.dll
に
extssh = ssh.dll
ファイルC:\ Program Files(x86)\ CVSNT \ protocol_map.ini (Windows 7)
ファイルをに移動します
C:\ Program Files(x86)\ CVSNT \ protocols \ protocol_map.ini (Windows 7)
これが誰かに役立つことを願っています