You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/03/14 21:04:18 UTC

[44/50] [abbrv] git commit: o remove unecessary setup for svn

o remove unecessary setup for svn


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/39d063a4
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/39d063a4
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/39d063a4

Branch: refs/heads/eclipse-aether
Commit: 39d063a4354ef28300ffa37af290824e7f656484
Parents: 38d132b
Author: Jason van Zyl <ja...@tesla.io>
Authored: Thu Feb 14 18:04:03 2013 -0500
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Thu Feb 14 18:04:03 2013 -0500

----------------------------------------------------------------------
 init-git-svn.sh |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/39d063a4/init-git-svn.sh
----------------------------------------------------------------------
diff --git a/init-git-svn.sh b/init-git-svn.sh
deleted file mode 100755
index 28ea5be..0000000
--- a/init-git-svn.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-cd .git;wget http://git.apache.org/authors.txt; cd ..
-git config svn.authorsfile ".git/authors.txt"
-git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/maven/maven-3
-git svn rebase