linux - How to solve below scenario related to svn branching? -


my project structure this,

trunk/x/ trunk/k/ trunk/x/y trunk/x/z trunk/x/y/a trunk/x/z/b 

i created branch particular x/z/b folder.

my branch structure

x x/z x/z/b 

i have made changes in branch , committed branch. now due reason, need full project(trunk) in same branch. please understand there difference in code in branch , want retain it. how can that?

as understand want trunk of particular revision in branch x.

for can create new branch of trunk revision number(which used branch x creation) & merge branch x newly created branch.

you code in 1 branch.

to create new brach refer


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -