11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete ReferenceNamemod_authz_svn Configuration Directives — Apache configuration directives for configuringpath-based authorization for <strong>Subversion</strong> repositories served through the Apache HTTPServer.DescriptionDirectivesThis section briefly describes each Apache configuration directive offered bymod_authz_svn. For an in-depth description of using path-based authorization in <strong>Subversion</strong>,see the section called “Path-Based Authorization”.)These are the httpd.conf directives that apply to mod_authz_svn:AuthzSVNAccessFile file-pathConsult file-path for access rules describing the permissions for paths in <strong>Subversion</strong>repository.AuthzSVNAnonymous On|OffSet to Off to disable two special-case behaviours of this module: interaction <strong>with</strong> theSatisfy Any directive and enforcement of the authorization policy even when noRequire directives are present. The default value of this directive is On.AuthzSVNAuthoritative On|OffSet to Off to allow access control to be passed along to lower modules. The defaultvalue of this directive is On.AuthzSVNNoAuthWhenAnonymousAllowed On|OffSet to On to suppress authentication and authorization for requests which anonymoususers are allowed to perform. The default value of this directive is On.<strong>Subversion</strong> Properties<strong>Subversion</strong> allows users to invent arbitrarily named versioned properties on files and directories,as well as unversioned properties on revisions. The only restriction is on propertieswhose names begin <strong>with</strong> svn: (those are reserved for <strong>Subversion</strong>'s own use). Whilethese properties may be set by users to control <strong>Subversion</strong>'s behavior, users may not inventnew svn: properties.<strong>Version</strong>ed PropertiesThese are the versioned properties that <strong>Subversion</strong> reserves for its own use:svn:executableIf present on a file, the client will make the file executable in Unix-hosted working copies.See the section called “File Executability”.svn:mime-typeIf present on a file, the value indicates the file's MIME type. This allows the client to decidewhether line-based contextual merging is safe to perform during updates, and canalso affect how the file behaves when fetched via a web browser. See the sectioncalled “File Content Type”.svn:ignore349

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!