User login |
Project Management/Issues/Subversion repositories - any good documentation?I’m investigating Drupal as an internal Sourceforge alternative using your Subversion module. Drupal itself is highly impressive but I’m having trouble understanding how the project manager works with issues and subversion repositories. Is there any GOOD documentation that explains how to link projects/issues and subversion repositories? I’m used to something like Trac or GForge, where a project is directly tied to a specific repository and any commits you make against a specific issue are added to that ticket using a custom post-commit hook. I created a project on my Drupal site. I also added a subversion repository in the project administration -> vcs repositories admin page. But I don’t want to have to manually create this entry every time I create a new project. Or do I have to manually create the svn repository on the disk and then add an entry in the vcs repositories admin page? For example in GForge, I register a new project and a crontab entry automatically creates the svn repository on disk and links it to the project. Do I have to do all this manually? I’m confused! Any help appreciated!
|