[Proj] Github migration complete

Elliott Sales de Andrade quantum.analyst at gmail.com
Thu May 28 01:57:02 EST 2015


Hi Howard,

On 24 May 2015 at 10:43, Howard Butler <howard at hobu.co> wrote:
>
>> On May 23, 2015, at 3:22 AM, Elliott Sales de Andrade <quantum.analyst at gmail.com> wrote:
>>
>> To show you how this would look (except for the .gitignore and
>> git-svn-id suggestions, as those should be done when converting from
>> svn), I have uploaded a cleaned repo [1] and, for reference, the
>> commands I used to produce it [2].
>
> Fantastic. Unless I hear otherwise, we will use this repo as our starting point. My concerns are to make sure tags/branches are preserved, and Trac ticket->revision and github ticket->sha linkages are preserved as part of the migration.
>

I see that an update was made yesterday where the existing repository
was merged with the proj4-clean version. However, that means that the
repository is twice as large as it needs to be, since you still have
all of the original commits *and* all of the re-written ones. It would
be better to replace it outright:

$ git clone git at github.com:QuLogic/proj4-clean.git
$ cd proj4-clean
$ git remote add osgeo git at github.com:OSGeo/proj.4.git
$ git push -f osgeo --all
$ git push -f osgeo --tags

> Howard

-- 
Elliott


More information about the Proj mailing list