[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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/”
[...]
> svnsync: E165001: Revprop change blocked by pre-revprop-change hook (exit code 1) with output:
> Changing revision properties is not permitted, the user used is klnm

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;
                             see --source-username and --sync-username)
  --sync-username ARG : connect to sync repository with username ARG

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
Received on 2020-03-13 12:45:21 CET

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.