What's new? | Help | Directory | Sign in
Google
sv-subversion
subversion wrapper to simplify the task of branching and merging
  
  
  
  
    
Show all Featured Wiki Pages:
CommandReference
Links:
Groups:
Join project
Project owners:
  dan.bravender, loppear, kumar.mcmillan
Project members:
cstejerean, fuchsd

sv is a wrapper around subversion to simplify the task of branching and merging

Specifically, it is a command line tool written in Python that treats branches and tags as first-class names/identifiers so you can operate on them directly without worrying about starting revisions, URLs, and project paths. Here are some reasons why sv might help you work with subversion:

Install Requirements

However, the easiest way to install sv is, by no coincidence, the following command:

easy_install sv

You will need setuptools installed for this to work (and you might need root access on your machine).

Documentation

see CommandReference page

... or type:

sv --help

after installation.

Bugs, Feature Requests

Please feel free to submit an issue

Project Home

If you're not already here, the project lives at Google Code