2010/9/28 Tech Geek <techgeek12...@gmail.com>: > Daniel, >> >> Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible' > > Actually I would prefer to do the other way around. Can we tell TSVN to > create repositories which are compatible with Subversion Engine 1.5 because > we would be usually creating repositories using the TSVN.
You can tell. Just uninstall TSVN 1.6.* and install 1.5.*. Do not forget to reboot after uninstall and after install of the new version. Anyway, you must learn how to use and administer svn properly, and a proper way to create a repository is to use "svnadmin create". Do not put your repository on a shared drive. Do not use file: protocol to access it. It is not designed to work in such way. Read the documentation (aka svnbook) and configure a proper server. Do not forget to do regular backups (dumps). > > AFAIU, what you suggested is to be executed on the Linux machine, right? > > Thanks! >