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