summaryrefslogtreecommitdiff
path: root/README.SVN.markdown
diff options
context:
space:
mode:
authorzane <zane@mochimedia.com>2013-07-17 20:32:26 -0700
committerzane <zane@mochimedia.com>2013-07-17 20:32:26 -0700
commit129f2de0d3495ac6f6cc7b76a00bff8bfcd9c128 (patch)
tree8fe1b2dd36ce105a8f54e1f47d059ba232b01702 /README.SVN.markdown
parent1dcc84e5ee71eb0b85622affc7f097f9b02cb5d9 (diff)
Adding svn configuration parameter, and docs
Diffstat (limited to 'README.SVN.markdown')
-rw-r--r--README.SVN.markdown15
1 files changed, 15 insertions, 0 deletions
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://...`)
----------------------------------------------