[ https://issues.apache.org/jira/browse/SCM-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963513#comment-17963513 ]
ASF GitHub Bot commented on SCM-896: ------------------------------------ jira-importer commented on issue #1113: URL: https://github.com/apache/maven-scm/issues/1113#issuecomment-2964646520 **[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Fixed with [34dcd0502d1ccd3e35c690a6d289d3a8d12c941d](https://gitbox.apache.org/repos/asf?p=maven-scm.git;a=commit;h=34dcd0502d1ccd3e35c690a6d289d3a8d12c941d). > 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)