There is a intranet repository at http://masterrepo/svn-view The users login to this sytsem through NIS. I am in verse to perform SVN Replication from master to slave server.All i am running these command in remote SLAVE SERVER as follow
On SLAVE SERVER: $ mkdir /home/adalton/testrepo $ svnadmin create /home/adalton/testrepo $ echo "#!/bin/sh" > /home/adalton/testrepo/hooks/pre-revprop-change $ echo "exit 0" >> /home/adalton/testrepo/hooks/pre-revprop-change $ chmod 755 /home/adalton/testrepo/hooks/pre-revprop-change $ svnsync init file:///home/adalton/testrepo http://mastrerepo/svn-view The output threw error as: Code: [adal...@clearcasetest hooks]$ svnsync init file:///home/adalton/repository http://masterrepo/svn-view Authentication realm: <http://masterrepo:80> Subversion repository(NIS Auth) Password for 'adalton': Authentication realm: <http://masterrepo:80> Subversion repository(NIS Auth) Username: sinra Password for 'sinra': svnsync: PROPFIND request failed on '/svn-view' svnsync: PROPFIND of '/svn-view': 301 Moved Permanently (http:// masterrepo)\ Any idea?What this error is all about. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

