Author: rombert
Date: Fri Sep 29 07:28:56 2017
New Revision: 1810060
URL: http://svn.apache.org/viewvc?rev=1810060&view=rev
Log:
SLING-3987 - move from Subversion to Git
Push to the github repos for the dry-run.
Modified:
sling/trunk/tooling/scm/scripts/migrate-to-git.sh
Modified: sling/trunk/tooling/scm/scripts/migrate-to-git.sh
URL:
http://svn.apache.org/viewvc/sling/trunk/tooling/scm/scripts/migrate-to-git.sh?rev=1810060&r1=1810059&r2=1810060&view=diff
==============================================================================
--- sling/trunk/tooling/scm/scripts/migrate-to-git.sh (original)
+++ sling/trunk/tooling/scm/scripts/migrate-to-git.sh Fri Sep 29 07:28:56 2017
@@ -155,6 +155,7 @@ while read -r module; do
else # -p
pushd ${git_repo_location}/${repo_name}
+ # TODO - use the ASF remotes for the final run
git remote add origin https://github.com/not-sling/${repo_name}.git
git push -u origin master
popd