svn - Can I (and how to) apply a patch created from trunk to a branch? -
i working on trunk , changed did thought others might need them created patch before committing.
now fellow dev working on branch (which comes trunk couple of weeks back) needs changes go on new server.
i'm trying apply patch tortoise svn does'nt seam disparities of working copies. have :
- my trunk @ : d:\svn\trunk
- the branch @ : d:\svn\branches\thebranchineedtopatch
am trying impossible ? there i'm missing ?
can apply trunk patch branch working copy ?
thanks help!
perquisite: let's working on branch. check use svn info
. url should pointing branch
then can merge changes trunk branch using merge command
svn merge -r from_revision:required_revision url/to/trunk . or svn merge -r 26:32 url/to/trunk .
this bring change sets rev 26 32 of trunk branch.
ah, there discussion on how tortoisesvn: using tortoisesvn how merge changes trunk branch , vice versa?
Comments
Post a Comment