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

RE: Update two SVN repositories

From: dieter oberkofler <d.1234567890_at_qualiant.at>
Date: 2007-04-25 18:31:10 CEST

Ryan,
Thank you for your feedback. I've read the article and have understood the
concept.
What remains, is one question: Because I must download the vendors source
(several 100MB in my case) directly from a SVN repository, I would need to
always export the complete repository over the Internet just to completely
reimport all of it in a local SVN repository even if only a single character
has changed. If there really now way to somehow sync two separate SVN
repositories?
-dieter

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007b@ryandesign.com]
Sent: Tuesday, April 24, 2007 7:26 PM
To: d.1234567890@qualiant.at
Cc: users@subversion.tigris.org
Subject: Re: Update two SVN repositories

On Apr 24, 2007, at 05:12, dieter oberkofler wrote:

> What would be the best practice to solve the following situation:
> I use a SVN repository from a vendor that is regularly updated on the
> vendors SVN side.
> I have a local working copy of the vendors repository with local
> modifications.
> I would like to create a local SVN repository on my site and keep my
> working copy in sync with the vendors and my local SVN repository.

You should read the section of the book on Vendor Branches. You'll basically
ignore the fact that the vendor's code is available via Subversion at all,
and just periodically import new versions of their code into your repository
using a script called svn_load_dirs.pl. You can make a copy of their code to
anywhere else in your repository and start making changes. When you want to
update your code with new code of theirs, you can merge from the imported
version of their code to yours.

http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html

-- 
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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 25 18:29:24 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.