[Xfce4-commits] <xfce-git-migration:master> remove the git-svn dir when done

Brian J. Tarricone brian at tarricone.org
Thu Aug 13 03:22:02 CEST 2009


Updating branch refs/heads/master
         to 8d562ac1a9c875e0ac4918f0bb7da165a442a778 (commit)
       from b6479669774e8d5c1416913e53f4af8c50e83722 (commit)

commit 8d562ac1a9c875e0ac4918f0bb7da165a442a778
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Thu Aug 13 00:32:45 2009 +0000

    remove the git-svn dir when done

 svn2git.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/svn2git.sh b/svn2git.sh
index a456de0..31b8c07 100755
--- a/svn2git.sh
+++ b/svn2git.sh
@@ -208,5 +208,8 @@ done
 # push all the newly-created tags
 $GIT push --tags origin &>/dev/null || die "failed to push tags to bare git repo"
 
+# we don't ned the old one anymore
+rm -rf "$git_svn_dir"
+
 echo "================================================================================"
 echo



More information about the Xfce4-commits mailing list