• Create a share called “svnrepos” using Drobo Control
  • Install SVN Drobo app from here:  http://drobo.jhah.net/apps/subversion/start
  • Ssh into your Drobo. Change directory to /mnt/DroboFS/Shares/DroboApps/subversion/bin
  • Create a repository by typing “./svnadmin create /mnt/DroboFS/Shares/svnrepos/RepoName
  • Before you can actually add anything to repos with your regular SVN client you need to set up user access. I’m going to go the quickest, easiest root.
  • Cd  to /mnt/DroboFS/Shares/svnrepos/RepoName/conf
  • Edit svnserve.conf. Uncomment the following lines:
[general]
anon-access = read
auth-access = write
password-db = passwd
  • Edit “passwd” file. Add myuser=mypassword and save.
  • Should be able to check things in and out now from  svn://myuser@192.168.1.10:3690/RepoName

Now I need to figure out how to access my Drobo FS from outside my network…