CAPTSALTYJACK This app isn't ready for prime time, I don't think. Major functionality such as branching and merging isn't present. Furthermore, some operations are just plain confusing, for instance, the "rollback" feature. I choose rollback to revision 23, for example, and I can see that 3 files have been affected, yet when I commit, nothing happens.
Besides that, I should mention that it's rare for a developer to do a rollback *to* a specific revision. It's not common that we're at r312, and we say "oh hey, we should roll back to r287, and trash all the work we've done from r288 through r312." It just doesn't happen. More common is to look at, for example, r308, and say "yuck, r308 really botched some of the network functions, let's pull it out." On the command line, a simple "svn merge . -c -308" (reverse merge) followed by "svn commit" does the trick, and reverses anything done in r308 so it's almost as if it never existed. Or if r308 and r276 are bad, "svn merge . -c -308,-276" will pull out both. Versions can't do any of this.
Between the lack of branch/merge, and reverse merging, I just can't justify dropping the money on this application yet. This is way overpriced given its current feature set. I hope the developer will continue to work hard on Versions to make it the best it can be.
(Version 1.0.3)