I just moved my svn repository to a new server. Previously I was accessing my repository via svn://oldserver/yyy/zzz Now I want to access it via https://newserver:8443/svn/yyy/zzz
I used switch --relocate to repoint my source tree and this seemed to work well.
When I try to update the source I use:
svn.exe update zzz --username myusername --password mypassword --non-interactive
When I do it still asks me for the username and password (which if I re-enter works OK).
No matter what I do I can't get it to accept the username and password parameters.
Can anyone please help me out here?
Thanks in advance for your help.
Mark