Code Comments
Programming Forum and web based access to our favorite programming groups.Hi! I'd like to ask, are there any plans to release new version from svn repository? There are many (for me mandatory) changes, which would be good to have by simple package upgrade... Gergely Santa -- ======================================== ======= Gergely Sánta TEMPEST a.s. Senior Developer IT Services +421907 668631 Plynarenska 7/B Gergely_Santa@tempest.sk Bratislava ======================================== ========
Post Follow-up to this messageSánta Gergely a écrit : > Hi! > > I'd like to ask, are there any plans to release new version from svn > repository? There are many (for me mandatory) changes, which would be > good to have by simple package upgrade... > I add my voice to this call :) Please let us know if you need help to achieve this. Clement.
Post Follow-up to this messageOn Mar 20, 2008, at 9:22 AM, Cl=E9ment OUDOT wrote: > S=E1nta Gergely a =E9crit : > > I add my voice to this call :) Please let us know if you need help to > achieve this. I know it has been too long :( I have recently changed jobs and am now self-employed. The transition =20= has been taking a lot of my time. Because of this I do not have much time to test, but if people can =20 confirm that there are not issues with what is in the repository then =20= I will cut a release from what is there now. As a side note, I do not want to start a flame war, but I would like =20 to get people feedback on changing the repository to be a git =20 repository instead of svn. I think it would make it easier for others =20= to contribute and those contribution to be integrated into the =20 repository. Graham.
Post Follow-up to this messageOn Thu, Mar 20, 2008 at 11:24:41AM -0500, Graham Barr wrote: > Because of this I do not have much time to test, but if people can > confirm that there are not issues with what is in the repository then > I will cut a release from what is there now. everything's good here. > to get people feedback on changing the repository to be a git > repository instead of svn. I think it would make it easier for others > to contribute and those contribution to be integrated into the > repository. i think it would be great. regards mc
Post Follow-up to this messageOn 20 Mar 2008, at 16:24, Graham Barr wrote: > On Mar 20, 2008, at 9:22 AM, Cl=E9ment OUDOT wrote: > > I know it has been too long :( > > I have recently changed jobs and am now self-employed. The =20 > transition has been taking a lot of my time. I hope that's all good news... > Because of this I do not have much time to test, but if people can =20 > confirm that there are not issues with what is in the repository =20 > then I will cut a release from what is there now. That's sensible. > As a side note, I do not want to start a flame war, but I would like =20= > to get people feedback on changing the repository to be a git =20 > repository instead of svn. I think it would make it easier for =20 > others to contribute and those contribution to be integrated into =20 > the repository. Git would work OK for me. Does the web site generate itself =20 automatically out of git as well as svn? Cheers, Chris=
Post Follow-up to this messageOn Mar 20, 2008, at 4:08 PM, Chris Ridd wrote: > > I hope that's all good news... Yes, it was a decision of my own, not forced :-) > > That's sensible. Done. > > Git would work OK for me. Does the web site generate itself > automatically out of git as well as svn? Yes, there is a web frontend for git. See http://git.kernel.org/ gitweb.cgi?p=git/git.git;a=summary for the git project itself Graham.
Post Follow-up to this messageHi, On Thursday, 20. March 2008, Graham Barr wrote: > I know it has been too long :( Well, it's solved now: 0.35 is on CPAN. Thanks! > As a side note, I do not want to start a flame war, but I would like > to get people feedback on changing the repository to be a git > repository instead of svn. I think it would make it easier for others > to contribute and those contribution to be integrated into the > repository. It's OK with me. I always wanted to know more about git, but was too lazy. If perl-ldap switches to git, I have a real incentive to get myself acquainted wit git. Will this change also affect the other modules Auth::SASL, Convert::ASN1, ...? Peter -- Peter Marschall peter@adpm.de
Post Follow-up to this messageOn 30 Mar 2008, at 20:07, Graham Barr wrote: > On Mar 20, 2008, at 4:08 PM, Chris Ridd wrote: > > Yes, there is a web frontend for git. See http://git.kernel.org/gitweb.cgi?p=...t.git;a=summary > for the git project itself I meant that the process that generates the HTML content for ldap.perl.org is driven by changes to the subversion /website repository, the one we always forget to update after a release ;-) Whatever does that will need to be git-ified. Cheers, Chris
Post Follow-up to this messageOn Mar 31, 2008, at 2:23 AM, Chris Ridd wrote: > > On 30 Mar 2008, at 20:07, Graham Barr wrote: > > I meant that the process that generates the HTML content for > ldap.perl.org is driven by changes to the subversion /website > repository, the one we always forget to update after a release ;-) No that will not change. That is a separate repository hosted by perl.org. subversion is the method that perl.org support for updating websites. Graham.
Post Follow-up to this messageOn Mar 31, 2008, at 2:13 AM, Peter Marschall wrote: > > It's OK with me. > > I always wanted to know more about git, but was too lazy. > If perl-ldap switches to git, I have a real incentive to > get myself acquainted wit git. > > Will this change also affect the other modules Auth::SASL, > Convert::ASN1, ...? Yes, when I make the switch, it will likely be all my repositories. There are still a few things to sort out though, so it may be a while before I switch. For one, the git protocol has no authentication. So I either need to create accounts for all users you have permissions to update the repository. Or change my model to be like that of the git project. The model they, and many others use, is that a contributor either has a repository they make accessible that the lead person pulls patches from or they mail patches which the lead person applies. Git has a method for mailing patches but still preserving the contributor when applied. Graham.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.