[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] faq.html: s/svn cat/svn export/

From: Karl Fogel <kfogel_at_google.com>
Date: 2006-08-29 00:29:37 CEST

Committed in r21306, thank you.

-K

Peter Samuelson <peter@p12n.org> writes:
> [[[
> * 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>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 29 00:31:03 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.