On 15 January 2013 10:10, Ferenc Kovacs <tyr...@gmail.com> wrote: > On Tue, Jan 15, 2013 at 10:44 AM, Richard Quadling <rquadl...@gmail.com>wrote: > >> On 15 January 2013 04:21, Moacir de Oliveira < >> moacirdeoliveira....@gmail.com> wrote: >> >>> Hello Richard, >>> 2013/1/14 Richard Quadling <rquadl...@gmail.com> >>> >>>> Hello all. >>>> >>>> Just getting back into the docs and I'm coming up against the changes >>>> made in >>>> http://git.php.net/?p=phd.git;a=commitdiff;h=dc61fff7daab9c3498f5c4bd8ddee9fbea139989;hp=e65c062692173f921c16a1bc81f2d70e60a253a4 >>>> >>>> >>>> From what I am seeing, to use optional values (lang::), I need to use >>>> the = separator (this may be windows only and a bug - I'm not sure). >>>> >>>> So, --lang=en rather than --lang en >>>> >>>> But the patch gives an error ... >>>> >>>> [02:28:41 - E_USER_ERROR ] >>>> D:\PHP\Manual\PHD\phpdotnet\phd\Options\Parser.php:84 >>>> Invalid long option --lang=en >>>> >>> >>> >>> Yes, that's a bug, and not windows only. >>> For the patch, would be easier to explode in '=' and then check if the >>> option is valid. >>> >>> >>> -- >>> Moacir de Oliveira >>> >> >> Not committed via git to PHP before. I assume I need to build a key and >> things. I seem to have a mental block on ssh and keys on Windows. >> Alternatively, is the SVN still open for phd? >> >> > I seems we already moved phd to git.php.net: > http://git.php.net/?p=phd.git;a=summary so commiting to svn wouldn't do > anything. > For windows I would suggest http://code.google.com/p/msysgit/ > you can use the common ssh-keygen from the Git Bash shell provided by > msysgit > then you need to add your public key to your profile on master.php.netand > after a couple of minutes, you should be fine to go as you already have > phd karma. > > -- > Ferenc Kovács > @Tyr43l - http://tyrael.hu >
Getting there. Slowly. Managed to send my public key to master.php.net When I'm trying to push my changes (using TortoiseGit) ... git.exe push -v --progress "origin" master:master Pushing to https://git.php.net/repository/phd.git error: The requested URL returned error: 403 while accessing https://git.php.net/repository/phd.git/info/refs?service=git-receive-pack fatal: HTTP request failed git did not exit cleanly (exit code 128) (2637 ms @ 15/01/2013 10:49:56) When I use https://git.php.net/push/phd.git, I get asked for a username and password on git.php.net. I enter what I think is right (but obviously not) ... git.exe push -v --progress "origin" master:master Pushing to https://git.php.net/push/phd.git fatal: Authentication failed git did not exit cleanly (exit code 128) (13182 ms @ 15/01/2013 10:56:27) I know you probably all use command line tools, but what am I missing when it comes to TortoiseGit? Any help would be appreciated! -- Richard Quadling Twitter : EE : Zend @RQuadling : http://e-e.com/M_248814.html : http://bit.ly/9O8vFY