Hello Roger, On Tue, Mar 18, 2014 at 6:48 AM, <rvaede...@gmail.com> wrote: > > I am trying to copy a repository to another location. > Example > copy > > /export/svn/repo1 > > to > > /export/svn/repo2/code/documents/repo1 > how can this be done in Linux?
Is this about just copying a repository or you do some backup task? * If you ask about backup strategies, see SVNBook "Repository backup" at http://www.visualsvn.com/support/svnbook/reposadmin/maint/#svn.reposadmin.maint.backup * If your task is just to copy / move the repository to a new location, see SVNBook "Moving and Removing Repositories" at http://www.visualsvn.com/support/svnbook/reposadmin/maint/moving-and-removing/ Generally speaking, you can use `mv` and `cp -a` commands on Linux to move and copy repository on filesystem. Make sure that the repository is not accessed by your users at this time, otherwise the copied repository will be in inconsistent state. Thanks. -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/d/optout.