mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
19b6a34be3
commit
31da3492d0
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user