I am new to svn and confused about setting up a repository to be used for
several projects. I set up a repository on my desktop using the command svn
create /usr/svn/repos by analogy with the command for repository creation given
in appendix A of the subversion online book, which uses /var/svn/repos. (is it
okay not to use /var?) How should this have been for multiple projects? Perhaps
svn create /usr/svn/projectA/repos? Or svn create /usr/svn/repos/projectA or
should the project directory be under trunk? Do you see my problem? Thanks for
your help.