Hi all,
I've just installed Subversion on a Windows XP Pro box. Can I configure SVN in such a way that it always uses the same root directory to create a new repository with:
svnadmin create
?
So that if I do:
svnadmin create myrepository
it will automatically create a repository in for instance:
D:\data\svn\repositories\myrepository
?
Thanks in advance.