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

nancydru’s picture

See: http://drupal.org/node/202856

The module_builder module is dead until this gets resolved.

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

Any clue how we can get around this?

nancydru’s picture

You're asking the poster girl for the CVS-challenged?

http://drupal.org/node/202856
http://drupal.org/node/205599

nancydru’s picture

Status: Postponed (maintainer needs more info) » Active
nancydru’s picture

nancydru’s picture

I 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);

nancydru’s picture

Status: Active » Needs review

Yeah, I know, it's not really a patch. But the status might catch your eye.

joachim’s picture

There 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)

joachim’s picture

Status: Needs review » Fixed

As far as I can tell this is fixed now. Reopen if not :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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