Two quick thoughts (I'm not a developer, just a user of Subversion): 1) 1.6.6 is old. If you can upgrade, you might get easier to understand error messages.
2) The sync operation is trying to sync *from* some other place. Given that your credentials to access the zch124... repository may be fine, the likely culprit is the credentials to access the source of the sync request data. In any case, "svnsync help sync" will give you the command line options you can pass to set the creds. Eric. On Sun, Sep 13, 2015 at 8:02 PM, Li, Hubert <hubert...@arris.com> wrote: > Hi, > > > > I got the following error when I ran svnsync: > > [root@zch124svn01 conf]# svnsync sync svn:// > zch124svn01.ap.mot-mobility.com/miracle3 > > … > > subversion/svnserve/serve.c:167: (apr_err=170001) > > svnsync: Authorization failed > > > > but I can co or export it with the same user, e.g. > > [/dept/stb/...67/svn/test]$ svn export svn:// > zch124svn01.ap.mot-mobility.com/miracle3 > > A miracle3 > > … > > > > Below is my system info: > > [root@zch124svn01 conf]# cat /etc/issue > > CentOS release 6.4 (Final) > > Kernel \r on an \m > > > > [root@zch124svn01 conf]# svnsync --version > > svnsync, version 1.6.6 (r40053) > > compiled Oct 24 2013, 13:59:58 > > … > > > > BTW, we can sync it before rebooting the system, but after reboot it, we > got this error. I start the service with this command: > > svnserve -d -r /svn_files/svn/ > > > > Thanks, > > Hubert Li > > ARRIS > > >