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

merge, new directories and files

From: Andrew Brosnan <andrew_at_broscom.com>
Date: 2006-02-23 19:45:31 CET

I want to merge all changes in a trunk into a previously created branch.
When I do a dry-run I get several 'Skipped missing target:' messages
anytime files were added in a new directory. Example:

svn merge --dry-run -r 145:290 svn+ssh://url/to/trunk/project
...
A html/images/horoscope/n
Skipped missing target: html/images/horoscope/n/Cancer.gif
Skipped missing target: html/images/horoscope/n/Scorpio.gif
Skipped missing target: html/images/horoscope/n/Leo.gif
...

The directory gets added ok, why not the files? How do I handle this?

Many thanks,
Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 23 19:44:55 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.