Re: Merge prerequisites
From: Thomas Recloux <thomas.recloux_at_gmail.com>
Date: 2007-01-03 14:33:15 CET
> svn merge -r 15:15 file:///var/subversion/myproject/trunk , merge
It can't, you are applying the diff between revision 15 and revision
> eg.
No, revisions are global to the repository. If the start revision is 5
> Now Mikes concludes that Sally has changes that he wants and wants to merge
Exports ? with svn export ?
> |-> In working directory he does svn merge -r 15:6
If the last revision is 15, and if you want to bring trunk's changes
svn merge -r 5:15 file:///var/subversion/myproject/trunk
Svn will apply on the working copy, the changes commited on trunk
I think you should read this doc :
-- Thomas Recloux --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jan 3 14:33:39 2007 |
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.