Hi All

I'm a very pleased svn user, but I have this little issue.

In many cases with small projects I move the repository around
(like we have been used to with git)

svnadmin dump <repository> | bzip2 > repository_revXX.svndump.bz2

and then:
svnadmin create <parth to repository>
bzip2 -dc repository_revXX.svndump.bz2 | svnadmin load <path to repository>

This works fine up to around 100-150 revisions, then it becomes slow and I
delete the old repository and start a completely new with the latest revisions.


But I'm unable to keep the revision number, I like my new commit to start with
rev XX+1 not 1. Why cant I start on any revision number I like?

Even if I use the -rXX for dump it is converted to start on 1 when I load.

The only solution I've seen is to add XX empty revisions. But this does not 
look good
when revisison becomes very high.


Is there a solution or workaround?

Thanks


--
Morten Bjoernsvik, Oslo, Norway

Reply via email to