You are here:Home»KB»Programming»General»Subversion (SVN)»My Using Subversion Notes
Thursday, 08 January 2015 20:39

My Using Subversion Notes

Written by

Notes

  • when you submit to a sVN their are hooks that are fired and can run code.
  • in particular there is one called 'post-commit'that is triggered after a successful commit to the subversion server
  • cURL / wget is used to pass the information via a POST to mantis/redmine
  • hook folder in subversion repository will not appear until you create the repository.
  • revision number is the revisions of the whole project and not just dile/files you have worked on

Links

Client Software

SVN Clients

Plugins for Programs / IDE

  • VisualSVN - Visual Studio add-in for SVN
  • Subclipse - subversion plugin for Eclipse (by CollabNet)
  • AnkhSVN - Visual Studio Plugin (by CollabNet)

Binary Repository Listing Commands

  • svn list --xml "https://<url>"@HEAD --non-interactive --username "some" --password "some_pass" --no-auth-cache --non-interactive --trust-server-cert
  • svn list --xml "https://svn.quantumwarp.com:18080/svn/MyITCRM"@HEAD --non-interactive --username "shoulders" --password "xxxxxxxxxxxxxx" --no-auth-cache --non-interactive --trust-server-cert
  • svn list --xml "https://svn.quantumwarp.com:18080/svn/MyITCRM"@HEAD --no-auth-cache --trust-server-cert --non-interactive
Read 901 times Last modified on Tuesday, 23 June 2015 20:30