Current version is using paths like this
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/views/docs/%file?view=co&pathrev=%branch
Which appears to be incorrect in at least two ways:
1. Front of URL should be
http://cvs.drupal.org/viewvc/drupal/
2. The parameter co doesn't work.
(Maybe it did before, I don't know because I just downloaded this module today.)
For example, try this URL which takes into account the first problem described above
http://cvs.drupal.org/viewvc/drupal/contributions/modules/views/docs/doc...
and you will get a 403 error in your browser.
Comments
Comment #1
joachim commented1. The server seems to redirect, but I'll change that URL in the module.
2. Eek! Looks like the Viewvc has been updated (shiny new logo!) and the checkout view doesn't work any more! Without this, module builder is stuffed! I've filed this: #618720: Enable checkout view in Viewvc.
Thanks for letting me know about this!
Comment #2
hlevinson commentedYou're welcome, hope they make the fixes for you on the cvs side!
Comment #3
joachim commentedHere's a hooks_processed.php file that I have from before the change on drupal.org.
If your module builder is currently unusable due to this issue, you can drop this file (remove the .txt extension) into whichever folder you were saving hooks and keep working -- just don't update your hooks for the time being.
Comment #4
joachim commentedCheckout view has been restored, albeit to a new domain.
URLs are now fixed in the inc file.
Thanks for reporting this!