Comments on Setting Up A Subversion Repository On Linux

Setting Up A Subversion Repository On Linux In this tutorial I'll explain how to setup a subversion repository for PHP Javascript development. The SVN repository will be used by multiple users using an SSH key to logon to the server. All users will use the svn system user but we'll use the SSH key to identify the user. A pre-commit hook will be used to validate the PHP and Javascript to comply with coding rules.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: andrej

please fix the formatting of  Repository structure section, the space-indent does work well and svn newbies may think that the "stable-1.0" is at the same level as the trunk, branches and tags.

I suggest to use -- at the indent second level, or just use plain old <pre>...</pre> for whole tree section of repo structure.

By: Unca Alby

Where you have us edit file: "/home/svn/.ssh/authorized_key" you put a very explicit ssh key. Don't you suppose it might be just a tad better if you included instructions where we could generate our own key and instruct how to use that?