There are a variety of tasks that need doing in SSCM. Maybe you'd like to help...
Add more unit tests
The main sscm.rb SSCMRunner class needs tests. Mostly it's just calling out to other classes
which do have good test coverage but it really should be tested itself.
Support ignore files
Sometimes you want to add a file to your SCMs ignore file so it'll stop
asking you about it. We should make it easy for people to add something to all their ignore files
at once. Because of the differing syntaxes used by the various systems
i think we may only be able to support the exclusion of specific files not wildcards,
but that would still be useful.