how to update and merge branch in netbeans?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-01T18:04:06Z
Indexed on
2010/04/01
18:13 UTC
Read the original article
Hit count: 153
im using netbeans with svn.
i've checked out a project and then i used "copy to..." and chose to copy the trunk to a branch. i deleted the working copy of the trunk and checked out the newly created branch into a working copy and made some changes both in the trunk and the branch.
now..how do i update the branch with the new data of the trunk and how do i merge the branch with the trunk using netbeans?
is this possible? cause with "merge to..." i could only chose to merge from a remote repository to a local folder.
© Stack Overflow or respective owner