[Unison-hackers] [unison-svn] r335 - in trunk: doc src

Benjamin C. Pierce bcpierce at seas.upenn.edu
Tue May 19 12:50:49 EDT 2009


Author: bcpierce
Date: 2009-05-19 12:50:48 -0400 (Tue, 19 May 2009)
New Revision: 335

Modified:
   trunk/doc/unison-manual.tex
   trunk/src/RECENTNEWS
   trunk/src/mkProjectInfo.ml
Log:
* Small documentation fix suggested by mszsummer.





Modified: trunk/doc/unison-manual.tex
===================================================================
--- trunk/doc/unison-manual.tex	2009-05-15 17:31:47 UTC (rev 334)
+++ trunk/doc/unison-manual.tex	2009-05-19 16:50:48 UTC (rev 335)
@@ -1255,7 +1255,7 @@
 \verb|rootalias| preference.  The preference file may contain any number of
 lines of the form: 
 \begin{alltt}
-    rootalias = //\NT{hostnameA}//\NT{path-to-replicaA} -> //\NT{hostnameB}//\NT{path-to-replicaB}
+    rootalias = //\NT{hostnameA}//\NT{path-to-replicaA} -> //\NT{hostnameB}/\NT{path-to-replicaB}
 \end{alltt}
 When calculating the name of the archive files for a given pair of roots,
 Unison replaces any root that matches the left-hand side of any rootalias
@@ -1264,8 +1264,10 @@
 So, if you need to relocate a root on one of the hosts, you can add a
 rule of the form:
 \begin{alltt}
-    rootalias = //\NT{new-hostname}//\NT{new-path} -> //\NT{old-hostname}//\NT{old-path}
+    rootalias = //\NT{new-hostname}//\NT{new-path} -> //\NT{old-hostname}/\NT{old-path}
 \end{alltt}
+Note that root aliases are case-sensitive, even on case-insensitive file
+systems.
 
 {\em Warning}: The \verb|rootalias| option is dangerous and should only
 be used if you are sure you know what you're doing.  In particular, it

Modified: trunk/src/RECENTNEWS
===================================================================
--- trunk/src/RECENTNEWS	2009-05-15 17:31:47 UTC (rev 334)
+++ trunk/src/RECENTNEWS	2009-05-19 16:50:48 UTC (rev 335)
@@ -1,5 +1,13 @@
 CHANGES FROM VERSION 2.34.0
 
+* Small documentation fix suggested by mszsummer.
+
+
+
+
+-------------------------------
+CHANGES FROM VERSION 2.34.0
+
 * Cleaned-up the Unicode selection logic
 -------------------------------
 CHANGES FROM VERSION 2.34.0
@@ -17,6 +25,14 @@
 -------------------------------
 CHANGES FROM VERSION 2.33.2
 
+* Small documentation fix suggested by mszsummer.
+
+
+
+
+-------------------------------
+CHANGES FROM VERSION 2.33.2
+
 * Added an abstraction layer over Unix/Sys modules in order to be able
   to redefine all system calls involving filenames
 * Implemented corresponding bindings for the Windows Unicode API

Modified: trunk/src/mkProjectInfo.ml
===================================================================
--- trunk/src/mkProjectInfo.ml	2009-05-15 17:31:47 UTC (rev 334)
+++ trunk/src/mkProjectInfo.ml	2009-05-19 16:50:48 UTC (rev 335)
@@ -150,3 +150,4 @@
 
 
 
+



More information about the Unison-hackers mailing list