[
https://issues.apache.org/jira/browse/SCM-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965043#comment-17965043
]
Olivier Lamy commented on SCM-896:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#1113|https://github.com/apache/maven-scm/issues/1113].
> Subversion config file path incorrectly calculated on Windows
> -------------------------------------------------------------
>
> Key: SCM-896
> URL: https://issues.apache.org/jira/browse/SCM-896
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Affects Versions: 1.10.0
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Priority: Major
> Fix For: 1.11.1
>
>
> The current code {{new File( System.getProperty( "user.home" ), "Application
> Data/Subversion" )}} applies to Windows XP only and, unfortunately, does for
> an English locale. Other locales fail with this one. From Vista a new scheme
> has been introduced. Since we cannot call native Windows functions, let's
> read {{%APPDATA%}} for that.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)