7
votes

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

2 Answers

16
votes
  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.

1
votes

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.