Here is my situation:
I have inherited an SVN server (using svnserve only on Win 2008 R2) with a small hard disk and a repository without a specified name. It's path is C:\svn\repos
. I would rather not change anything about it if possible, and the disk is fine for that project.
Another group wants a new repository created on this server. I am getting a new hard disk added.
Can I just go to D:, create a folder called D:\svn\repos\Project2
, cd\svn\repos\Project2
, and then use the svnadmin create
command to create their new repository?
We use TortoiseSVN as a client if that matters...