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

svnadmin dump and load - Relative source revision is not available in current repository

From: Tarkan Taralp <tarkan.taralp_at_bte.mam.gov.tr>
Date: 2007-10-01 09:06:49 CEST

In an attempt to reduce the size of our repository I've tried a dump and
load cycle as follows.

> SET REPOSSRC=C:\Documents and Settings\readonly\Desktop\SvnRepos
> SET REPOSTRG=E:\Deneme\TargetRepos
>
> SVNADMIN create "%REPOSTRG%"
>
> SVNADMIN dump "%REPOSSRC%" -q -r 15001:15500 > DUMPFILE.DAT
>
> SVNADMIN load "%REPOSTRG%" < DUMPFILE.DAT
>
> EXIT /B 0

But I consistently get an error message like this.

> Relative source revision -778 is not available in current repository

Same results on both Windows 2000 Server, SVN 1.4.3, and Windows XP, SVN
1.3.2.

Is this behaviour correct or am I doing something wrong?

-- 
| Tarkan Taralp
| TÜBİTAK MAM BTE, PK. 21, Anibal Caddesi, Gebze, Kocaeli 41470
| Elm: tarkan.taralp@bte.mam.gov.tr
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 2 01:15:55 2007

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.