From bbd5efa596170e79613c7b2305171a8108e52080 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 30 Mar 2011 07:06:08 +0000 Subject: fix get-scala-revision script for the case when... fix get-scala-revision script for the case when svn prints some warnings. no review --- project/build/SVN.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/build/SVN.scala') diff --git a/project/build/SVN.scala b/project/build/SVN.scala index 6a4f845cbc..6a64e727f9 100644 --- a/project/build/SVN.scala +++ b/project/build/SVN.scala @@ -6,7 +6,7 @@ import sbt._ */ class SVN(root: Path) { /** Location of tool which parses svn revision in git-svn repository. */ - val GitSvnRevTool = root / "tools" / "get-git-svn-rev" + val GitSvnRevTool = root / "tools" / "get-scala-revision" val GitSvnRegex = """^Revision:\s*(\d+).*""".r /** -- cgit v1.2.3