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

Re: direct merging from remore repository/working copy vs svn_load_dirs.pl + merge

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Mon, 26 May 2008 17:27:37 -0500

On May 26, 2008, at 16:49, Eric DE MAULDE wrote:

> I read the documentqtion and the FAQ, subject :
> " How can I maintain a modified version (a "vendor branch") of
> third-party software using Subversion?"
>
> My software is OFBiz (Apache), an ERP with a lot of files, and its
> code is hosted in a remote Subversion repository.
> The personnal devolpment covers around 5 - 10 % of the trunk.
>
> In order to update the trunk and merge it (1 or 2 times a month)
> with my personal development,
> what is the best to use ?
>
> svn_load_dirs.pl ...
> +
> svn merge ...
>
> or
>
> svn merge -r XXX:YYY http://svn.apache.org/repos/asf/ofbiz/trunk
> customWorkingCopy
>
> How can you import the first official trunk ?
> svn export ... officialWorkingCopy
> +
> svn import officialWorkingCopy svn://localhost/

You cannot merge across repositories. You can only merge within a
single repository.

So I think only svn_load_dirs.pl is a viable solution.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-27 00:28:09 CEST

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.