Subversion 1.6.16
|
Flags for use with svn_wc_translated_file2. More...
Defines | |
#define | SVN_WC_TRANSLATE_FROM_NF 0x00000000 |
Translate from Normal Form. | |
#define | SVN_WC_TRANSLATE_TO_NF 0x00000001 |
Translate to Normal Form. | |
#define | SVN_WC_TRANSLATE_FORCE_EOL_REPAIR 0x00000002 |
Force repair of eol styles, making sure the output file consistently contains the one eol style as specified by the svn:eol-style property and the required translation direction. | |
#define | SVN_WC_TRANSLATE_NO_OUTPUT_CLEANUP 0x00000004 |
Don't register a pool cleanup to delete the output file. | |
#define | SVN_WC_TRANSLATE_FORCE_COPY 0x00000008 |
Guarantee a new file is created on successful return. | |
#define | SVN_WC_TRANSLATE_USE_GLOBAL_TMP 0x00000010 |
Use a non-wc-local tmp directory for creating output files, instead of in the working copy admin tmp area which is the default. |
Flags for use with svn_wc_translated_file2.
#define SVN_WC_TRANSLATE_FORCE_COPY 0x00000008 |
#define SVN_WC_TRANSLATE_FROM_NF 0x00000000 |
Translate from Normal Form.
The working copy text bases and repository files are stored in normal form. Some files' contents - or ever representation - differs between the working copy and the normal form. This flag specifies to take the latter form as input and transform it to the former.
Either this flag or SVN_WC_TRANSLATE_TO_NF
should be specified, but not both.
#define SVN_WC_TRANSLATE_TO_NF 0x00000001 |