linux - Comparing mergeinfo property between branch trunk using shell -
is there way use svn cli extract , compare mergeinfo property open branches verify have latest trunk? planning on automating theory using shell
you can use option --show-revs eligible
command svn mergeinfo
see, if there unmerged commits. see documentation on command mergeinfo more information:
Comments
Post a Comment