org.apache.maven.scm.provider.svn
Class SvnScmTestUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.svn.SvnScmTestUtils

public final class SvnScmTestUtils
extends java.lang.Object

Version:
$Id: SvnScmTestUtils.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Trygve Laugstøl

Method Summary
static java.lang.String getScmUrl(java.io.File repositoryRootFile)
           
static void initializeRepository(java.io.File repositoryRoot)
           
static void initializeRepository(java.io.File repositoryRoot, java.io.File dump)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.