Re: Copying FUSEBOX over to BRANCHES
From: Talden <talden_at_gmail.com>
Date: 2007-07-09 04:24:57 CEST
Separating tags, branches and trunk into separate repositories is an
-- Talden On 7/9/07, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote: > > On Jul 8, 2007, at 19:06, [Sunshine Tech Solutions] Ravi Gehlot wrote: > > > I got the branch repo available and I got the trunk repo from > > http://svn.fuseboxframework.org/ on another directory. > > > > How do I copy contents from directory number 2 over to directory > > number 1? Both directories are REPOS. > > You cannot copy between repositories, only within a repository. > > What is it you're trying to do? > > You can use "svn export" and "svn import" if you want to export the > current HEAD of a repository and import it into your own repository > e.g. as a starting point for divergent development. > > You can use "svnadmin dump" and "svnadmin load" if you want to get > all the history from another repository and bring it into your own > repository. "svnadmin" requires administrative access to both > repositories. > > You can use "svnsync" if you want to make a read-only synchronized > copy of another repository available on another server. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jul 9 04:25:11 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.