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

commit 8d562ac1a9c875e0ac4918f0bb7da165a442a778
Author: Brian J. Tarricone <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to