When managing my own servers, I normally keep data such as svn repositories in /srv/svnrepo.
In the organization I currently a part of the SAs have been using /home/svnrepo.
My decision to standardize to /srv/svnrepo was based on my understanding of FHS. However, after looking on some subversion how-to's, it seems that many people use /home/ to store their svn repository.
Questions:
- What path are you using and why?
- Is there anything wrong with using
/srv/? Does your understanding of FHS differe from mine?
/var/for things that are transient like logs or PID locks. Always found/var/wwwcompletely contrary to FHS. – Beaming Mel-Bin Jan 4 at 3:49