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

Re: Branch and Merge Question

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Fri, 20 Jun 2008 18:28:57 -0500

On Jun 20, 2008, at 8:00 AM, gaby eis wrote:

> Hi, i need to know if is possible merge many branches into a new
> branch/tag without to do check out (without working copy) becuase, I
> need to do many test into releses that contains many branches but I
> can't to use the trunk to do it. i like to do it (the merges) without
> checkout because this operation (create new releases with many
> branches) will be would frecuently do. Other posibility is if I do
> commit from a url to other url without a working copy

You need a working copy to merge things into. This is so that you can
test the merged changes before you commit them. When you merge, you
also might have conflicts; you need a space in which to resolve those
conflicts.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-21 01:29:21 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.