bugz_nz reports:

The page for one of my projects does not show the list of developers, nor does it show any of the CVS commit messages. The project also doesn't show up under my profile page.

I'm pretty sure it's all set up right - could somebody check this out?

The page is here: http://drupal.org/node/57934

I can confirm that CVS data are not showing up for the project. This seems to be true of at least some other recently posted projects, e.g., Javascript Tools, http://drupal.org/node/57285

Comments

killes@www.drop.org’s picture

his seems to be true for all recent projects, including mine. I poked a bit around and even inserted the correct nid but http://drupal.org/project/developers/57166 is still not showing anything although the query in function cvs_get_project_contributors($nid) works...

killes@www.drop.org’s picture

Well, getting the nid right obviously helps...

Now the question is: why didn't it get a nid in the first place? why do other projects get it right? New comits still don't show up.

gerhard killesreiter’s picture

Project: CVS integration » Project
Version: 6.x-1.x-dev » x.y.z
Component: Code » Projects

Ok, I think I found the problem: Projects were not correctly assigned to their repository. The repository in the project form is not preselected and thus this part of form is often forgotten. There is also no error message. Moving.

Anonymous’s picture

ya i posted this..
http://drupal.org/node/59504

nedjo’s picture

Status: Active » Fixed

Yes, the issue was the repository not being selected, and is now fixed. (And I've resaved the project at http://drupal.org/node/57934, and its CVS data now show up.)

Anonymous’s picture

Status: Fixed » Closed (fixed)
pangloss’s picture

Version: x.y.z »
Status: Closed (fixed) » Active

I'm having similar problems with the image_pub.module project page:

I've checked that the "contributions" repository is selected and re-saved the project. That doesn't appear to have fixed things.

pangloss’s picture

Version: » x.y.z

Since reporting this issue, as if on cue, some other details have mysteriously changed.

Although the original three problems I reported previously remain unchanged, suddenly, there's a new "CVS Access" tab on the project page that didn't previously exist. Also, the project is now listed under my user page which was previously empty.

nedjo’s picture

Project: Project » CVS integration
Version: x.y.z » 6.x-1.x-dev
Component: Projects » Code

The issue seems to be the 'contributions' repository selection. I tried editing the project page and this value wouldn't stick. The only unusual detail I notice in this product is the inclusion of a. cvsignore file at contributions/modules/image_pub.

pangloss’s picture

So far as you know, this bug isn't biting anyone else? It's not a form-submission level bug, right? That is, it's something server-side as far as not being able to update this project's settings. Since the other settings generally seem to be taking, is there some validation of the drupal project against the cvs module that's failing (e.g. checking to see it exists, correct permissions, etc.)?

pangloss’s picture

Despite http://drupal.org/node/59504 appearing to be resolved, I'm still not seeing the cvs messages nor developers list for the image_pub module. I've also tried resaving the project page.

Nor is image_pub showing under the list of projects on my user page, yet my commits do show under my user track code page.

killes@www.drop.org’s picture

Status: Active » Fixed

pangloss, your cvs path had a /contributions prefix. I removed that.

pangloss’s picture

thanks!

Didn't realize that was the problem after the repository selection was finally sticking (I had originally omitted "/contributions" and only prepended it when things weren't working).

Anonymous’s picture

Status: Fixed » Closed (fixed)