Class SvnNgRevert

    • Constructor Detail

      • SvnNgRevert

        public SvnNgRevert()
    • Method Detail

      • revert

        private void revert​(java.io.File localAbsPath,
                            SVNDepth depth,
                            boolean useCommitTimes,
                            java.util.Collection<java.lang.String> changelists)
                     throws SVNException
        Throws:
        SVNException
      • revertChangelist

        private void revertChangelist​(java.io.File localAbsPath,
                                      SVNDepth depth,
                                      boolean useCommitTimes,
                                      java.util.Collection<java.lang.String> changelists)
                               throws SVNException
        Throws:
        SVNException
      • populateModifiedCopiesThatShouldBePreserved

        private void populateModifiedCopiesThatShouldBePreserved​(java.io.File localAbsPath,
                                                                 java.io.File wcRoot,
                                                                 java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)
                                                          throws SVNException
        Throws:
        SVNException
      • restoreCopiedDirectory

        private static boolean restoreCopiedDirectory​(SVNWCContext context,
                                                      java.io.File localAbsPath,
                                                      boolean removeSelf,
                                                      java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)
                                               throws SVNException
        Throws:
        SVNException