--
You received this message because you are subscribed to the Google Groups "sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
You should clone from git.sympy.org and fork from github, as Christian said. We should probably setup the build bot to push changes up to github. For now, Ondrej gave write access to all the sympy developers who had a github account, so you should be able to just add sympy as a remote repository and do "git push sympy" to update it.
I think the idea behind the github sympy was to give people a repository to fork that would put them in the network, but wouldn't give them the junk branches that would come from forking, say, my repository instead.
Aaron Meurer
I agree that the github is very nice and I use it for most of my
projects. But the extra step
of having to pull from git.sympy.org is simply confusing. why not
simply use github for everything?
Or, what is the advantage of having two main repos like this?
Cheers,
Brian
--
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgra...@calpoly.edu
elli...@gmail.com
Aaron Meurer
While I am not a git master yet, I have been using it for a while now
on most of my projects. While it is my favorite DVCS, it is fairly
complex and anything we can do to simplify using git for new devs is
important. Having 2 main repos like this is simply confusing -
especially when they fall out of sync.
> I think the idea behind the github sympy was to give people a repository to fork that would put them in the network, but wouldn't give them the junk branches that would come from forking, say, my repository instead.
But don't we get all of these things even if we delete git.sympy.org?
I guess I don't see what the advantage of keeping git.sympy.org is...
Cheers,
Brian
> Aaron Meurer
>>
>> Cheers,
>>
>> Brian
>>
>> --
>> You received this message because you are subscribed to the Google Groups "sympy" group.
>> To post to this group, send email to sy...@googlegroups.com.
>> To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To post to this group, send email to sy...@googlegroups.com.
> To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
>
>
--
Ok, that makes sense. We should see if github has such hooks...or
minimally we should have the gibhub repo automatically synched when
someone pushes.
Cheers,
Brian
I can give root access to anyone on my server, if someone would like
to fix/improve it.
For example one can automatically push changes to the github repo somehow.
Ondrej