Re: Svnsync with changed url and ssl certificate?
From: Ryan Schmidt <subversion-2019_at_ryandesign.com>
Date: Sun, 11 Aug 2019 22:21:24 -0500
On Aug 11, 2019, at 03:30, Bo Berglund wrote:
> H:\>svnsync synchronize https://svn.xxxxxxxx.com/svn/bosse https://engineering/svn/bosse
Ah yes. You must've told Subversion to save the username and password when you first set it up. Saved passwords are saved not by UUID but by URL, since it is possible for an administrator to set up different authentication for different URLs, even if they go to the same repository.
So, on the repository server where you run the batch script, you need to log in as (or use whatever the Windows equivalent of "sudo" is to temporarily become) whatever operating system user runs your svnsync batch script, and then, as that user, run svnsync or the batch script. It should prompt you for the password and maybe the username, which you can enter, and tell it to save, which it should then save, and which svnsync, when run automatically via the batch script as that user in the future, should be able to read and use.
|
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.