SVN log details of uncommitted merge

104 Views Asked by At

I had recently merged my branch with the latest revision of the trunk. However, I did not commit at that time and do not remember with which trunk version I had merged. Currently, I need the trunk revision information during the merge. Is it possible to access the revision number of the trunk at the time of svn merge?

1

There are 1 best solutions below

0
On

You don't need to know latest-merged revision from trunk for subsequent merges from trunk - SVN will use mergeinfo anyway and does not re-merge the same revisions again

But @sameer-singh is right anyway