You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/20 15:00:25 UTC

[sling-tooling-scm] 16/35: SLING-3987 - move from Subversion to Git

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-scm.git

commit 843d44f51638147a03302f1f7dd260a3fca9199c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 29 07:28:56 2017 +0000

    SLING-3987 - move from Subversion to Git
    
    Push to the github repos for the dry-run.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1810060 13f79535-47bb-0310-9956-ffa450edef68
---
 scripts/migrate-to-git.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/migrate-to-git.sh b/scripts/migrate-to-git.sh
index 34501bc..3c3817b 100755
--- a/scripts/migrate-to-git.sh
+++ b/scripts/migrate-to-git.sh
@@ -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