hudson.scm
类 BlameSubversionWorkspaceSelector

java.lang.Object
  继承者 hudson.scm.BlameSubversionWorkspaceSelector
所有已实现的接口:
org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector

public class BlameSubversionWorkspaceSelector
extends java.lang.Object
implements org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector

ISVNAdminAreaFactorySelector that uses 1.4 compatible workspace for new check out, but still supports 1.5 workspace, if asked to work with it.

Since there are many tools out there that still don't support Subversion 1.5 (including all the major Unix distributions that haven't bundled Subversion 1.5), using 1.4 as the default would reduce the likelihood of the user running into "this SVN client can't work with this workspace version..." problem when using other SVN tools.

The primary scenario of this is the use of command-line SVN client, either from shell script, Ant, or Maven. Modify: changed by tang

作者:
tang,Kohsuke Kawaguchi

构造方法摘要
BlameSubversionWorkspaceSelector()
           
 
方法摘要
 java.util.Collection getEnabledFactories(java.io.File path, java.util.Collection factories, boolean writeAccess)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BlameSubversionWorkspaceSelector

public BlameSubversionWorkspaceSelector()
方法详细信息

getEnabledFactories

public java.util.Collection getEnabledFactories(java.io.File path,
                                                java.util.Collection factories,
                                                boolean writeAccess)
                                         throws org.tmatesoft.svn.core.SVNException
指定者:
接口 org.tmatesoft.svn.core.internal.wc.admin.ISVNAdminAreaFactorySelector 中的 getEnabledFactories
抛出:
org.tmatesoft.svn.core.SVNException


Copyright © 2010. All Rights Reserved.