Re: Subversion Backup

2009-01-18 Thread Patrick Flaherty
" To: Cc: Sent: Sunday, January 18, 2009 11:17 AM Subject: Re: Subversion Backup > Hi! > >>The Repo3 backups fine. When I backup Repo1 and Repo2 (the ones > created from VisualSVN Server), I get > the following error: > > Expected format '3' of repository;

Re: Subversion Backup

2009-01-18 Thread VisualSVN Support
Hi! >The Repo3 backups fine. When I backup Repo1 and Repo2 (the ones created from VisualSVN Server), I get the following error: Expected format '3' of repository; found format '5' error Please check that you are using svnadmin.exe packaged with VisualSVN Server in order not to have problems with

Subversion Backup

2009-01-14 Thread vze2k3sa
I have 3 repositories in my svn server. 2 were created using VisualSVN Server and a third was imported from an old version of subversion. I'm trying to back them up. I'm using the command : svnadmin hotcopy c:\repositories\repo1 c:\svn-backups\repo1 --clean- logs svnadmin hotcopy c:\repositories

Subversion Backup

2009-01-14 Thread vze2k3sa
I'm trying to backup 3 repositories in my VisualSVN Server using svnadmin hotcopy. Here are my commands : svnadmin hotcopy c:\repositories\repo1 c:\svn-backups\repo1 --clean- logs svnadmin hotcopy c:\repositories\repo2 c:\svn-backups\repo2 --clean- logs svnadmin hotcopy c:\repositories\repo3 c