Hello,On 14/11/14 08:28, Imad Sani wrote:
>> On 14/11/14 07:33, Imad Sani wrote:
>> > svnadmin freeze /svn/my-repos rsync -av /svn/my-repos /backup/my-repos
>> >
>> > This is the error I get: "svnadmin: invalid option character: a"
>>
>> Not Subversion specific. Termination of option parsing for following
>> arguments via "--":
>>
>> svnadmin freeze REPOS_PATH PROGRAM -- ARG...
> Thank you for the reply, but no, this time it says
>
> "svnadmin:invalid option: --archive"
>
> command: svnadmin freeze test rsync --archive --verbose test test1
Again:
svnadmin freeze test -- rsync --archive --verbose
svnadmin freeze test -- rsync -av
Andreas
|