Closed (fixed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 19:12 UTC
Updated:
3 Dec 2009 at 20:50 UTC
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
Comment #1
avpadernoI have noticed the problem with other committed files.
The page I see, when I click on the revision strings reports the following message error:
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=autotohttp://drupalcode.org/viewvc/drupal/drupal/themes/seven/images/task-check.png?rev=1.1).Comment #2
damien tournoud commentedFixed the URL in the CVS repository configuration for both core and contrib.
Comment #3
avpadernoWould 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.
Comment #4
avpadernoI corrected the URLs to use
drupalcode.org/viewvc. Let me know if I should change them back as they were.