SVN - TCP 3690
Basic enumeration
// List contents
svn ls svn://<target ip>
// View commit history
svn log svn://<target ip>
// Download the repository
svn checkout svn://<target ip>
// Go to revision 2 inside the checkout folder
svn up -r 2Last updated