Package org.exist.versioning.svn

Examples of org.exist.versioning.svn.WorkingCopy.revert()


        String wcDir = args[0].getStringValue();
       
        try {
          WorkingCopy wc = new WorkingCopy("", "");

          wc.revert(new File[] { new Resource(wcDir) });

        } catch (SVNException svne) {
      svne.printStackTrace();
      throw new XPathException(this,
          "error while revert '" + wcDir + "'", svne);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.