scm: cvs: override "path_encoding" method in adapter (#3462).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5866 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-21 02:18:53 +00:00
parent 2c817160ab
commit 0840ad69ea
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ module Redmine
@password = (password || "") if @login
end
def path_encoding
@path_encoding
end
def info
logger.debug "<cvs> info"
Info.new({:root_url => @root_url, :lastrev => nil})