[
https://issues.apache.org/jira/browse/SCM-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963512#comment-17963512
]
ASF GitHub Bot commented on SCM-896:
------------------------------------
jira-importer opened a new issue, #1113:
URL: https://github.com/apache/maven-scm/issues/1113
**[Michael
Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)**
opened
**[SCM-896](https://issues.apache.org/jira/browse/SCM-896?redirect=false)** and
commented
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.
---
**Affects:** 1.10.0
> 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)