On Fri, 2014-03-28 at 08:58 -0400, Karl Wright wrote: > Hi Malcolm, > > To create a patch: > > -- install an svn client; I use one from SlikSubversion > -- check out the svn repository in question: > > svn co https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk > > -- make your change in that tree > -- in the httpclient/trunk directory, do the command: > > svn diff >mypatch.patch > > To create a ticket, go to https://issues.apache.org/jira, and register. > Anybody can register. Create a ticket in the HTTPCLIENT queue, providing a > description. Then attach your patch file. > > Thanks, > Karl >
Malcolm, If you are more familiar with GitHub workflow, you can also open a pull request against GitHub hosted copy of the HttpClient code repository https://github.com/apache/httpclient You'll still need to raise a ticket in JIRA, though. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
