tortoisesvn - SVN Rename Folder in branch, Conflict -


i have branch in folder renamed. i'm trying merge changes trunk branch, files modified in trunk still under original folder name, svn throws tree conflict. how can resolve this?

the folder renamed using svn rename.

this case merge give tree conflict complete merge. shortcut avoid conflict , merge code that, after merging complete trunk branch ... ignoring tree conflict, merge individual folder(s).

eg:

/trunk   /foldera   /folderb   /folderc  /branhes   /branch1     /foldera     /folderb     /renamed folder (previously folder c) 
  1. merge /trunk /branches/branch1
  2. merge /trunk/folderc /branches/branch1/renamed folder

cheers!!


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -