Reputation: 5847
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?
Upvotes: 0
Views: 97
Reputation: 97365
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
Upvotes: 0