How can I merge in a list of changes I have committed to the trunk to my branch?

The list of revision are all of my changes and these are the only revisions I wish to merge to the branch (.)

I have tried this, but to no avail.

svn merge -r498,509,514,516,518,520,523,527,529,539,543,563,565,568,590,591,597 https://svn.ayrshireminis.com/svn/MINI/trunk/ .

有帮助吗?

解决方案

Try using -c instead of -r

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top