Skip to content

Commit 8eb2b54

Browse files
committed
vc.svn: Fix for Subversion 1.8 repo detection
1 parent ce43ef8 commit 8eb2b54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meld/vc/svn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def valid_repo(cls, path):
172172
vc_dir = os.path.join(root, cls.VC_DIR)
173173

174174
# Check for repository version, trusting format file then entries file
175+
repo_version = None
175176
for filename in ("format", "entries"):
176177
path = os.path.join(vc_dir, filename)
177178
if os.path.exists(path):

0 commit comments

Comments
 (0)