提交 783e9195 编写于 作者: K kohsuke

fixed #265.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2000 71c3de6d-444a-0410-be80-ed276b4c234a
上级 46e1515e
......@@ -296,7 +296,7 @@ public class SubversionSCM extends SCM implements Serializable {
}
public SvnInfo(SVNInfo info) {
this( info.getURL().toDecodedString(), info.getRevision().getNumber() );
this( info.getURL().toDecodedString(), info.getCommittedRevision().getNumber() );
}
public SVNURL getSVNURL() throws SVNException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册