When using svn_load_dirs.pl with ubersvn on Windows - where is the path $ENV{HOME} meant to be.
In the svn_load_dirs.pl code $ENV{HOME} is not defined. It is not already defined on my system either. Where is it meant to be?
My guess is that it would be the location of the UberSVN install: C:\Program Files (x86)\WANdisco\uberSVN
HOWEVER the svn_load_dirs.pl code tacks on a sub path: $ENV{HOME}/.subversion/config
folder/directory path .subversion/config does not exist beneath C:\Program Files (x86)\WANdisco\uberSVN
So I am stuck because I don't think that the svn_load_dirs.pl script can work correctly with UberSVN on Windows without this setup correctly.