I want to change the server of svn but i am unable to dump the repository, its giving me error "No such revision 171". I also tried to dump in parts svnadmin dump /repos r172:190> home/j/repos.svn_dump
but this command still give error no such revision 171. Please help me to solve the problem.
Asked
Active
Viewed 1,095 times
1

Lazy Badger
- 94,711
- 9
- 78
- 110

user3297384
- 13
- 3
1 Answers
1
svnadmin help dump
Valid options:
-r [--revision] ARG : specify revision number ARG (or X:Y range)
-r 172:190
bur svnadmin verify -r 171
+ svnadmin recover
+ reading of SVN Book
will be better way

Lazy Badger
- 94,711
- 9
- 78
- 110