I want to use SVN to backup my servers.
The problem is, normally I only want 30 days of revisions, not revisions forever, like svn normally does.
This guy says he has successfully trimmed a repository: http://www.svnforum.org/2017/viewtopic.php?p=15740#15740
Anybody know anything about this?
Ideally I would like a script to run every month, that would trim out my repository so that only the last 30 days of revisions are stored.
Is this safe?
Another option would be to create a new repo every 15 days, and delete all old repos that are older then 30 days, thereby flip flopping back and forth to new repos every 15 days.
Any other ideas?
Last updated