Цитата(Doka @ May 8 2007, 21:11)

значит надо просто(?) переконвертить из 1.3.2 в 1.4 сам репозитарий - трабла в том, что во всем известной книжке я такого раздела не нашел((.
Плохо искали:Using your current version of svnadmin,
1) dump your repositories to dump files.
2) Upgrade to the new version of Subversion.
3) Move your old repositories out of the way, and create new empty ones in their place using your new svnadmin.
4) Again using your new svnadmin, load your dump files into their respective, just-created repositories.
5) Be sure to copy any customizations from your old repositories to the new ones, including DB_CONFIG files and hook scripts. You'll want to pay attention to the release notes for the new release of Subversion to see if any changes since your last upgrade affect those hooks or configuration options.
6) If the migration process made your repository accessible at a different URL (e.g. moved to a different computer, or is being accessed via a different schema), then you'll probably want to tell your users to run svn switch --relocate on their existing working copies. See svn switch.