| 1 package info.jtrac.svn; 2 3 import java.util.Collection ; 4 import java.util.Iterator ; 5 import junit.framework.TestCase; 6 import org.tmatesoft.svn.core.SVNDirEntry; 7 import org.tmatesoft.svn.core.SVNException; 8 import org.tmatesoft.svn.core.SVNNodeKind; 9 import org.tmatesoft.svn.core.SVNURL; 10 import org.tmatesoft.svn.core.auth.ISVNAuthenticationManager; 11 import org.tmatesoft.svn.core.internal.io.dav.DAVRepositoryFactory; 12 import org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryFactoryImpl; 13 import org.tmatesoft.svn.core.io.SVNRepository; 14 import org.tmatesoft.svn.core.io.SVNRepositoryFactory; 15 import org.tmatesoft.svn.core.wc.SVNWCUtil; 16 17 public class SvnTest extends TestCase { 18 19 public void testNothing() { 20 21 } 22 23 65 66 } 67 | Popular Tags |