change revision number in SVN
Posted
by
Alaa Alomari
on Server Fault
See other posts from Server Fault
or by Alaa Alomari
Published on 2012-10-21T09:35:09Z
Indexed on
2012/10/21
11:04 UTC
Read the original article
Hit count: 282
svn
I have a system that receives files from clients using svn, and we keep track of revision ID in one of our databases. every year we clear the svn repo, and create new repo as it gets very large size.
now how can i preserve the revision id when i create new repo. in other words my repo for this year will reach 20000 revisions. how can i start my new repo from revision id 20001.
I hope this can be done
© Server Fault or respective owner