You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Yang Zhang <ya...@gmail.com> on 2008/10/21 17:19:57 UTC

Copying repositories

Hi, is there a way to copy a snapshot svn repo to another one, while 
preserving things like properties, without using svnadmin or otherwise 
having direct filesystem access to either repo?  I don't exactly want to 
mirror the repo with svnsync (I don't need history nor do I want to make 
things read-only).  svn cp only works within the same repos, and svn 
import doesn't get things like properties.

Note that I don't *mind* having history, however, so if it's possible to 
use svnsync to create a copy without making the copy read-only, then I'm 
also interested in hearing how.

Thanks in advance for any help!
-- 
Yang Zhang
http://www.mit.edu/~y_z/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Copying repositories

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Oct 21, 2008, at 12:19, Yang Zhang wrote:

> Hi, is there a way to copy a snapshot svn repo to another one,  
> while preserving things like properties, without using svnadmin or  
> otherwise having direct filesystem access to either repo?  I don't  
> exactly want to mirror the repo with svnsync (I don't need history  
> nor do I want to make things read-only).  svn cp only works within  
> the same repos, and svn import doesn't get things like properties.
>
> Note that I don't *mind* having history, however, so if it's  
> possible to use svnsync to create a copy without making the copy  
> read-only, then I'm also interested in hearing how.

It sounds like svnsync is your best option. When you say you don't  
want the repo copy to be read-only, that means you want to be able to  
commit to the repo copy and have those changes propagated back to the  
master repo? If so, then you also need to set up the write-through  
proxy support.

http://svn.collab.net/repos/svn/trunk/notes/webdav-proxy




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org