I am trying to create subversion repository mirror in a remote server using "svnsync" through command line and the actual repo is located in different remote server.I am able to access this repo from SVNSLIK, but not able to connect subversion of windows compatible
command:
svnsync init file:///repository http://repoURL/trunk/repoName --source-username AAA --source-password PWD
Authentication realm: XXX
Username: AAA Password: PWD
Again asked username and password, even i entered correct authentication info, thrown error.
Error: svnsync:E215004:Unable to connect to a repository at URL http://repoURL/trunk/repoName
Plz help me on this.