[svnbook] r4949 committed - Add explanatory README.

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 25 12:27:47 CST 2014


Revision: 4949
Author:   cmpilato at gmail.com
Date:     Tue Nov 25 18:27:28 2014 UTC
Log:      Add explanatory README.
https://code.google.com/p/svnbook/source/detail?r=4949

Added:
  /branches/README

=======================================
--- /dev/null
+++ /branches/README	Tue Nov 25 18:27:28 2014 UTC
@@ -0,0 +1,28 @@
+###  NOTE: The immediate children of the branches/ directory in this    ###
+###  repository are not themselves copies of the trunk/.  Rather, they  ###
+###  are placeholders for individual translations which themselves may  ###
+###  or may not be copies of other translations.                        ###
+
+If you wish to create a new translation branch, do the following:
+
+1.  If there's no version collection directory ^/branches/X.Y for
+    your translation, create one:
+
+        svn mkdir ^/branches/X.Y \
+            -m "Create collection directory for version X.Y translations"
+
+    You'll want to initialize also the "tools" subdirectory of that
+    new version collection, too:
+
+        svn cp ^/trunk/tools ^/branches/X.Y/tools \
+            -m "Make a copy of the latest tools for X.Y translations."
+
+2.  Initialize your translation.  You might do this by copying the
+    appropriate English version:
+
+       svn cp ^/trunk/en ^/branches/X.Y/LOCALE \
+           -m "Initialize LOCALE translation as a copy of the English"
+
+    You might also use other sources for your translation, such as the
+    previous version of your translation, or a clean import of new
+    sources, etc.



More information about the svnbook-dev mailing list