[Bps-public-commit] rt-extension-quickdelete branch, localpaths, created. 3a5423e66b92a7d3bc37f70dcb3b9500c13d064a

Kevin Falcone falcone at bestpractical.com
Wed Mar 3 12:58:38 EST 2010


The branch, localpaths has been created
        at  3a5423e66b92a7d3bc37f70dcb3b9500c13d064a (commit)

- Log -----------------------------------------------------------------
commit 6d6023d532103df32e534afed0846e59f0187791
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Jul 1 15:26:54 2009 -0400

    local paths

diff --git a/svn-to-git b/svn-to-git
index 0902a6c..cd70a68 100755
--- a/svn-to-git
+++ b/svn-to-git
@@ -22,13 +22,13 @@ fi
 
 
 
-git svn clone $OPTS --prefix svn/ --authors-file=/Users/jesse/git/bps/git-mailer.git/authors.txt  \
+git svn clone $OPTS --prefix svn/ --authors-file=/Users/falcone/work/git/git-mailer/authors.txt  \
     svn://svn.bestpractical.com/${REPO} /tmp/svn-${REPO} && \
 cd /tmp/svn-${REPO} && \
 sh -c "$CLEANUP_CMD" && \
 git svn-abandon-cleanup  && \
 ssh fsck.com "cd /git/${GIT_REPO}.git; git config receive.denyNonFastforwards false" && \
-git push --mirror git+ssh://diesel.bestpractical.com/git/${GIT_REPO}.git &&
+git push --mirror git+ssh://svn.bestpractical.com/git/${GIT_REPO}.git &&
 ssh fsck.com "cd /git/${GIT_REPO}.git; git config receive.denyNonFastforwards true" 
 echo "Please check the conversion."
 echo "If you're happy, run:"

commit 3a5423e66b92a7d3bc37f70dcb3b9500c13d064a
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Feb 19 09:20:44 2010 -0500

    remove prefix which is unnecesary, at least on projects without
    trunk/branches/etc

diff --git a/svn-to-git b/svn-to-git
index cd70a68..afe1343 100755
--- a/svn-to-git
+++ b/svn-to-git
@@ -22,7 +22,7 @@ fi
 
 
 
-git svn clone $OPTS --prefix svn/ --authors-file=/Users/falcone/work/git/git-mailer/authors.txt  \
+git svn clone $OPTS --authors-file=/Users/falcone/work/git/git-mailer/authors.txt  \
     svn://svn.bestpractical.com/${REPO} /tmp/svn-${REPO} && \
 cd /tmp/svn-${REPO} && \
 sh -c "$CLEANUP_CMD" && \

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list