svnIsText: Check Whether Subversioned Files are Text.

Description Usage Arguments Details Value Author(s) References See Also

Description

Check whether Subversion considers a file to be text.

Usage

1

Arguments

x

character vector of file names.

...

ignored

Details

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.

Value

logical

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


metrumrg documentation built on May 2, 2019, 5:55 p.m.