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

RE: Re: Merge issues.

From: Carter Thompson <cthompso_at_outerbay.com>
Date: 2005-01-26 22:36:49 CET

> -----Original Message-----
> From: Mark Phippard [mailto:MarkP@softlanding.com]
>
[snip]

> Read this:
>
> http://svnbook.red-bean.com/en/1.1/ch04s04.html
>
> This is what you would probably want:
>
> cd trunk
> svn update
> svn merge -r25:HEAD http://subversion/svn/prodops/branches/ui-rel-1.0
>
> This would cause all of the changes made on the branch to merged into
your
> WC of trunk. You then review the merge, resolve conflicts, and
commit.
>

Thanks, Mark. Unfortunately, I tried that among other merge attempts.
Embarassingly, I actually own the Subversion book and have read the
entire
chapter on merging and it's just not working for me. When I do the
above
I get this:

svn merge -r25:HEAD http://subversion/svn/prodops/branches/ui-rel-1.0
Skipped missing target: 'src/com/outerbay/ui/UIResources.properties'
Skipped missing target: 'src/com/outerbay/ui'
Skipped missing target: 'src/com/outerbay'
Skipped missing target: 'src/com'
Skipped missing target: 'src'

Can't figure out why I've got a 'missing target'.

Carter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 22:40:08 2005

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.