How to archive old revisions from Apache SVN on linux server
Posted
by
user1260729
on Stack Overflow
See other posts from Stack Overflow
or by user1260729
Published on 2012-04-07T17:26:27Z
Indexed on
2012/04/07
17:29 UTC
Read the original article
Hit count: 195
I have a site through which user can write their own Screenplays.
This screenplays are saved in the form of revisions.
Apache SVN has been installed.
I want to save only the last 5 revisions for every user's document.
But the problem is on the backend the all the revisions are stored in one folder called "Docsrepo" and its classified as 1000 revisions in 1 folder. and like this it has 234 folders.
Meaning 234*1000 revisions.
Now I want to archive all of this revision to keep only the last 5 revisions of each document.
How do i do that?
© Stack Overflow or respective owner