Mika Ohstuki
mika****@mikam*****
2004年 11月 5日 (金) 21:41:34 JST
Ryuichi Iida at SRL wrote: >以上のようなことから,CVSの問題というよりはkdevelopの問題である >ような気もしてますが, > >どなたかご存知の方がいらしたら解決策を教えてください. KDevelop を使ってるわけじゃないのではずしてたらごめんなさい、ですが。 http://docs.kde.org/en/HEAD/kdevelop/kdevelop/cvs-commands.html に All these commands are invoked as subprocesses by KDevelop without any further command line options or environment variables. This may be a problem when the connection with the CVS server goes through a ssh connection and requires that you enter your password each time you commit or update. This is for instance necessary when your project is hosted on sourceforge.net. Workarounds for this problem are described on the CVS/SSH FAQ which you can find in the SourceForge documentation. と書いてあります。んで、結論としては、ssh-agentを使えということらしいです。 http://d.hatena.ne.jp/takezoe/20040103#p3 ---- みかまま