
Shipwright::Backend - VCS repository backends

use Shipwright::Backend; $backend = Shipwright::Backend->new (repository => $args{repository});

The constructor returns the Backend object that corresponds to the type in $args{repository}.
Currently, the only supported backends are SVN and SVK.

A backend must support the following methods: