Re: [git] Please test sample migrated git projects and repo setup

2017-09-22 Thread Robert Munteanu
On Thu, 2017-09-21 at 11:18 +0300, Robert Munteanu wrote: > > According to Eric Raymond (http://esr.ibiblio.org/?p=6778), who > > claims > > to have some experience with svn to git migrations, git-svn is not > > up > > to the task. Maybe that's where the history is lost. > > > > In any case, I

Re: [git] Please test sample migrated git projects and repo setup

2017-09-21 Thread Robert Munteanu
On Thu, 2017-09-21 at 11:02 +0200, Julian Sedding wrote: > Hi Robert > > Another approach may be to use "git subtree" based on the git-svn > repo > from github. > > I quickly tested moving "repoinit" out of a clone of > https://github.com/apache/sling using "git subtree split -P >

Re: [git] Please test sample migrated git projects and repo setup

2017-09-21 Thread Julian Sedding
Hi Robert Another approach may be to use "git subtree" based on the git-svn repo from github. I quickly tested moving "repoinit" out of a clone of https://github.com/apache/sling using "git subtree split -P bundles/jcr/repoinit -b repoinit" as described by a stackoverflow answer[0]. This seems

Re: [git] Please test sample migrated git projects and repo setup

2017-09-21 Thread Robert Munteanu
Hi Julian, On Thu, 2017-09-21 at 10:01 +0200, Julian Sedding wrote: > Hi Robert > > Thanks for pushing the conversion forward! > > IIUC your script uses https://github.com/apache/sling as the source > repository. I believe this is created using git-svn. (I'd be happy > for > a pointer that I am

Re: [git] Please test sample migrated git projects and repo setup

2017-09-21 Thread Julian Sedding
Hi Robert Thanks for pushing the conversion forward! IIUC your script uses https://github.com/apache/sling as the source repository. I believe this is created using git-svn. (I'd be happy for a pointer that I am wrong!) According to Eric Raymond (http://esr.ibiblio.org/?p=6778), who claims to

[git] Please test sample migrated git projects and repo setup

2017-09-20 Thread Robert Munteanu
Hi, I did a dry run migration of two sling bundles: https://github.com/rombert/TMP-sling-org.apache.sling.api https://github.com/rombert/TMP-sling-org.apache.sling.jcr.repoinit Please take a look and check if _anything_ is wrong. I think that I have the process narrowed down more or less