Package org.tigris.subversion.subclipse.core

Examples of org.tigris.subversion.subclipse.core.ISVNLocalResource.revert()


        if (!isManaged(resource))
            return;
        ISVNLocalResource svnResource = SVNWorkspaceRoot
            .getSVNResourceFor(resource);
        try {
            svnResource.revert();
        } catch (SVNException e) {
            log.error("Couldn't revert " + resource.toString(), e);
        }
        try {
            resource.refreshLocal(IResource.DEPTH_INFINITE, null);
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.