Update hook documentation returns three files that all contain:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- ViewVC :: http://www.viewvc.org/ -->
<head>
<title>ViewVC Exception</title>
</head>
<body>
<h3>An Exception Has Occurred</h3>
<p><pre>Checkout view is disabled</pre></p>
<h4>HTTP Response Status</h4>
<p><pre>403 Forbidden</pre></p>
<hr />
<h4>Python Traceback</h4>
<p><pre>
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 3631, in main
request.run_viewvc()
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 388, in run_viewvc
self.view_func(self)
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 2133, in view_checkout
raise debug.ViewVCException('Checkout view is disabled', '403 Forbidden')
ViewVCException: 403 Forbidden: Checkout view is disabled
</pre></p>
</body>
</html>
Comments
Comment #1
nancydruSee: http://drupal.org/node/202856
The module_builder module is dead until this gets resolved.
Comment #2
robloachAny clue how we can get around this?
Comment #3
nancydruYou're asking the poster girl for the CVS-challenged?
http://drupal.org/node/202856
http://drupal.org/node/205599
Comment #4
nancydruComment #5
nancydrusee also: http://drupal.org/node/220543
Comment #6
nancydruI did this and it downloaded a bunch of stuff:
/**
* URL for retreiving the hook description files.
*/
//define('MODULE_BUILDER_HOOKS_URL', MODULE_BUILDER_CVS_URL .'/viewcvs/drupal/contributions/docs/developer/hooks/?pathrev='. MODULE_BUILDER_VERSION);
define('MODULE_BUILDER_HOOKS_URL', MODULE_BUILDER_CVS_URL .'/viewvc.py/drupal/contributions/docs/developer/hooks/?pathrev='. MODULE_BUILDER_VERSION);
Comment #7
nancydruYeah, I know, it's not really a patch. But the status might catch your eye.
Comment #8
joachim commentedThere appears to be a redirect on the site; the old URL turns into the new one.
It'd be best to fix the code though.
Related issue: http://drupal.org/node/267197 (the wrong version of the hook data gets downloaded)
Comment #9
joachim commentedAs far as I can tell this is fixed now. Reopen if not :)
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.