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

java.lang.Object
  extended byorg.apache.maven.scm.provider.svn.SvnScmTestUtils

public final class SvnScmTestUtils
extends java.lang.Object

Version:
$Id: SvnScmTestUtils.java 381344 2006-02-27 14:21:38Z 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-2006 Apache Software Foundation. All Rights Reserved.