Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

subversion 1.7 and above uses .svn/wc.db instead of .svn/entries #47

@maverickwoo

Description

@maverickwoo
diff --git a/bin/vcprompt b/bin/vcprompt
index 9e1dbb6..48e45ef 100755
--- a/bin/vcprompt
+++ b/bin/vcprompt
@@ -572,7 +572,7 @@ def hg(options):
     }


-@vcs([".svn/entries"])
+@vcs([".svn/entries", ".svn/wc.db"])
 def svn(options):
     """
     Subversion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions