org.apache.maven.scm.provider.svn
Class SvnScmTestUtils
java.lang.Object
org.apache.maven.scm.provider.svn.SvnScmTestUtils
public final class SvnScmTestUtils
- extends 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 String SVN_COMMAND_LINE
- 'svn' command line
- See Also:
- Constant Field Values
SVNADMIN_COMMAND_LINE
public static final String SVNADMIN_COMMAND_LINE
- 'svnadmin' command line
- See Also:
- Constant Field Values
initializeRepository
public static void initializeRepository(File repositoryRoot)
throws Exception
- Throws:
Exception
initializeRepository
public static void initializeRepository(File repositoryRoot,
File dump)
throws Exception
- Throws:
Exception
getScmUrl
public static String getScmUrl(File repositoryRootFile)
throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.