[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVNDUMP error

From: Manjunath Kashyap <mail2manjukashyap_at_gmail.com>
Date: Thu, 13 Nov 2014 16:40:41 +0530

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.
Received on 2014-11-13 12:11:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.