Michael Osipov created SCM-896: ---------------------------------- Summary: Subversion config file path incorrectly calculated on Windows Key: SCM-896 URL: https://issues.apache.org/jira/browse/SCM-896 Project: Maven SCM Issue Type: Bug Components: maven-scm-provider-svn Affects Versions: 1.10.0 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: 1.10.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 locale 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 (v7.6.3#76005)