How do I get the list of all SVN branches which are more than x years old?
I use SVN on CentOS, and I have sventon for viewing all the repository.
I figured out another way to do this, but you need sventon or another tool which lists all contents of your SVN repository.
Step 1: From your sventon view, copy the list of branches. This would include revision, author and date.
Step 2: Open Excel and do a paste special.
Step 3: Filter the date column to show dates less than x years old.
Result: All branches which are less than x years old. This list was useful to me to do an svn delete --targets listofoldbranchnames.txt.