Skip to content

ccampbell/show-missing-revs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Find revisions that have not been merged in Subversion (requires version 1.5 or later).

This script is useful if you have development happening simultaneously in multiple branches and have a hard time keeping track of what has and hasn't been merged.

Instructions:

cd to base directory of branch or trunk
sh /path/to/show_missing_revs.sh -b (branch that you are merging into the current directory) -u (optional - username) -v (optional - verbose mode)

The script will output something like:
r9943 | bowser | unleashing koopa troopas
r10123 | mario | trying to save the princess
r10127 | luigi | looking cool wearing green
r10128 | luigi | eating mushrooms

This means those revisions are present in the branch specified by -b but not in the current branch.

About

Shows subversion revisions that have not been merged from one branch to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages