svn - Best practices regarding merging bugfixes from trunk into a feature branch using TortoiseSVN -


i have case branch represents new version in there refactored data layer, of bug fixes applied trunk.
doing oppsite way since of documentation have encountered refer merging branch trunk.
still keep version branch , bug fixes in sync, how can done easily?
if there conflicts due fact version branch has many changes it's directory hierarchy , files.
best practice in case?

subversion knows scenario of "feature branch":

http://svnbook.red-bean.com/en/1.1/ch04s04.html#svn-ch-4-sect-4.4.2

i think applies degree situation. idea there changes trunk branch later easier re-integrate trunk. experience subversion not run smoothly like. other systems git or mercurial supposedly better job this.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -