unix - SVN write through proxy out off sync -
today ore svn mirrror got out off sync. setup headline describes. have setup mirror read actions , write actions committed master svn server.
so on mirror have in /etc/http/conf.d/mirror.conf file. has 2 locations created. private branch redirects writes master "svnmasteruri" , second sync master send to.
and yes, hook scrip executable. problem : in 6 mounts mirror got out off sync because locking mechanism in please.
svn propdel --revprop -r0 svn:sync-lock http://mirror/svn-proxy-sync svnsync sync http://mirror/svn-proxyn-sync file:///home/master/svn/private
but doing svnsync sync http://mirror/svn-proxyn-sync file:///home/master/svn/private error messages :
svnsync: dav request failed; it's possible repository's pre- revprop-change hook either failed or non-existent svnsync: @ least 1 property change failed; repository unchanged svnsync: error setting property 'sync-lock': can't find temporary directory: internal error
here config file:
master svn
<location /svn/master > dav svn svnlistparentpath off svnpath /home/master/svn/private #svnparentpath /var/www/svn authtype basic authname "bla bla" authuserfile /home/master/svn/etc/htpasswd authzsvnaccessfile /home/master/svn/etc/private.access require valid-user </location>
mirror write through proxy
<location /svn/mirror > dav svn svnlistparentpath off svnpath /home/mirror/svn/private svnmasteruri http://svnmaster/svn/master #svnparentpath /var/www/svn authtype basic authname "bla bla bal" authuserfile /home/mirror/svn/etc/htpasswd authzsvnaccessfile /home/mirror/svn/etc/private.access require valid-user </location> <location /svn-proxy-sync > dav svn svnlistparentpath off svnpath /home/mirror/svn/private order deny,allow deny allow xxx.xxx.xxx.xxx </location>
also when tried
svnsync init commando getting same output
so please help!!!!
Comments
Post a Comment