Can I suggest that you instead use this repo? It can be the official
github-hosted NLTK repository, assuming we find a way to regularly
synchronize it with the svn repository.
Let me know offline what
> Also, as part of the Python 3 branch, I'm intending to rewrite a large
> portion of the Python 2 code so that 2to3 can run over it without problems.
This is a great idea. What kinds of changes do you anticipate needing to make?
> This will allow seamless distribution with Distribute with only one code base.
The current distribution setup isn't great, so I would welcome this,
particularly if it streamlines the process of building distributions
for different platforms.
Another systemic issue we might be able to deal with now is the
cascading imports / slow loading problem:
http://code.google.com/p/nltk/issues/detail?id=378
-Steven Bird
Can I suggest that you instead use this repo? It can be the official
github-hosted NLTK repository, assuming we find a way to regularly
synchronize it with the svn repository.
https://github.com/nltk/
Another systemic issue we might be able to deal with now is the
cascading imports / slow loading problem:
http://code.google.com/p/nltk/issues/detail?id=378
$ mkdir $gitrepo
$ cd $gitrepo
$ git svn init $svnurl --no-metadata
$ git svn fetch
You should then be able to rebase your more recent commits atop the SVN,
Lucas.
And 2to3 stuff should be done in a branch, I presume...?
~J
I have the following list of suggestions:
* Delete the NLTK _user_ and recreate it as an _organization_
- https://github.com/account/organizations/new
* Create a repo called nltk under nltk, at least with a first commit
- That way people can use the github «Fork» button to create forks
* All forks submit code to this repo using the «Pull request» feature
- Admin members of the organization accept or reject the requests
* The «Issues» feature should be deactivated on github
* Initial checkin should be git-svn imported
* All further commits and merges should also be handled using git-svn
I'd be more than happy to discuss or help with any part of this process.
The easiest way to reach me would be this email or on IRC - nick xim on
#nltk on Freenode.
Kind regards,
--
Morten Minde Neergaard
On 25 September 2011 01:11, Morten Minde Neergaard <x...@8d.no> wrote:
>
> I have the following list of suggestions:
>
> * Delete the NLTK _user_ and recreate it as an _organization_
> - https://github.com/account/organizations/new
> * Create a repo called nltk under nltk, at least with a first commit
> - That way people can use the github «Fork» button to create forks
> * All forks submit code to this repo using the «Pull request» feature
> - Admin members of the organization accept or reject the requests
> * The «Issues» feature should be deactivated on github
> * Initial checkin should be git-svn imported
> * All further commits and merges should also be handled using git-svn
>
> I'd be more than happy to discuss or help with any part of this process.
> The easiest way to reach me would be this email or on IRC - nick xim on
> #nltk on Freenode.
>
> Kind regards,
> --
> Morten Minde Neergaard
>
> --
> You received this message because you are subscribed to the Google Groups "nltk-dev" group.
> To post to this group, send email to nltk...@googlegroups.com.
> To unsubscribe from this group, send email to nltk-dev+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nltk-dev?hl=en.
>
>