Skip to content

Commit

Permalink
Small scripts with examples that we can run
Browse files Browse the repository at this point in the history
sergiomb2 committed May 31, 2019
1 parent 5ab008a commit 35ae353
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Before --git-dir option
python3 svn2github.py --cache-dir /home/sergio/rpmfusion/new/VirtualBox/svn2github/virtualbox update sergiomb2/virtualbox

# Migratin from --cache-dir to --git-dir option just run one time
python3 svn2github.py --git-dir /home/sergio/rpmfusion/new/VirtualBox/svn2github/virtualbox-repo/ --cache-dir /home/sergio/rpmfusion/new/VirtualBox/svn2github/virtualbox update sergiomb2/virtualbox

# Now we may delete cache_dir and run option just with --git-dir option
python3 svn2github.py --git-dir /home/sergio/rpmfusion/new/VirtualBox/svn2github/virtualbox-repo/ update sergiomb2/virtualbox

0 comments on commit 35ae353

Please sign in to comment.