[[[
* www/faq.html (single-file-checkout):
Recommend 'svn export' instead of 'svn cat', for exporting a single
file. This honors svn:executable, and doesn't require any shell
redirection syntax.
]]]
Index: www/faq.html
===================================================================
--- www/faq.html (revisione 21112)
+++ www/faq.html (copia locale)
@@ -1960,7 +1960,7 @@
<p>Subversion does not support checkout of a single file, it only
supports checkout of directory structures.</p>
-<p>However, you can use 'svn cat' to export a single file. This will
+<p>However, you can use 'svn export' to export a single file. This will
retrieve the file's contents, it just won't create a versioned working
copy.</p>
Received on Tue Aug 29 00:16:26 2006