• SVN Subversion

    Check­out a repo: svn checkout svn://... Show log svn log Show infos svn info Show all branches svn ls svn://$victim --verbose The first num­ber from the pre­vi­ous com­mand shows the revi­sion. To see the con­tent of a repo for anoth­er revi­sion, add the r flag: svn ls svn://$victim --verbose -r 1 svn ls svn://$victim --verbose -r 2…