tags:

views:

30

answers:

1

Is it possible to see full history for file if it was merged from branch to trunk?
Or only history for trank will be accessible?

+2  A: 

Use svn log --use-merge-history if you're referring to versions of svn that truly understand merging (1.5 and later).

jamessan
Is it possible to do it in TortoiseSVN?
Vladimir Bezugliy
Check the "Include merged revisions" box.
jamessan