Description Usage Arguments Details Value Author(s) References See Also
Check whether Subversion considers a file to be text.
1 |
x |
character vector of file names. |
... |
ignored |
See http://subversion.apache.org/faq.html#binary-files.
When a file is added, Subversion guesses whether it is text
or binary, storing the decision implicitly as the value (or
lack thereof) of the svn:mime-type property. This function
makes that decision explicit. Returns NA for files that are not Subversioned.
If you don't agree with Subversion's determination, you can alter it
manually, or with svnMarkAsText
or svnMarkAsNonText
.
logical
Tim Bergsma
http://metrumrg.googlecode.com
svnMimeType
svnMarkAsText
svnMarkAsNonText
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.