Kaushal Shriyan wrote: >On Thu, Aug 2, 2012 at 9:40 PM, Ben Smith-Mannschott ><bsmith.o...@gmail.com> wrote: >> On Thu, Aug 2, 2012 at 3:51 PM, Kaushal Shriyan >> <kaushalshri...@gmail.com> wrote: >>> Hi, >>> >>> is there a backup tool to backup SVN Codebase? >> >> Have a look here: >> >> http://stackoverflow.com/questions/33055/what-is-the-best-way-to-backup-subversion-repositories >> >> The suggestions of "svnadmin dump" and "svnadmin hotcopy" are both >> good. Either could be used as the nucleus of a backup procedure for >> your repositories. >> >Thanks for the quick reply. Basically I have hosted my SVN >repositories in http://www.cloudforge.com/codesion/ >can i use "svnadmin dump" and "svnadmin hotcopy" for backing up repos >from http://www.cloudforge.com/codesion/
in that case (remote repository without root access) you should have a look at svnsync (part of subversion) or rsvndump (rsvndump.sourceforge.net) or perhapse http://www.cloudforge.com/faq/index.php#export already solves your problem? -- Lorenz