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

How to backup on windows

From: Gustavo Guerra <gmcg_at_acm.org>
Date: 2004-09-08 23:10:00 CEST

Hello

I want to make a post-commit script that automatically backed up each
repository on commit. I'm wondering what's the best way to do that in
windows:

I was thinkging to have a post-commit.bat in each repository <R> that looked
like this
svnadmin dump --incremental --deltas %1 >> C:\svnbackup\<R>

My question is can I concatenate the contents of the dumps, or do I have to
dump to a different file each time and then load them all when restoring?

Regards
Gustavo Guerra

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 8 23:12:03 2004

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.