[ 
https://issues.apache.org/jira/browse/SCM-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960585#comment-17960585
 ] 

ASF GitHub Bot commented on SCM-190:
------------------------------------

jira-importer opened a new issue, #429:
URL: https://github.com/apache/maven-scm/issues/429

   **[Thibaut 
CAZENAVE](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=thibautcazenave)**
 opened 
**[SCM-190](https://issues.apache.org/jira/browse/SCM-190?redirect=false)** and 
commented
   
   In static method getSettings() of CvsUtil class 
(org.apache.maven.scm.provider.cvslib.util), we try to get the cvs-settings.xml 
property file from ${user.dir}/.scm/
   
   ---
   
   File scmUserDir = new File( System.getProperty( "user.dir" ), ".scm" );
   File settingsFile = new File( scmUserDir, "cvs-settings.xml" );
   
   ---
   
   The SCM documentation (http://maven.apache.org/scm/cvs.html) say this file 
should be in ${user.home}/.scm/ and not {user.dir}/.scm/.
   
   This should be easy to correct.
   
   Thibaut
   
   
   ---
   
   **Affects:** 1.0-beta-3
   




> Location of cvs-settings.xml should be in user.home and not in user.dir
> -----------------------------------------------------------------------
>
>                 Key: SCM-190
>                 URL: https://issues.apache.org/jira/browse/SCM-190
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>    Affects Versions: 1.0-beta-3
>            Reporter: Thibaut CAZENAVE
>            Assignee: Emmanuel Venisse
>            Priority: Trivial
>             Fix For: 1.0-beta-4
>
>
> In static method getSettings() of CvsUtil class 
> (org.apache.maven.scm.provider.cvslib.util), we try to get the 
> cvs-settings.xml property file from ${user.dir}/.scm/
> ------------------------------------
> File scmUserDir = new File( System.getProperty( "user.dir" ), ".scm" );
> File settingsFile = new File( scmUserDir, "cvs-settings.xml" );
> ------------------------------------
> The SCM documentation (http://maven.apache.org/scm/cvs.html) say this file 
> should be in ${user.home}/.scm/ and not {user.dir}/.scm/.
> This should be easy to correct.
> Thibaut



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to