You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Joe Kumar <jo...@gmail.com> on 2010/08/13 04:46:12 UTC

some of the pom.xml referencing old svn repository url ?

Hi all,

I am trying to learn how mahout works and so I got the latest source code.
As per the quick start guide (
https://cwiki.apache.org/confluence/display/MAHOUT/Quickstart), thought of
going through the examples and realized that the pom.xml in mahout/examples
is referencing the old repository url.

Currently it is
 <scm>
    <connection>scm:svn:
https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</connection>
    <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/lucene/mahout/trunk/examples</developerConnection>
     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-examples
</url>
  </scm>

and I guess it should be changed to
 <scm>
    <connection>scm:svn:
https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
    <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/mahout/trunk/examples</developerConnection>
    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
  </scm>

I saw similar references in

   - mahout/utils/pom.xml
   - mahout/taste-web/pom.xml
   - mahout/math/pom.xml
   - mahout/core/pom.xml
   - mahout/buildtools/pom.xml

Tried searching in http://www.lucidimagination.com/search/ to see if there
were previous discussion about this and couldnt find any.
Please let me know if this valid issue and I'll create a JIRA issue and
submit a patch.


thanks
Joe.

Re: some of the pom.xml referencing old svn repository url ?

Posted by Ted Dunning <te...@gmail.com>.
This does look wrong.

Good eye!

On Thu, Aug 12, 2010 at 7:46 PM, Joe Kumar <jo...@gmail.com> wrote:

> Tried searching in http://www.lucidimagination.com/search/ to see if there
> were previous discussion about this and couldnt find any.
> Please let me know if this valid issue and I'll create a JIRA issue and
> submit a patch.
>