From 9315d041f8410f85534d36d9094f2d7739dbdb02 Mon Sep 17 00:00:00 2001 From: mhagger Date: Thu, 4 Nov 2010 16:50:45 +0000 Subject: [PATCH] Add more info and correct some inconsistencies. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5300 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- doc/text-transformations.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/text-transformations.txt b/doc/text-transformations.txt index 7f1e316c..7b0f7f61 100644 --- a/doc/text-transformations.txt +++ b/doc/text-transformations.txt @@ -58,11 +58,11 @@ Subversion * svn:eol-style: Specifies how to manipulate EOL characters. If this property is set, then the file can be committed to Subversion using - any mix of EOL conventions, and will be normalized to the LF - internal format in the Subversion repository. On checkout or + somewhat more flexible EOL conventions. In the Subversion + repository the text is normalized to a particular EOL style, + probably the "svnadmin dump" style listed below. On checkout or export, the LFs will be converted to the specified EOL style. - Dumpfiles always contain the text in LF format (?). Possible - values: + Possible values: * LF, CRLF, CR: @@ -70,7 +70,8 @@ Subversion svnadmin dump: file text contains the specified EOL format. - svnadmin load: TO BE DETERMINED + svnadmin load: should presumably be consistent with the "svnadmin + dump" format. * native: @@ -79,7 +80,8 @@ Subversion svnadmin dump: file text contains the canonical LF format. - svnadmin load: TO BE DETERMINED + svnadmin load: should presumably be consistent with the "svnadmin + dump" format. Git -- 2.11.4.GIT