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

Re: 2 different repositories

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-23 21:55:22 CET

On Jan 23, 2007, at 08:46, Fabio Fullin wrote:

> I work daily with an external repository.
> I have a personal repository at home with the same code about 2
> months old.
> I want to update my home repository.
>
> I've tried to merge comparing HEAD revision from repository 1 and
> HEAD revision from repository 2 and sending the differences to
> repository 2 (home)
> But it seems you cannot compare different repositories.
> I am not so interested in keeping all the history so I just want to
> update my home repo.
>
> Is there a way to do this without having to checkout my home repo
> and update manually the files to commit later ?

You can "svn export" from your external repository and import it into
your home repository with "svn_load_dirs.pl". This is described in
the "vendor branch" section of the book at http://svnbook.org

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 23 21:55:56 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.