]> git.phdru.name Git - git-scripts.git/commitdiff
Comment out messing with remote refs
authorOleg Broytman <phd@phdru.name>
Fri, 25 Apr 2014 01:06:46 +0000 (05:06 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 25 Apr 2014 01:06:46 +0000 (05:06 +0400)
svn/clone

index c206fc2800d942bccb12369aea13a9f2d6add153..2ac2d3495e87daf2c2aaa554f72e92c2579ef8a2 100755 (executable)
--- a/svn/clone
+++ b/svn/clone
@@ -28,10 +28,10 @@ git svn clone "$url" --authors-file=authors.txt --stdlayout "$dir" &&
 cd "$dir" &&
 
 # fix references
-cp -rf .git/refs/remotes/tags/* .git/refs/tags/ &&
-rm -rf .git/refs/remotes/tags
-cp -rf .git/refs/remotes/* .git/refs/heads/ &&
-rm -rf .git/refs/remotes
+#cp -rf .git/refs/remotes/tags/* .git/refs/tags/ &&
+#rm -rf .git/refs/remotes/tags
+#cp -rf .git/refs/remotes/* .git/refs/heads/ &&
+#rm -rf .git/refs/remotes
 
 # convert svn:ignore to .gitignore
 git svn create-ignore &&