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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -