You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Wendy Smoak <ws...@gmail.com> on 2007/08/30 06:17:35 UTC

Re: svn commit: r569758 - in /maven/archiva/trunk/archiva-base/archiva-common/src: main/java/org/apache/maven/archiva/common/utils/PathUtil.java test/java/org/apache/maven/archiva/common/utils/PathUtilTest.java

Joakim, can you do me a favor and explain what the bug was?  I read
commit messages from lots of projects, and it's helpful to see the
problem and fix described in the commit message, and then see the
actual solution in the code.  I'm sure I'm not alone. :)

-- 
Wendy

On 8/25/07, joakime@apache.org <jo...@apache.org> wrote:
> Author: joakime
> Date: Sat Aug 25 20:16:11 2007
> New Revision: 569758
>
> URL: http://svn.apache.org/viewvc?rev=569758&view=rev
> Log:
> Fixing subtle bug in PathUtil.toRelative() encountered during Metadata work.

Re: svn commit: r569758 - in /maven/archiva/trunk/archiva-base/archiva-common/src: main/java/org/apache/maven/archiva/common/utils/PathUtil.java test/java/org/apache/maven/archiva/common/utils/PathUtilTest.java

Posted by Brett Porter <br...@apache.org>.
And/or a comment in the test case would be a good way to identify it.  
I need to learn to write those more.

On 30/08/2007, at 2:17 PM, Wendy Smoak wrote:

> Joakim, can you do me a favor and explain what the bug was?  I read
> commit messages from lots of projects, and it's helpful to see the
> problem and fix described in the commit message, and then see the
> actual solution in the code.  I'm sure I'm not alone. :)
>
> -- 
> Wendy
>
> On 8/25/07, joakime@apache.org <jo...@apache.org> wrote:
>> Author: joakime
>> Date: Sat Aug 25 20:16:11 2007
>> New Revision: 569758
>>
>> URL: http://svn.apache.org/viewvc?rev=569758&view=rev
>> Log:
>> Fixing subtle bug in PathUtil.toRelative() encountered during  
>> Metadata work.