Table of Contents
Subversion
Commands
List
User
svn list svn://svn.cacti.net/cacti/ svn list svn://svn.cacti.net/cacti_plugins/
Developer
svn list svn+ssh://repo.cacti.net/var/data/svnroot/cacti svn list svn+ssh://repo.cacti.net/var/data/svnroot/cacti_plugins
Checkout
Users
Some plugins do not use tags or branches, they only use trunk
Follow the directions for List to see what is available
svn co svn://svn.cacti.net/cacti/cacti/tags/0.8.7g cacti-0.8.7g svn co svn://svn.cacti.net/cacti_plugins/aggregate/tags/v0.75/ aggregate_075 svn co svn://svn.cacti.net/cacti_plugins/aggregate/trunk
Developer
You should know what you are doing :)
auto-props
See http://www.mediawiki.org/wiki/Subversion/auto-props for further info.
[miscellany] enable-auto-props = yes [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native *.dsp = svn:eol-style=CRLF *.dsw = svn:eol-style=CRLF *.png = svn:mime-type=image/png *.jpg = svn:mime-type=image/jpeg *.php = svn:eol-style=native *.php5 = svn:eol-style=native *.inc = svn:eol-style=native *.py = svn:eol-style=native *.css = svn:eol-style=native *.js = svn:eol-style=native *.java = svn:eol-style=native *.jsp = svn:eol-style=native *.sql = svn:eol-style=native *.tpl = svn:eol-style=native *.txt = svn:eol-style=native *.sh = svn:eol-style=native *.module = svn:eol-style=native *.xcf = svn:mime-type=image/x-xcf *.ico = svn:mime-type=image/vnd.microsoft.icon *.gif = svn:mime-type=image/gif SConscript = svn:eol-style=native SConstruct = svn:eol-style=native USERINFO = svn:eol-style=native Makefile = svn:eol-style=native