Re: SVNSYNC issue with user
From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Fri, 13 Mar 2020 12:45:05 +0100
Hello,
> “svnsync init --allow-non-empty --username abcd file:///u03/svn/repos svn://xxx.xxx.xxx.xxx/”
When running the svnsync sync command from your cron, specify the destination repository username using one of the following options:
--username ARG : specify a username ARG (deprecated;
The credentials originally given to svnsync init are cached in the authentication cache. However they are not "remembered" in the sense of always using the same user. You still need to specify the user if it deviates from the user executing the cron job.
Andreas
|
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.