Since I want to use Drupal for managing issues of Drupal sites I'm working on, I installed all the modules for project management and subversion repository quering, but in the end I failed to link a project to a certain repository.
I cannot find howtos, tutorials o README.txt that explain step by step how to bind repositories to projects.
Is there any resource available? Could you guide me in the process? It surely would be of help to anyone.

Thanks,
bob

Comments

matt2000’s picture

As far as I can tell, the Subversion backend is not supported by Project node integration.

Is there a list of which back-ends are known to be fully supported for projects & releases? Or is it CVS only?

matt2000’s picture

This isn't step-by-step instructions, but it makes your goal possible:

http://drupal.org/node/657824

Unfortunately, the code is the documentation. Fortunately, the code is clean & well organized, so it can be figured out.

One snag that's not too obvious: Apparently releases MUST have some term from the API compatibility vocabulary in order for the packaging script to work on it. So I recommend setting it required. create a 'default' term if necessary.

hron84’s picture

Same question, but for 6.x-2.0 branch. I currently do not see way to link project to repository and the code is not clear for me. As I see, it assumes there is somewhere a repo_id field (?) what used to determine repo. But I do not understand, I need to create a field like that?