Skip to content

Instantly share code, notes, and snippets.

View mymirai-nikki's full-sized avatar

mymirai-nikki

View GitHub Profile
@DumplingSociety
DumplingSociety / Svn_Cheatsheet.md
Last active November 5, 2025 03:37
GDB cheat sheet

svn merginfo

####show you what needs to be merged, next you need to svn merge each of those revisions

svn mergeinfo --show-revs eligible https://xxsubver/svn/path .

for each revision run with --dry-run as above and if no conflicts you can take the --dry-run out to perform the

The --dry-run option doesn't actually apply any local changes to the working copy. It shows only status codes that would be printed in a real merge. It's useful for getting a “high-level” preview of the potential merge, for those times when running svn diff gives too much detail.