svnsync fails:
Posted: Wed Apr 16, 2008 2:44 pm
[PROBLEM]
Trying to import my existing repository into a new one at a different location, following these instructions from "Google Code FAQ", I ran into the following error:
[SOLUTION]
Luckily, someone posted this a short reply in "Paul's Journal" blog:
Trying to import my existing repository into a new one at a different location, following these instructions from "Google Code FAQ", I ran into the following error:
Unfortunately, the destination SVN repository was located on a computer running windows, so the hook scripts mentioned in the svnsync documentation were unusable, because they're bash scripts.svnsync: Das Projektarchiv lässt keine Änderungen an Revisionseigenschaften zu. Bitten Sie den Administrator darum, eine »pre-revprop-change« Aktion einzurichten.
[SOLUTION]
Luckily, someone posted this a short reply in "Paul's Journal" blog:
That did the trick.please note that on windows, as stated in the svn book, the commit hooks is done creating a blank file in the hooks/ directory named ‘pre-revprop-change.bat’