[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Copying FUSEBOX over to BRANCHES

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-09 03:09:57 CEST

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
Received on Mon Jul 9 03:10:40 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.