From 1f94bc302aaa6cf9c81febb71785a3c940c9739c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 28 Jan 2009 23:44:27 +0000 Subject: [PATCH] cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28291 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/VCBackend.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index a787d4cb2c..664e86c16d 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -423,14 +423,14 @@ SVN::SVN(FileName const & m, FileName const & f) FileName const SVN::findFile(FileName const & file) { - // First we look for the CVS/Entries in the same dir + // First we look for the .svn/entries in the same dir // where we have file. FileName const entries(onlyPath(file.absFilename()) + "/.svn/entries"); string const tmpf = onlyFilename(file.absFilename()); LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under svn in `" << entries << "' for `" << tmpf << '\''); if (entries.isReadableFile()) { - // Ok we are at least in a CVS dir. Parse the CVS/Entries + // Ok we are at least in a SVN dir. Parse the .svn/entries // and see if we can find this file. We do a fast and // dirty parse here. ifstream ifs(entries.toFilesystemEncoding().c_str()); -- 2.39.2