Home > Archive > PerlTk > October 2007 > Get lastest ptk from subversion
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Get lastest ptk from subversion
|
|
| Franck Aniere 2007-09-13, 8:03 am |
| Hello,
I'm would like to get the latest ptk code from its subversion repository
(in order to get the lastest patches added since the release on CPAN)
but as I am a total subversion newbie I don't know how to proceed.
Can somebody give me the whole procedure to get this source ? (I'm on
linux, subversion is installed).
Thanks a lot in advance
Best regards,
F.A.
| |
| zentara 2007-09-13, 7:04 pm |
| On Thu, 13 Sep 2007 11:07:04 +0200, Franck Aniere <toto@titi.com> wrote:
>Hello,
>
>I'm would like to get the latest ptk code from its subversion repository
>(in order to get the lastest patches added since the release on CPAN)
>but as I am a total subversion newbie I don't know how to proceed.
>
>Can somebody give me the whole procedure to get this source ? (I'm on
>linux, subversion is installed).
>
>Thanks a lot in advance
>
>Best regards,
>
>F.A.
Slaven Rezic has the latest "all-patches" version at
http://search.cpan.org/~srezic/
Tk-804.027_500
http://search.cpan.org/~srezic/Tk-804.027_500/
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
| Franck Aniere 2007-09-14, 4:09 am |
| zentara a écrit :
> On Thu, 13 Sep 2007 11:07:04 +0200, Franck Aniere <toto@titi.com> wrote:
>
>
> Slaven Rezic has the latest "all-patches" version at
> http://search.cpan.org/~srezic/
>
> Tk-804.027_500
> http://search.cpan.org/~srezic/Tk-804.027_500/
>
Not exactly, there are patches that have been included since this
release (for example the PNG fix) and that's why I wanted to access
the subversion repository :)
| |
| zentara 2007-09-14, 8:03 am |
| On Fri, 14 Sep 2007 10:21:34 +0200, Franck Aniere <toto@titi.com> wrote:
>zentara a écrit :
>
>Not exactly, there are patches that have been included since this
>release (for example the PNG fix) and that's why I wanted to access
>the subversion repository :)
I may be wrong, but I don't think that Perl/Tk has a running current
version, like in cvs or subversion. It should, but no c-competant
person has really stepped forward to take control over the module,
since Nick Ing-Simmon's passing. Slaven Rezic is trying.
So that leaves it up to you to make the patches, or get a source rpm
from a competant distribution.
By the way, the 804.027_500 release had some bugs for me,
(some weird list behavior), so I think
you should only apply corrective patches as you need them.
I run a generic linux system, and I only really needed the
Gtk2-interference patch.
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
| Franck Aniere 2007-09-14, 7:04 pm |
| zentara a écrit :
>
> I may be wrong, but I don't think that Perl/Tk has a running current
> version, like in cvs or subversion. It should, but no c-competant
> person has really stepped forward to take control over the module,
> since Nick Ing-Simmon's passing. Slaven Rezic is trying.
>
> So that leaves it up to you to make the patches, or get a source rpm
> from a competant distribution.
>
> By the way, the 804.027_500 release had some bugs for me,
> (some weird list behavior), so I think
> you should only apply corrective patches as you need them.
>
> I run a generic linux system, and I only really needed the
> Gtk2-interference patch.
Thanks for the info. I did not think of all of this.
I run on Linux (Fedora and Debian) and I just need the png patch for the
moment, but as I made it I will be able to put it myself ;)
Best regards,
Franck
| |
| Lamprecht 2007-09-14, 7:04 pm |
| Franck Aniere schrieb:
> Hello,
>
> I'm would like to get the latest ptk code from its subversion repository
> (in order to get the lastest patches added since the release on CPAN)
> but as I am a total subversion newbie I don't know how to proceed.
>
> Can somebody give me the whole procedure to get this source ? (I'm on
> linux, subversion is installed).
>
> Thanks a lot in advance
>
> Best regards,
>
> F.A.
Hi,
http://svn.perl.org/modules/Tk
I think the latest (development) version is in /trunk .
HTH, Christoph
| |
|
|
| Slaven Rezic 2007-09-16, 7:07 pm |
| zentara <zentara@highstream.net> writes:
> On Fri, 14 Sep 2007 10:21:34 +0200, Franck Aniere <toto@titi.com> wrote:
>
>
> I may be wrong, but I don't think that Perl/Tk has a running current
> version, like in cvs or subversion. It should, but no c-competant
> person has really stepped forward to take control over the module,
> since Nick Ing-Simmon's passing. Slaven Rezic is trying.
I am just trying, but I am also the official Perl/Tk maintainer now.
And there's also a lot pure-perl stuff to do, like porting the Tcl
library changes, getting some Pod pages corrected or extending the
test suite by porting all of the Tcl tests.
>
> So that leaves it up to you to make the patches, or get a source rpm
> from a competant distribution.
>
> By the way, the 804.027_500 release had some bugs for me,
New ones or already apparent in 804.027?
> (some weird list behavior), so I think
> you should only apply corrective patches as you need them.
>
> I run a generic linux system, and I only really needed the
> Gtk2-interference patch.
>
Well, my plans are that the development version of Perl/Tk will get
official when perl 5.10 comes out (as 804.027 does not compile anymore
with perl 5.9.x and 5.10).
Regards,
Slaven
--
Slaven Rezic - slaven <at> rezic <dot> de
Visualize XML files in a Tk text widget:
http://search.cpan.org/search?mode=...y=Tk::XMLViewer
| |
|
|
|
|
|