Where is the repository with the current pd-extended sources? (I.e., the pd-extended 0.43.) I thought it already was in git, but when browsing pd-extended.git on sf.net, it seems to be empty, and trying to clone that repo gives an error.
TIA, Albert
The repos are all listed here: http://puredata.info/docs/developer/GettingPdSource
For details on the Pd-extended git workflow that I use, see the Pd- extended section of this: http://puredata.info/docs/developer/GitWorkflows
.hc
On Jun 2, 2011, at 5:57 PM, Albert Graef wrote:
Where is the repository with the current pd-extended sources? (I.e., the pd-extended 0.43.) I thought it already was in git, but when browsing pd-extended.git on sf.net, it seems to be empty, and trying to clone that repo gives an error.
TIA, Albert
-- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef@t-online.de, ag@muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
----------------------------------------------------------------------------
“We must become the change we want to see. - Mahatma Gandhi
On 06/03/2011 04:48 PM, Hans-Christoph Steiner wrote:
The repos are all listed here: http://puredata.info/docs/developer/GettingPdSource
Yes, I know that page and I also know how to find my way on sf.net. The pure-data and pd-anywhere git repos I can browse and clone without problems, it's just the pd-extended repo that doesn't work for me.
Here's what I get:
$ git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git Cloning into pd-extended... fatal: The remote end hung up unexpectedly
Using the ssh protocol with my sf.net account doesn't work either:
$ git clone ssh://agraef@pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended Cloning into pd-extended... agraef@pure-data.git.sourceforge.net's password: fatal: bad config file line 12 in ./config fatal: The remote end hung up unexpectedly
(My git version is 1.7.3.4, using openSUSE Linux 11.4.)
When I try to browse the tree of that repo at http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended...., it just gives me a "404 - Reading tree failed", and the log page doesn't show any commits.
Am I the only one with that problem? I tried since yesterday, and I always get the same error message. Have the contents of this repo been removed? Is it for project members only?
Downloading the pd-extended sources from the auto-build server via rsync works for me, but that's rather inconvenient.
Thanks, Albert
I got the same errors.
Steve
On Fri, Jun 3, 2011 at 11:50 AM, Albert Graef Dr.Graef@t-online.de wrote:
On 06/03/2011 04:48 PM, Hans-Christoph Steiner wrote:
The repos are all listed here: http://puredata.info/docs/developer/GettingPdSource
Yes, I know that page and I also know how to find my way on sf.net. The pure-data and pd-anywhere git repos I can browse and clone without problems, it's just the pd-extended repo that doesn't work for me.
Here's what I get:
$ git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git Cloning into pd-extended... fatal: The remote end hung up unexpectedly
Using the ssh protocol with my sf.net account doesn't work either:
$ git clone ssh://agraef@pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended Cloning into pd-extended... agraef@pure-data.git.sourceforge.net's password: fatal: bad config file line 12 in ./config fatal: The remote end hung up unexpectedly
(My git version is 1.7.3.4, using openSUSE Linux 11.4.)
When I try to browse the tree of that repo at http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended...., it just gives me a "404 - Reading tree failed", and the log page doesn't show any commits.
Am I the only one with that problem? I tried since yesterday, and I always get the same error message. Have the contents of this repo been removed? Is it for project members only?
Downloading the pd-extended sources from the auto-build server via rsync works for me, but that's rather inconvenient.
Thanks, Albert
-- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef@t-online.de, ag@muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Oops, sorry, I messed up the post-receive hooks stuff. It should be fixed now, and commits should be emailed to pd-cvs also.
.hc
On Jun 3, 2011, at 11:50 AM, Albert Graef wrote:
On 06/03/2011 04:48 PM, Hans-Christoph Steiner wrote:
The repos are all listed here: http://puredata.info/docs/developer/GettingPdSource
Yes, I know that page and I also know how to find my way on sf.net. The pure-data and pd-anywhere git repos I can browse and clone without problems, it's just the pd-extended repo that doesn't work for me.
Here's what I get:
$ git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pd- extended.git Cloning into pd-extended... fatal: The remote end hung up unexpectedly
Using the ssh protocol with my sf.net account doesn't work either:
$ git clone ssh://agraef@pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended Cloning into pd-extended... agraef@pure-data.git.sourceforge.net's password: fatal: bad config file line 12 in ./config fatal: The remote end hung up unexpectedly
(My git version is 1.7.3.4, using openSUSE Linux 11.4.)
When I try to browse the tree of that repo at http://pure-data.git.sourceforge.net/git/gitweb.cgi?p=pure-data/pd-extended.... , it just gives me a "404 - Reading tree failed", and the log page doesn't show any commits.
Am I the only one with that problem? I tried since yesterday, and I always get the same error message. Have the contents of this repo been removed? Is it for project members only?
Downloading the pd-extended sources from the auto-build server via rsync works for me, but that's rather inconvenient.
Thanks, Albert
-- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef@t-online.de, ag@muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
----------------------------------------------------------------------------
You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie
On 06/03/2011 09:50 PM, Hans-Christoph Steiner wrote:
Oops, sorry, I messed up the post-receive hooks stuff. It should be fixed now, and commits should be emailed to pd-cvs also.
Thanks, it works now. :)
On 06/03/2011 10:47 PM, Albert Graef wrote:
On 06/03/2011 09:50 PM, Hans-Christoph Steiner wrote:
Oops, sorry, I messed up the post-receive hooks stuff. It should be fixed now, and commits should be emailed to pd-cvs also.
Thanks, it works now. :)
BTW, Hans, I think I read somewhere that it was planned to merge the GUI improvements in pd-extended back into vanilla. Are there still any plans to do so?
I usually don't need all the stuff that comes bundled with pd-extended, but I really like the "magic glass" and the coloring of objects, inlets/outlets and cables. That's also great for teaching Pd.
Albert
On Jun 3, 2011, at 5:07 PM, Albert Graef wrote:
On 06/03/2011 10:47 PM, Albert Graef wrote:
On 06/03/2011 09:50 PM, Hans-Christoph Steiner wrote:
Oops, sorry, I messed up the post-receive hooks stuff. It should be fixed now, and commits should be emailed to pd-cvs also.
Thanks, it works now. :)
BTW, Hans, I think I read somewhere that it was planned to merge the GUI improvements in pd-extended back into vanilla. Are there still any plans to do so?
I usually don't need all the stuff that comes bundled with pd- extended, but I really like the "magic glass" and the coloring of objects, inlets/outlets and cables. That's also great for teaching Pd.
That's really up to Miller. I've know moved the Pd-extended core to be based off of the pure-data git, so the Pd-extended changes are now a set of patches against pure-data (see the patch_series branch). But with 0.43, there are already many things that have been incorporated into pure-data.
.hc
----------------------------------------------------------------------------
Computer science is no more related to the computer than astronomy is related to the telescope. -Edsger Dykstra
On 06/04/2011 05:34 AM, Hans-Christoph Steiner wrote:
That's really up to Miller. I've know moved the Pd-extended core to be based off of the pure-data git, so the Pd-extended changes are now a set of patches against pure-data (see the patch_series branch). But with 0.43, there are already many things that have been incorporated into pure-data.
Ok, thanks for the explanation. I've been able to apply the color scheme patch on top of pure-data from git, but the magic glass patch gives me problems. I think I've properly fixed all the rejects, but the Pd GUI won't start after applying it. Oh well, I can probably figure this out on my own.
I'd really like to see the object/inlet/outlet/wire color scheme and the magic glass adopted by vanilla. Maybe also the menu option to switch autopatching on and off, I think that this is pretty useful as well.
Miller, would you consider incorporating these into vanilla at some point?
Albert