Friday, August 15, 2008

subversion setup

First of all, I have to answer the follow 4 questions:

- What data do you expect to live in your repository (or repositories), and how will that data be
organized?
I'd like to have my source code, release binaries and probablysystem configuration files to be stored in svn, organized by projects.
/proj1
/trunk
/tags
/branches
/releases

- Where will your repository live, and how will it be accessed?
In /opt/svn_repos

- What types of access control and repository event reporting do you need?
By socket client, http and ssh tunnel. Have no idea about "event reporting" so far.

- Which of the available types of data store do you want to use?
I'd like to use FSFS.

Now let's go...

No comments: