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

Re: Re: Clarification in Subversion

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Fri, 30 Jan 2009 22:22:02 -0800

On Fri, Jan 30, 2009 at 9:26 PM, PIRAMANAYAGAM <nayagam-m_at_hotmail.com>wrote:

> current location - /backup/data/svnrepo
> svnadmin dump /backup/data/svnrepo/test/ > 1_23612_test_incr.dump
> cat 1_23612_test_incr.dump | svndumpfilter include --drop-empty-revs
> --renumber-revs versions\projects\demo\D4.6 > d46.dump
> svnadmin create --fs-type fsfs /backup/data/svnrepo/aa
> cat d46.dump | svnadmin load /backup/data/svnrepo/aa/
>
> Total Repository size is 5636602783 bytes
> Created d46.dump size is 582 bytes
>
> The created dump is too small. After loading this dump (d46.dump) into new
> repository, only 2 empty revisions are added. So, I hopt it is not working
> case. Could you please provide more suggestions to solve this. My Contact
> no. is 9444258114.

Did you try the svndumpfilter command with the directory name having forward
slashes? I don't think svn uses the backslash internally to store the
directory structure. I have never had a repository on windows, so I might be
wrong, even though I doubt it.

Also, do a simple grep for the directory in the dump file to see if anything
matches. If what you are passing does not match anything in the dump file,
likely you are left with nothing after the filtering.

thanks,
-Hari

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-31 07:22:49 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.