Hello,

On Sat, Nov 12, 2016 at 10:44 AM, <gno...@web.de> wrote:

> Hello Community,
>
>
>
> I am new in VisualSVN Server (Standard Edition). Unfortunately I am unable
> to run backups.
>
>
>
> If I run command line -> svnadmin hotcopy c:\Reposiories >
> c:\Test\SVNBackup
>
>
>
> I got the message "access denied"
>
>
>
> I tried to run the command line as administrator and I also tried to
> switch the UAC to "never notify", as mentioned here:
> <http://goog_1164054397>http://serverfault.com/questio
> ns/477788/visualsvn-on-windows-2012-how-to-run-svnadmin-hotc
> opy-getting-access-is-den
>
>
>
> What is the problem? Is there any help outside?
>
>
>
> Kind regards
>

Make sure that your user account has access to "C:\Repositories" and
"C:\Test\SVNBackup". BTW, the command line that you run seems to be
incorrect. You should normally run `svnadmin hotcopy`
<https://www.visualsvn.com/support/svnbook/ref/svnadmin/c/hotcopy/> like
this:
[[[
svnadmin hotcopy "C:\Repositories\MyRepository"
"C:\Test\SVNBackup\MyRepositoryBackup"
]]]

In other words, you don't need to use ">" redirection operator and you
should specify the full path to a repository, not collection of
repositories.

--
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at https://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.

Reply via email to