Package org.exist.versioning.svn

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


            attribs.addAttribute("", "uri", "uri", "CDATA", uri);
            //attribs.addAttribute("", "start", "start", "CDATA", Long.toString(startRevision));

            int nodeNr = builder.startElement(INFO_ELEMENT, attribs);
           
            wc.showInfo(wcDir, SVNRevision.WORKING, true, new InfoHandler(builder));
           
            builder.endElement();
        return builder.getDocument().getNode(nodeNr);
       
    } catch (SVNException 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.