From 129f2de0d3495ac6f6cc7b76a00bff8bfcd9c128 Mon Sep 17 00:00:00 2001 From: zane Date: Wed, 17 Jul 2013 20:32:26 -0700 Subject: Adding svn configuration parameter, and docs --- README.SVN.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.SVN.markdown') diff --git a/README.SVN.markdown b/README.SVN.markdown index 489f5bf..f374094 100644 --- a/README.SVN.markdown +++ b/README.SVN.markdown @@ -32,6 +32,21 @@ You can provide a specific `revision`: revision => '1234' } + +Using a specified Subversion configuration directory +----------------------------- + +Provide a `configuration` parameter which should be a directory path on the local system where your svn configuration +files are. Typically, it is /path/to/.subversion: + + vcsrepo { "/path/to/repo": + ensure => present, + provider => svn, + source => "svn://svnrepo/hello/branches/foo", + configuration => "/path/to/.subversion" + } + + For sources that use SSH (eg, `svn+ssh://...`) ---------------------------------------------- -- cgit v1.2.3