Chameron
Chameron

Reputation: 2984

TortoiseSVN - How to update branches

i create a branches/test form trunk

Then i work on trunk, so trunk is newly than branches/test

How to update branches with new changed in trunk ?

Upvotes: 0

Views: 186

Answers (3)

Senthil
Senthil

Reputation: 5824

That is called merge, Check TotoiseSVN menu option called Merge. You could find that menu when you right click on the branch checked out folder.

Upvotes: 0

duffymo
duffymo

Reputation: 308998

It might be helpful to read the Red Bean book. It's got a fine section on branching and merging.

Upvotes: 1

Bernhard
Bernhard

Reputation: 8851

You have to merge from trunk to branch.

Upvotes: 1

Related Questions