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

Re: Re: Old version advice

From: Sergey Azarkevich <azarkevich_at_gmail.com>
Date: Sun, 22 Apr 2012 17:27:59 +0400

> So I'm running the dump and suddenly (this is the second attempt, I stopped the first attempt) the PC starts beeping like mad while the process is running.

Beeping ? Sounds like you try dump repo to console output, not to file.

Dumping should look like this:
svnadmin dump my_repo > my_repo.dat

then restore:
svnadmin create my_repo_new
svnadmin load my_repo_new < my_repo.dat

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2950776

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-04-22 15:28:23 CEST

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

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