You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pr...@apache.org on 2013/01/28 10:13:12 UTC

svn commit: r1439310 - /subversion/branches/verify-keep-going/BRANCH-README

Author: prabhugs
Date: Mon Jan 28 09:13:11 2013
New Revision: 1439310

URL: http://svn.apache.org/viewvc?rev=1439310&view=rev
Log:
Add branch readme document.

* BRANCH-README: New file to describe the purpose of the branch.

Added:
    subversion/branches/verify-keep-going/BRANCH-README

Added: subversion/branches/verify-keep-going/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/verify-keep-going/BRANCH-README?rev=1439310&view=auto
==============================================================================
--- subversion/branches/verify-keep-going/BRANCH-README (added)
+++ subversion/branches/verify-keep-going/BRANCH-README Mon Jan 28 09:13:11 2013
@@ -0,0 +1,12 @@
+This branch exists to add --keep-going to 'svnadmin verify'.
+The goal of this flag is to continue the repository verification process even
+after detecting a failure/corruption.
+
+USAGE:
+------
+svnadmin verify --keep-going /path/to/repo
+
+TODO:
+-----
+  - Continue after verification failure and return the correct exit code.
+  - Add a few more test cases.