Main Page   Modules   Data Structures   File List   Data Fields  

Visible properties

Visible properties. More...

Defines

#define SVN_PROP_MIME_TYPE   SVN_PROP_PREFIX "mime-type"
 The mime-type of a given file.

#define SVN_PROP_IGNORE   SVN_PROP_PREFIX "ignore"
 The ignore patterns for a given directory.

#define SVN_PROP_EOL_STYLE   SVN_PROP_PREFIX "eol-style"
 The line ending style for a given file.

#define SVN_PROP_KEYWORDS   SVN_PROP_PREFIX "keywords"
 The "activated" keywords (for keyword substitution) for a given file.

#define SVN_PROP_EXECUTABLE   SVN_PROP_PREFIX "executable"
 Set to either TRUE or FALSE if we want a file to be executable or not.

#define SVN_PROP_EXECUTABLE_VALUE   "*"
 The value to force the executable property to when set.

#define SVN_PROP_EXTERNALS   SVN_PROP_PREFIX "externals"
 Describes external items to check out into this directory. More...


Detailed Description

Visible properties.

These are regular properties that are attached to ordinary files and dirs, and are visible (and tweakable) by svn client programs and users. Adding these properties causes specific effects.

NOTE: the values of these properties are always UTF8-encoded with LF line-endings. It is the burden of svn library users to enforce this. Use svn_prop_needs_translation() above to discover if a certain property needs translation, and you can use svn_subst_translate_string()/@c svn_subst_[de]translate_string() to do the translation.


Define Documentation

#define SVN_PROP_EXTERNALS   SVN_PROP_PREFIX "externals"
 

Describes external items to check out into this directory.

The format is a series of lines, such as:

   localdir1           http://url.for.external.source/etc/
   localdir1/foo       http://url.for.external.source/foo
   localdir1/bar       http://blah.blah.blah/repositories/theirproj
   localdir1/bar/baz   http://blorg.blorg.blorg/basement/code
   localdir2           http://another.url/blah/blah/blah
   localdir3           http://and.so.on/and/so/forth

The subdir names on the left side are relative to the directory on which this property is set.

Definition at line 199 of file svn_props.h.


Generated on Tue Oct 19 09:49:48 2004 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002