Nerfino
Nerfino

Reputation: 41

How can I get an SVN history of changes that will tell me what I merged with?

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.

Upvotes: 0

Views: 76

Answers (1)

manojlds
manojlds

Reputation: 301587

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

svn propget svn:mergeinfo

Upvotes: 1

Related Questions