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

Re: merge with new directory?

From: Bob Hiestand <bob.hiestand_at_gmail.com>
Date: 2006-11-28 21:18:27 CET

On 11/27/06, Dmitri Colebatch <dim@colebatch.com> wrote:
> > That should retrieve the directory creation as well as other changes
> > to the 'lib' directory and other subdirectories. Are you trying to
> > avoid pulling in such changes other than the directory creation?
>
>
> The problem is that there have been other changes to the lib directory that
> I don't want to pull in. ie other jars directory under lib, as well as
> other directories under lib have been changed/added in that range, and I'm
> not interested in those changes.
>
> I did try this initially, but there's just way too many other changes for it
> to be handled nicely.

In that case, just use the copy command. Since you're explicitly
merging piecemeal, I don't see why this would be a problem.

From the 'lib' directory:

svn copy -r 17051 http://svn/tJunction/trunk/thirdparty/lib/jaxb-2.0.3 .

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 28 21:19:11 2006

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.