index
:
puppet-vcsrepo
master
Puppet module for source control repositories
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
/
vcsrepo
/
svn.rb
Age
Commit message (
Expand
)
Author
2015-03-06
(MODULES-1551) Add support for SVN conflict handling
Daniel DiSisto
2014-12-13
Fix for MODULES-1597: "format" is a file not a directory
Farzad FARID
2014-05-22
Un-optional the non-optional commands.
Daniele Sluijters
2014-01-14
fix svnlook behavior with plain directories
jonoterc
2013-08-12
Fix svn provider to look for '^Revision:'.
Michael Arnold
2013-07-25
Handle revision update without source switch.
Aaron Stone
2013-07-25
added support for changing upstream repo url
Matthew Slowe
2013-07-19
Style and comments
Aaron Stone
2013-07-19
Add support for master svn repositories
5Ub-Z3r0
2013-07-19
Whitespace
Aaron Stone
2013-07-17
Adding svn configuration parameter, and docs
zane
2013-07-17
Whitespace
Aaron Stone
2012-11-14
Handle arg force for svn
Andrew Johnstone
2012-10-18
Remove excess whitespace.
Aaron Stone
2012-10-18
Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ...
Aaron Stone
2011-11-03
Fix (#10440) by making all commands optional
Matthias Pigulla
2011-08-29
Fixed Bug #9219 - vcsrepo updates too often
James Turnbull
2011-08-18
Merge pull request #6 from justintime/svn-basic-auth
Nibalizer
2011-08-17
Adding in missing support for owner and group properties.
Justin Ellison
2011-08-17
Adding basic_auth feature and adding --non-interactive to all svn commands.
Justin Ellison
2010-09-14
Fixed bomb out with an error concerning working_copy_exists? not
James Turnbull
2010-07-22
When ensure => latest, svn didn't update.
mikeknox
2010-03-18
Subversion to use provider example group API for specs
Bruce Williams
2010-03-15
ensure = latest to support reference tracking.\n\nWorking with tags, more wor...
Bruce Williams
2010-03-14
filesystem_type feature (for svn's --fstype)
Bruce Williams
2010-03-13
Basic Mercurial support
Bruce Williams
2010-03-13
Refactor common bits to abstract provider superclass
Bruce Williams
2010-03-13
Basic CVS support
Bruce Williams
2010-03-13
Some fixes after live testing, add support for bare cloned repos
Bruce Williams
2010-03-12
Tests for Git revision property, cleanup
Bruce Williams
2010-03-12
Basic SVN provider
Bruce Williams