From 31da3492d0ac9b9a51e36d7b1e18b1909d614726 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 20 Jul 2008 21:49:58 +0000 Subject: [PATCH] Ressurect RC cvs checking. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25740 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index eb9def38f1..89b7173e89 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -221,7 +221,7 @@ FileName const CVS::findFile(FileName const & file) string const tmpf = '/' + onlyFilename(file.absFilename()) + '/'; LYXERR(Debug::LYXVC, "LyXVC: Checking in `" << dir << "' for `" << tmpf << '\''); - if (dir.isReadableDirectory()) { + if (dir.isReadableFile()) { // Ok we are at least in a CVS dir. Parse the CVS/Entries // and see if we can find this file. We do a fast and // dirty parse here. -- 2.39.2