Hi All,

We have a svn repo up and running, version svn, version 1.4.2 .
The svnadmin dump command fails at a particular revision with the below
error message,

svnadmin: File not found: revision 219, path
'/qa/trunk/WsV/42TC/Reporting/R_M.js'

I viewed the log for this revision and i see that this file was created in
the 220 revision,
This was confirmed by below commands,

svn log -r 219 -v -v -v file:///svn/repo/qa/trunk/WsV/42TC/Reporting/R_M.js
svn: Unable to find repository location for
'file:///svn/repo/qa/trunk/WsV/42TC/Reporting/R_M.js' in revision 219


I even tried to skip the 219 revision from the dump but unable to do so,
Getting the below error when skipped the 219 revision and continue with the
next revision,

svnadmin dump /svn/repo --revision 220:HEAD --incremental >
repo_220-head.dmp
svnadmin: File not found: revision 219, path
'/qa/trunk/WsV/42TC/Reporting/R_M.js'


I am really confused as to why svn dump is looking to this file in 219th
revision,because this file was created in revision 220.
Can someone guide me through this error so that i can complete my dump
process?

Thanks,
Sunil.

Reply via email to