[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Wrong value in db/format when creating from TortoiseSVN

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Tue, 28 Sep 2010 21:57:37 +0400

2010/9/28 Tech Geek <techgeek12345_at_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!
>
Received on 2010-09-28 19:58:17 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.