Hello !

I'm new in Drupal world.
I just installed Drupal on my server for a project that i'm currently develop with other persons.
Thus, I think that subversion will help me (but i don't know a lot about subversion : i never used it).
I have some questions :
Do i have to install subversion on my server if i want to work with the following modules : subversion, project and project_issue ?
And if it is not necessary, how can i create a project and configure it in Drupal ?

Thank you and sorry for my bad english ;)

Comments

Jax’s picture

To use the project and project issue module you do not need subversion/cvs installed. It is used on drupal.org as well (http://drupal.org/project/issues). Or if you want a more generic casetracker you can use Case Tracker (http://drupal.org/project/casetracker).

I don't know the subversion module but it seems to allow viewing logging messages, but before you start using that I would learn more about subversion itself and how to use it within your team.

To create a project in drupal, install the project module and you can do 'create content' > 'project'.

red1’s picture

Thank you for your answer Jax !

I want to develop a game and my team is composed by 4 developers.
I try to create a project by going to 'create content' > 'project' but unfortunately I don't know how to configure it.

I don't know how to answer to this different questions :
- CVS tree
- the issue information part
- the subversion integration part

I'm really a newbie and sorry if I ask some very simple questions.

Thank you.