Subcommander 0.1.0
21st June 2004
Subcommanders first public release. It is based on subversion 1.0.x and it can do a few basic operations.
subcommander
- repository browsing (svn ls http(s)://...).
- viewing the working copy status (svn status).
- checking out a working copy (svn checkout http(s)://...).
- adding/reverting files to/from a working copy (svn add, svn revert).
- creating folders in a working copy (svn mkdir).
submerge
- diff files.
- merge files, 2 way merge, 3 way merge.
- automerge of non conflicting differences.
- view all files in three way merge (original,both modified,merged).
- copy text from submerge, selection by mouse or keyboard.


