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?
views:
30answers:
1
+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
2009-12-03 15:26:16
Is it possible to do it in TortoiseSVN?
Vladimir Bezugliy
2009-12-03 15:51:54
Check the "Include merged revisions" box.
jamessan
2009-12-03 15:57:48