Actions
Defect #653
closedcvs repository doesn't work if port is used
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-02-13
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When the url includes the port of the cvs server (example: :pserver:user:pasword@192.168.7.112:2401/home/cvs) cvs_adapter.rb does not parse the log correctly. The problem is in the following regular expression:
if /^RCS file: #{Regexp.escape(root_url.gsub(/^:.*@[^:]+:/, ''))}\/#{Regexp.escape(path_with_project)}(.+),v$/ =~ line
Actions