I'm having issues with maven-scm-provider-svntest when used by the maven-scm-plugin.
Could this fix help there as well?

thanks,
Robert

On Sat, 28 May 2016 23:56:06 +0200, <[email protected]> wrote:

Repository: maven-wagon
Updated Branches:
  refs/heads/master f3462c3f2 -> 6df8f317f


[WAGON-457] Wagon tests fail on Windows because Subversion crashes on a test repo


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/6df8f317
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/6df8f317
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/6df8f317

Branch: refs/heads/master
Commit: 6df8f317f083856c42d4274c233d491fe3a5eb35
Parents: f3462c3
Author: Michael Osipov <[email protected]>
Authored: Sat May 28 23:55:15 2016 +0200
Committer: Michael Osipov <[email protected]>
Committed: Sat May 28 23:55:15 2016 +0200

----------------------------------------------------------------------
.../wagon-scm/src/test/resources/test-repo-svn/db/.gitattributes | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/6df8f317/wagon-providers/wagon-scm/src/test/resources/test-repo-svn/db/.gitattributes
----------------------------------------------------------------------
diff --git a/wagon-providers/wagon-scm/src/test/resources/test-repo-svn/db/.gitattributes b/wagon-providers/wagon-scm/src/test/resources/test-repo-svn/db/.gitattributes
new file mode 100644
index 0000000..ac0cab2
--- /dev/null
+++ b/wagon-providers/wagon-scm/src/test/resources/test-repo-svn/db/.gitattributes
@@ -0,0 +1,3 @@
+# Make all files end with LF even on Windows because Subversion
+# internal files are platform-neutral encoded with linefeed only.
+* eol=lf

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to