Project

General

Profile

Actions

Defect #653

closed

cvs repository doesn't work if port is used

Added by Iñaki Ibarrola Atxa about 16 years ago. Updated about 16 years ago.

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 #1

Updated by Jean-Philippe Lang about 16 years ago

  • Subject changed from cvs reposotory doesn't work if port is used to cvs repository doesn't work if port is used
  • Status changed from New to Closed
  • Resolution set to Fixed

Fixed in r1156. Thanks for pointing out the problem.

Actions

Also available in: Atom PDF