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

can't feed password for svnsync synchronize

From: <webpost_at_tigris.org>
Date: Mon, 4 May 2009 11:55:10 -0700 (PDT)

Hi,

I got an issue which I didn't see anyone mentioned so far. Just set up a mirror repository and want to schedule a cron job which will synchronize with source repository every 2 hours. This way is a little special but it is what we want.
The interesting thing is that I can manually run svnsyn synchronize command and feed the user name and password without any problem. However, if I use --non-interactive in a shell script and put password like ' --sync-username xxxx --sync-password xxxx', it won't work.
I always get error message:

svnsync: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
svnsync: At least one property change failed; repository is unchanged
svnsync: PROPPATCH of '/svn/abc-mirror/!svn/bln/0': authorization failed (http://svn.abc.com).

We have another repository which has same set up and it works properly. The only difference is that both source and destination repositories has account with same user name. Since 1.5 allows different user name on both side, we didn't create same user name account this time. Is something wrong in my configuration or anything wrong in 1.5?

Many thanks,

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2058954

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-04 21:56:00 CEST

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.