From: iphan iphan Date: 2006-05-25T18:30:22+09:00 Subject: problem with ruby-cvs library Hello connecting to my cvs repository via the ruby-cvs library doesn't seem to be working. I can connect to the example remote cvs server c = CVS.create(':pserver:anonymous@cvs.m17n.org:/cvs/root') c.dir('.').listdir.each {|d| p d.path} will find all files However, when I try to access my own remote server, it just hangs forever: irb(main):009:0> c=CVS.create(':ext:isa@cvs.server:/repository/cvsroot') => irb(main):010:0> c.dir('keyword-editor').listdir.each {|d| p d.path} and nothing happens. I can connect with cvs to my repository, but not via the ruby cvs library. Has anyone encountered this problem before? thanks for any hints Isabelle -- Posted via http://www.ruby-forum.com/.