Index: svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/commandline/CmdLineClientAdapter.java =================================================================== --- svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/commandline/CmdLineClientAdapter.java (revision 1321) +++ svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter/commandline/CmdLineClientAdapter.java (working copy) @@ -56,7 +56,7 @@ //Fields private CmdLineNotificationHandler notificationHandler = new CmdLineNotificationHandler(); private SvnCommandLine _cmd = new SvnCommandLine("svn",notificationHandler); - private SvnAdminCommandLine svnAdminCmd = new SvnAdminCommandLine("svnAdmin",notificationHandler); + private SvnAdminCommandLine svnAdminCmd = new SvnAdminCommandLine("svnadmin",notificationHandler); private String version = null; private static boolean availabilityCached = false;