Hi Pascal! >I don't want to backup the full Repository every day. so what is the best way >for me to backup the Repos?
Please consider using 'svnadmin.exe dump' Subversion command: http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.dump.html. "svnadmin hotcopy" Subversion command makes a full “hot” backup of your repository, including all hooks, configuration files,etc: http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.hotcopy.html. -- Regards, Olga Dolidze VisualSVN Support