Check out http://drupal.org/cvs?commit=291048 where webchick committed two new files to CVS. The link created is http://cvs.drupal.org/viewcvs/drupal/drupal/themes/seven/images/task-che... which results in a redirect to the same path on drupalcode.org, and results in a 400 Bad Request error.

Is this something that can be fixed on the CVS server or does it have to be fixed in the project integration? My gut feeling is fixed on our server since this always worked before.

Comments

avpaderno’s picture

I have noticed the problem with other committed files.

The page I see, when I click on the revision strings reports the following message error:

An Exception Has Occurred

An illegal value was provided for the "view" parameter.

HTTP Response Status

400 Bad Request

Removing the view parameter that is added to the link seems to resolve the problem (i.e., the link should be changed from http://drupalcode.org/viewvc/drupal/drupal/themes/seven/images/task-check.png?rev=1.1&view=auto to http://drupalcode.org/viewvc/drupal/drupal/themes/seven/images/task-check.png?rev=1.1).

damien tournoud’s picture

Status: Active » Fixed

Fixed the URL in the CVS repository configuration for both core and contrib.

avpaderno’s picture

Would not it better to change the URL to point to the exact URL? or is cvs.drupal.org supposed to be always redirected to the correct one?

I read in a comment of an issue queue that the links should be corrected to use the new domain.

avpaderno’s picture

Project: Drupal.org infrastructure » Drupal.org site moderators
Component: CVS » Other

I corrected the URLs to use drupalcode.org/viewvc. Let me know if I should change them back as they were.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.