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

Re: point of time dump?

From: Eric Antonio Maquiling <ericantoniomaquiling_at_gmail.com>
Date: Tue, 19 Jan 2016 16:48:01 -0800

On Wed, Jan 20, 2016 at 01:25:08AM +0100, Stefan wrote:
>
>Basically the command you'd use is svnadmin dump [REPOSPATH] -r 1:X
>where X is the last revision you want to include (aka: the one from june
>2015).
>See: http://svnbook.red-bean.com/en/1.8/svn.ref.svnadmin.c.dump.html
>
>Then you do an svnadmin load of the provided dump and there you have the
>repository with all the content from the beginning of time to June 2015.

Yes, this looks like what I need. Thanks! Will read up on this tonight.

So basically, talked to the manglers some more, and this is the requirement:

1. dump the repo
2. give them the repo
3. they need to load it to a machine, not my responsibility
4. they need to use their own UI (Probably Tortoise)
5. they look for whatever they want.

So in step 1, the requirement is:
dump the repo from beginning of time til June of 2015. So probably after
reading up on that url above and testing it out a few times, this is probably exactly
what we need.

Then they will have a june2015.dmp file and I'm in the clear.

Luckily for me, one of my daily backups is a dump file every night to a VM.
So to make sure the dump files work, I just do svn://backup_vm_ip address.

-- 
eric
Received on 2016-01-20 01:48:22 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.