0

I completely forgot which branch I merged with. I used svn log to view my comments, but these are inadequate and I am curious how I can learn what I automatically merged with.

Thanks.

Nerfino
  • 41
  • 3

1 Answers1

1

Do a propget of svn:mergeinfo to get some idea of the merges done.

svn propget svn:mergeinfo
manojlds
  • 290,304
  • 63
  • 469
  • 417
  • Agree. You can look at the svn:mergeinfo property to see what versions were merged into a particular file or directory. The `propget` command should do the job. – David W. Jul 06 '11 at 03:37
  • That command prints nothing. Also svn log does not tell me what I merged with. – Nerfino Jul 06 '11 at 13:33