savana

Create isolated workspaces for SVN transactions and changes.

brewmacoslinux
Try with needOr install directly
Source

About

Transactional workspaces for SVN

Commands

savana

Examples

create a new workspace for making changes$ savana create my-workspace
list all existing workspaces$ savana list
commit changes from workspace to SVN repository$ savana commit my-workspace -m 'fix bug'
delete a workspace after finishing work$ savana delete my-workspace
view pending changes in a workspace$ savana status my-workspace