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:
parent
2c817160ab
commit
0840ad69ea
|
@ -78,6 +78,10 @@ module Redmine
|
||||||
@password = (password || "") if @login
|
@password = (password || "") if @login
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def path_encoding
|
||||||
|
@path_encoding
|
||||||
|
end
|
||||||
|
|
||||||
def info
|
def info
|
||||||
logger.debug "<cvs> info"
|
logger.debug "<cvs> info"
|
||||||
Info.new({:root_url => @root_url, :lastrev => nil})
|
Info.new({:root_url => @root_url, :lastrev => nil})
|
||||||
|
|
Loading…
Reference in New Issue