Ressurect RC cvs checking.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25740 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-20 21:49:58 +00:00
parent 19b6a34be3
commit 31da3492d0

View File

@ -221,7 +221,7 @@ FileName const CVS::findFile(FileName const & file)
string const tmpf = '/' + onlyFilename(file.absFilename()) + '/'; string const tmpf = '/' + onlyFilename(file.absFilename()) + '/';
LYXERR(Debug::LYXVC, "LyXVC: Checking in `" << dir LYXERR(Debug::LYXVC, "LyXVC: Checking in `" << dir
<< "' for `" << tmpf << '\''); << "' for `" << tmpf << '\'');
if (dir.isReadableDirectory()) { if (dir.isReadableFile()) {
// Ok we are at least in a CVS dir. Parse the CVS/Entries // 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 // and see if we can find this file. We do a fast and
// dirty parse here. // dirty parse here.