tags - Branching and Tagging SVN -


i have school maintenance course , had mingle svn quite lot. i've created branch major refactoring(switched branch too). when done , went on tag branch,instead auto-committed had in branch trunk , tagged final result(the trunk + changes of branch).

i don't understand went wrong, thought if tagged branch either copy of branch or of trunk's current revision. instead had branch auto-merged changes , tag created of revision.

just wondering if can relate might ave been issue, i'm trying figure out happened or if used svn wrong way.

i've used tortoisesvn so, here steps did:

  • create branch of current trunk /branches switch branch
  • make changes code in branch
  • create tag of trunk(then committed branch trunk , tagged).

still there confusion told tortoisesvn do.

i find copied branch /trunk directory instead of /tags directory -> /trunk identical branch. can rectified reverse merge of particular revision, , commit.

generally, log tell happened. can post log?


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -