Hi Martin,

I started porting the old history to Git to prepare a pull request to sis-site.

My first step was to list the users that committed to 
https://svn.apache.org/repos/asf/sis/site/trunk

```# 
https://docs.gitlab.com/ee/user/project/import/svn.html#cut-over-migration-with-svn2gitsvn
 log --quiet | grep -E "r[0-9]+ \| .+ \|" | cut -d'|' -f2 | sed 's/ //g' | sort 
| uniq
aestrada
ahart
desruisseaux
joes
jsorel
mattmann
pctony
rlaidlaw
smarru```


>From this list, I think the following have GitHub users that we can map when 
>importing the repo (see gitlab link above for more).

desruisseaux -> github.com/desruisseaux
jsorel -> github.com/jsorel (geoapi contributor)

mattmann -> github.com/chrismattmann

pctony -> github.com/pctony (ASF org)

rlaidlaw -> github.com/rlaidlaw (ASF org)
smarru -> github.com/smarru (ASF org)


But I don't know if the GitHub users match the SVN users for [aestrada, ahart, 
joes]. If we migrate with the SVN users, and they use different GitHub users, 
the commits of these users might be attributed to the wrong GitHub users.

I thought it would be best to check here before proceeding with the migration. 
What do you think we should do?

Cheers
Bruno



    On Monday, 26 April 2021, 10:32:37 am NZST, Bruno P. Kinoshita 
<[email protected]> wrote:  
 
  Hi Martin,

>Thanks. I have just created the Git repository at 
>https://gitbox.apache.org/repos/asf/sis-site.git

Great news! And already mirrored at https://github.com/apache/sis-site


>Before to put the content rearranged for Hugo system, should we transfer the 
>SVN history in that Git repository?

+1, sounds like a good plan. That way we retain the SCM history. Then prepare a 
pull request - or feel free to transfer the code from the PR over to that 
repository if you'd like.

After that we should be ready to start transferring the project over to git-scm.

Thanks Martin!
Bruno



    On Sunday, 25 April 2021, 8:34:03 pm NZST, Martin Desruisseaux 
<[email protected]> wrote:  
 
 Hello Bruno

Thanks. I have just created the Git repository at 
https://gitbox.apache.org/repos/asf/sis-site.git

Before to put the content rearranged for Hugo system, should we transfer 
the SVN history in that Git repository?

     Martin


Le 25/04/2021 à 10:16, Bruno P. Kinoshita a écrit :

> I saw your e-mail, thanks. I've subscribed to the INFRA ticket, so 
> once it's had any progress I'll be notified too, or ping me if you 
> need anything (here, Slack, JIRA, etc).
>

    

Reply via email to