How to take svnadmin hotcopy
into the same directory (eg. when this command is in the scheduled tasks)?
C:\>svnadmin hotcopy c:\temp\testrepo c:\temp\hotcopy_backup
C:\>svnadmin hotcopy c:\temp\testrepo c:\temp\hotcopy_backup
svnadmin: 'c:\temp\hotcopy_backup' exists and is non-empty
So what is the best practice, because simple overwrite does not seem to work?