Package org.tigris.subversion.subclipse.core

Examples of org.tigris.subversion.subclipse.core.ISVNLocalFolder.unmanage()


            try {
                monitor = monitor == null ? new NullProgressMonitor() : monitor;
                monitor.beginTask("Disconnecting " + project.getName()
                    + " from SVN", 1);
                if (deleteContent) {
                    folder.unmanage(monitor);
                    project.refreshLocal(IResource.DEPTH_INFINITE, monitor);
                }
                monitor.worked(1);
            } catch (SVNException e) {
                undocumentedException(e);
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.