>
> for rev in `svn log -r0:HEAD ${url}/${project} | \
>
> egrep "^r[0-9]+ |" | cut -d " " -f1`; do
>
>svnrdump dump --incremental -r ${rev:1} ${url}/${project} >>
> ${project}.dump
>
> done
>
Basically, I am only dumping (incrementally) the revisions which actually
>
dump file, so I expect that to be safe in general. It can be found in the
“*Repository
Backup*<http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#svn.reposadmin.maint.backup>”
section by searching for ‘appending’.
Thanks,
Bryon Winger
u saying that appending to an existing dump file in general is a
problem or just with all of his node-path processing? I have had no
trouble appending to existing dump files.
Thanks,
Bryon Winger