You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Guo Ruijing (JIRA)" <ji...@apache.org> on 2014/09/01 06:01:20 UTC

[jira] [Created] (HADOOP-11041) Subversion can be Source code repository

Guo Ruijing created HADOOP-11041:
------------------------------------

             Summary: Subversion can be Source code repository
                 Key: HADOOP-11041
                 URL: https://issues.apache.org/jira/browse/HADOOP-11041
             Project: Hadoop Common
          Issue Type: Improvement
          Components: build
            Reporter: Guo Ruijing
            Priority: Minor


In VersionInfo.java, It is assumed that code is managed by SVN as:

System.out.println("Subversion " + getUrl() + " -r " + getRevision());

It can be changed to:

System.out.println("Source code repository: " + getUrl() + " -r " + getRevision());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)