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

Re: How to create a branch from a remote repository

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2007-02-08 13:45:55 CET

Hello!

thomas Armstrong schrieb:
> But I don't know how to copy the contents of 'trunk' to 'branch', or
> how to use 'svn merge'

Currently Subversion doesn't support operations between multiple
repositories. You can use "svnadmin dump" and "svnadmin load" to copy
repositories, or you can export a WC and import it to another
repository.

Probably there are some *ugly hacks* possible with SVK; you could create
a local copy, modify the remote repository path and do an "svk push".
Probably this would merge your local copy back to the new repository.
But I haven't tried it yet.

In all cases you will totally loose any history between both
repositories because they are completely seperate.

That's the reason why I restructured my Subversion server and put all
projects into one big repository. I keep seperate repositories only for
purposes which I am very sure that there can't be any dependencies, e.g.
my private photo collection.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 8 13:46:28 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.