SteveKing wrote:
>> But then we should write a hint to the docs. So if anyone is reading
>> the docs (s)he knows what's the diffrence between fsfs and bdb.
>
>
> Care to make a patch for that?
>
Added the patch for english and german. Please review it because i'm not
an native english speaker :-)
I've created the patch under the en and the de directory.
And please be careful i've created the patch with winnt4 ;-) and the
"beta" tsvn rc1.1
--
____________________________________________________________
MicroNova electronic GmbH
Martin Eckardt
Zentrale Entwicklungsdienste
Unterfeldring 17
D-85256 Vierkirchen
Tel.: (08139) 93 00-65
Fax.: (08139) 93 00-80
E-Mail: Martin.Eckardt@micronova.de
WWW: http://www.micronova.de
____________________________________________________________
Index: tsvn_ch03.xml
===================================================================
--- tsvn_ch03.xml (revision 1542)
+++ tsvn_ch03.xml (working copy)
@@ -1,4 +1,4 @@
-<chapter id="tsvn-serversetup">
+<chapter id="tsvn-serversetup">
<title>Setting Up A Server</title>
<simplesect>
<para>
@@ -902,7 +902,11 @@
<para>
<action>Right-click</action> on the just
created folder and select <guimenuitem>Create Repository here...</guimenuitem>
- from the TortoiseSVN submenu. A repository is
+ from the TortoiseSVN submenu. You could create a repository with
+ the fsfs backend or with the old but stable berkely database (bdb)
+ format. The fsfs format is faster and it now works on network shares
+ and Windows 98 without problems. The BDB format is more stable
+ because it has been tested longer. A repository is
then created inside the new folder. <emphasis>Don't edit
those files yourself!!!</emphasis>. If you get any errors
make sure that the folder is empty and not write protected.
@@ -916,11 +920,13 @@
</para>
<warning>
<para>
- Do not access a repository via the <filename>file:///</filename>
- URL over a shared network drive! Even if you have the network
- drive mounted to a drive letter! If you do, your repository can
- (and most likely will) get corrupted and you could lose all your
- data!
+ If you created a BDB repository do not access a repository via the
+ <filename>file:///</filename> URL over a shared network drive! Even
+ if you have the network drive mounted to a drive letter! If you do,
+ your repository can (and most likely will) get corrupted and you could
+ lose all your data!
+ If you really need to access a repository trough a network share use the
+ Subversion Server 1.1 or higher and create a repository with the fsfs format.
</para>
</warning>
</sect2>
Index: tsvn_ch03.xml
===================================================================
--- tsvn_ch03.xml (revision 1542)
+++ tsvn_ch03.xml (working copy)
@@ -906,7 +906,11 @@
<para>
<action>Right-click</action> on the just
created folder and select <guimenuitem>Create Repository here...</guimenuitem>
- from the TortoiseSVN submenu. A repository is
+ from the TortoiseSVN submenu. You could create a repository with
+ the fsfs backend or with the old but stable berkely database (bdb)
+ format. The fsfs format is faster and it now works on network shares
+ and Windows 98 without problems. The BDB format is more stable
+ because it has been tested longer. A repository is
then created inside the new folder. <emphasis>Don't edit
those files yourself!!!</emphasis>. If you get any errors
make sure that the folder is empty and not write protected.
@@ -920,11 +924,13 @@
</para>
<warning>
<para>
- Do not access a repository via the <filename>file:///</filename>
- URL over a shared network drive! Even if you have the network
- drive mounted to a drive letter! If you do, your repository can
- (and most likely will) get corrupted and you could lose all your
- data!
+ If you created a BDB repository do not access a repository via the
+ <filename>file:///</filename> URL over a shared network drive! Even
+ if you have the network drive mounted to a drive letter! If you do,
+ your repository can (and most likely will) get corrupted and you could
+ lose all your data!
+ If you really need to access a repository trough a network share use the
+ Subversion Server 1.1 or higher and create a repository with the fsfs format.
</para>
</warning>
</sect2>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Aug 13 18:19:17 2004