Ping.
This submission received no comments subsequent to it being updated.
Gavin.
On 06/07/2009, at 7:09 PM, Aron Gombas wrote:
> Hi Stefan!
>
> Thank you very-very much for your prompt answer and all the help.
> (This is actually quite confusing how exactly to produce the
> patchfile. Even the fact that the website is available from a public
> SVN repo was *not* clear to me.)
> Now I'm sending you the patch that I produced based on your detailed
> instructions.
> Thanks again, I appreciate your kind help.
>
> Aron Gombas
> Follow Intland on Twitter: http://twitter.com/intland
>
>
> Stefan Sperling wrote:
>> On Mon, Jul 06, 2009 at 10:20:14AM +0200, Aron Gombas wrote:
>>> Dear Patch Manager,
>>>
>>> The attached super simple patch adds codeBeamer, our Jolt award
>>> winner tool, to the links of Subversion related tools at
>>> http://subversion.tigris.org/links.html.
>>> We'd appreciate if you could make it possible that this entry gets
>>> listed there.
>>> Thank you for your help.
>>
>> The file you attached is not a patch, but a html file which seems
>> to contain data pasted from the output of diff invoked with no
>> additional options (you'd need at least the "-u" option).
>>
>> The following will produce a useful patch:
>>
>> svn co http://svn.collab.net/repos/svn/trunk/www
>> edit www/links.html
>> svn diff www/links.html > codebeamer.patch
>>
>> Then attach codebeamer.patch to your email.
>>
>> Thanks,
>> Stefan
>>
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2368287Index
> : www/links.html
> ===================================================================
> --- www/links.html (revision 38341)
> +++ www/links.html (working copy)
> @@ -630,6 +630,14 @@
>> http://trac.edgewall.org/</a>
> </p></li>
>
> + <li><p><b>codeBeamer</b> - Award winning collaborative ALM
> solution with
> + wiki, document management, highly customizable issue
> tracking, continuous integration,
> + version control with Subversion (and Git, Mercurial, etc.),
> source code analysis,
> + forums and more.<br>
> + <a href="http://www.intland.com/products/cb/overview.html"
> + >http://www.intland.com/products/cb/overview.html</a>
> + </p></li>
> +
> <li><p><b>Subissue</b> - Track issues directly in your
> Subversion repository [<i>in planning stage</i>]<br/>
> <a href="http://subissue.tigris.org/"
Gavin Baumanis
P: +61 438 545 586
E: gavinb_at_thespidernet.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2372205
Received on 2009-07-18 04:17:32 CEST