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?