Oded
Oded

Reputation: 795

SVN merge files

I'm using TortoiseSVN as my SVN client.

How can I know if a file was merged in the past ?

Thank you.

Upvotes: 0

Views: 483

Answers (1)

Mark Bell
Mark Bell

Reputation: 29775

Right click on the file, and go to TortoiseSVN>Show log - that should show you all actions performed on the file in the past. Tick the 'Include merged revisions' tickbox at the bottom of the dialog and you should be able to track your merges.

See this link for more details.

Upvotes: 2

Related Questions