Update of "svn2fossil"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 2cc8375e60bcec05773191d790ccb1e8cac41a6b
Page Name:svn2fossil
Date: 2014-06-06 00:04:54
Original User: cfuhrman
Mimetype:text/x-markdown
Parent: 76f5ded5900f3696b02261ab093055b8d42b593a (diff)
Content

NAME

svn2fossil - A Subversion to Fossil conversion script

SYNOPSIS

    # Display Help
    svn2fossil.sh -h

    # Convert a repository
    svn2fossil.sh -s http://svn.example.org/r/example -f ~/repos/example.fossil

    # Include git-svn metadata
    svn2fossil.sh -s http://svn.example.org/r/example -f ~/repos/example.fossil -m

    # Add custom authors file
    svn2fossil.sh -s http://svn.example.org/r/example -f ~/repos/example.fossil -a ~/tmp/authors.txt

DESCRIPTION

svn2fossil is a simple bash script that can be used for converting a Subversion repository to Fossil. It is mostly based on code found in the Fossil Cookbook

REQUIREMENTS

  • Subversion
  • git-svn
  • Fossil

CLONING

To clone this repository:

    fossil clone http://chiselapp.com/user/cfuhrman/repository/svn2fossil

SEE ALSO