Re: Splitting out project from repo

2013-04-08 Thread Bryon Winger
> > 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 >

Re: Splitting out project from repo

2013-04-03 Thread Bryon Winger
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

Re: Splitting out project from repo

2013-04-02 Thread 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