Psihius
Psihius

Reputation: 143

SVN merge logs after fixing repository structure

When project started, there where no trunk, branches and tags directories. The project was in main root. Now I fixed that and it's ok besides one thing: to see the logs before the merge in TortoiseSVN I have to select the merge revision, right-click and select "Get merge logs" to see the whole history.

Does anyone know a method to import history into branch to see it all?

Upvotes: 0

Views: 229

Answers (1)

Wim Coenen
Wim Coenen

Reputation: 66733

It sounds like you are looking for the "Include merged revisions" checkbox in the lower left corner of the TortoiseSVN Revision Log Dialog.

Upvotes: 2

Related Questions