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

Re: How to import dump data.

From: marc gonzalez-carnicer <carnicer.lists_at_gmail.com>
Date: Mon, 22 Dec 2008 19:07:00 +0100

your dump commands are discarding revisions 11 to 99 (both included).

are you sure you want to do this?

2008/12/22 <menarialaxmilal_at_gmail.com>:
> Hello,
>
> I am using Subversion form last 3-4 years. Now my repository size is too big. So want to reduce it for taking all required data in dump and then import it. So I have tried the followings to backup :
>
> svnadmin dump c:\myrepos -r 1:10 > lm1
> svnadmin dump c:\myrepos -r 100:200 --incremental > lm2
>
> After that Have created new repos and tried with load command.
>
> svnadmin load c:\lmbk < lm1 (it works)
> svnadmin load c:\lmbk < lm2 but its shows error
>
> <<< Started new transaction, based on original revision 100
> * deleting path : Folder/file1.html ...svnadmin: File not found
> : transaction '10-1', path 'Folder/file1.html'
>
> So what can I do ?
>
> Please let me know.
>
> Thanks in advance,
> Laxmilal
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=989469
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=989967

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-22 19:07:55 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.