Repository has not been enabled to accept revision propchanges; ask the administrator to create a pre-revprop-change hook

Viewed 11237

HI I am trying to mirroring my repository with another server/machine repository

I have two different machine(window) at two different server.at one machine I have already a SVN repository(source repository) and I want to mirror this repository with another repository(destination repository) at another machine.So I have created one empty repository(destination repository) at another machine.But when I want to initialize destination repository with source repository.I am getting mentino error. NOTE: I have already created pre-revprop-change.bat file in hook folder. pre-revprop-change.bat file has only one line of code that is exit 0

2 Answers

When you need to mirror you Subversion repositories, consider the VisualSVN Distributed File System (VDFS). It is much easier to deploy and maintain than using the replication based on svnsync. Moreover, it is at least ten times faster than svnsync.

Related