[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnsync: Authorization failed

From: Célio Cidral Junior <ccidral.newsbox_at_gmail.com>
Date: 2007-01-26 19:55:19 CET

I'm trying to execute svnsync, but it gives me this error:

    $ svnsync init svn://localhost/ http://remote-server/repos/myapp/
    svnsync: Authorization failed

The local repository does *not* require authentication (it's an
untouched brand new repository), but the source repository does. In my
local machine, my credentials are already cached, so when I do...

    $ svn list http://remote-server/repos/myapp/
    branches/
    tags/
    trunk/

...it does not ask for credentials. Also, my user has r/w access to
the whole repository.

Following are the steps taken:

    $ svnadmin create myapp-mirror

    $ svnserve -d -r myapp-mirror

    $ svnsync init svn://localhost/ http://remote-server/repos/myapp/
    svnsync: Authorization failed

I can't figure out what's wrong. I have read the notes about svnsync,
but it didn't help. Also couldn't find any answer from Google.

Regards,

Célio.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 26 19:55:45 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.