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

replicationsvnvisualsvn-server

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

Best Answer

  1. Open your Visual SVN Server

  2. Right click on repository for which you want to create pre-revprop-change hook

  3. Click on properties on window will come

  4. Now click on Hooks tab

  5. At end you will see pre-revision properties change hook option click it.

  6. Click on edit option.

  7. One text area will come type here exit 0

  8. Click on OK.

That's it.

Related Topic