Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8890F200C1F for ; Sat, 18 Feb 2017 17:47:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 87247160B66; Sat, 18 Feb 2017 16:47:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 03D69160B55 for ; Sat, 18 Feb 2017 17:47:13 +0100 (CET) Received: (qmail 89221 invoked by uid 500); 18 Feb 2017 16:47:13 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 89210 invoked by uid 99); 18 Feb 2017 16:47:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 16:47:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77EE1DFC63; Sat, 18 Feb 2017 16:47:12 +0000 (UTC) From: jfiala To: dev@commons.apache.org Reply-To: dev@commons.apache.org Message-ID: Subject: [GitHub] commons-io pull request #31: DirectoryUtils - isEqual to compare directories Content-Type: text/plain Date: Sat, 18 Feb 2017 16:47:12 +0000 (UTC) archived-at: Sat, 18 Feb 2017 16:47:14 -0000 GitHub user jfiala opened a pull request: https://github.com/apache/commons-io/pull/31 DirectoryUtils - isEqual to compare directories First implementation of DirectoryUtils.isEqual() including optional file content compare. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jfiala/commons-io master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-io/pull/31.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #31 ---- commit 351810e7faa31b9603a75358746b1ddd22e747af Author: J. Fiala Date: 2017-02-18T16:39:25Z add DirectoryUtils and some tests commit 8bc26786a0f9d6d0889daed1248cafff54483bf3 Author: J. Fiala Date: 2017-02-18T16:41:26Z adapt pattern for not equal test files commit ee0446ba2418c358152801d6ad9b5e7478a45cbf Author: J. Fiala Date: 2017-02-18T16:43:38Z refine method names commit 22085df7a475cd82f6b94192aebc001ce85f67fd Author: J. Fiala Date: 2017-02-18T16:45:13Z adapt method names for tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org