org.apache.maven.scm.provider.svn
Class SvnScmTestUtils
java.lang.Object
org.apache.maven.scm.provider.svn.SvnScmTestUtils
public final class SvnScmTestUtils
- extends java.lang.Object
- Version:
- $Id: SvnScmTestUtils.java 691192 2008-09-02 10:48:32Z vsiveton $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVN_COMMAND_LINE
public static final java.lang.String SVN_COMMAND_LINE
- 'svn' command line
- See Also:
- Constant Field Values
SVNADMIN_COMMAND_LINE
public static final java.lang.String SVNADMIN_COMMAND_LINE
- 'svnadmin' command line
- See Also:
- Constant Field Values
initializeRepository
public static void initializeRepository(java.io.File repositoryRoot)
throws java.lang.Exception
- Throws:
java.lang.Exception
initializeRepository
public static void initializeRepository(java.io.File repositoryRoot,
java.io.File dump)
throws java.lang.Exception
- Throws:
java.lang.Exception
getScmUrl
public static java.lang.String getScmUrl(java.io.File repositoryRootFile)
throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.