2003-08-23 00:17:00 +00:00
|
|
|
/**
|
2007-04-26 04:41:58 +00:00
|
|
|
* \file VCBackend.cpp
|
2003-08-23 00:17:00 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
2008-11-14 15:58:50 +00:00
|
|
|
* \author Lars Gullik Bjønnes
|
2010-02-12 06:30:41 +00:00
|
|
|
* \author Pavel Sanda
|
2003-08-23 00:17:00 +00:00
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*/
|
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2007-04-26 04:41:58 +00:00
|
|
|
#include "VCBackend.h"
|
|
|
|
#include "Buffer.h"
|
2010-02-09 16:11:13 +00:00
|
|
|
#include "LyX.h"
|
2009-11-24 22:17:55 +00:00
|
|
|
#include "FuncRequest.h"
|
2001-12-18 03:30:35 +00:00
|
|
|
|
2008-07-21 11:50:21 +00:00
|
|
|
#include "frontends/alert.h"
|
2009-11-24 22:17:55 +00:00
|
|
|
#include "frontends/Application.h"
|
2008-07-21 11:50:21 +00:00
|
|
|
|
2010-02-12 11:07:28 +00:00
|
|
|
#include "support/convert.h"
|
2008-02-18 07:14:42 +00:00
|
|
|
#include "support/debug.h"
|
2000-11-08 09:39:46 +00:00
|
|
|
#include "support/filetools.h"
|
2008-07-21 11:50:21 +00:00
|
|
|
#include "support/gettext.h"
|
2001-07-29 17:39:01 +00:00
|
|
|
#include "support/lstrings.h"
|
2013-02-06 10:36:58 +00:00
|
|
|
#include "support/PathChanger.h"
|
Rename files in src/support, step one.
src/support/package.h src/support/Package.h Package
src/support/package.C.in src/support/Package.C.in Package
src/support/path.h src/support/Path.h Path
src/support/fs_extras.h src/support/fs_extras.h NOCLASSES
src/support/RandomAccessList.h src/support/RandomAccessList.h RandomAccessList
src/support/lyxmanip.h src/support/lyxmanip.h NOCLASSES
src/support/rename.C src/support/rename.cpp NOCLASSES
src/support/abort.C src/support/abort.cpp NOCLASSES
src/support/lyxlib.h src/support/lyxlib.h NOCLASSES
src/support/ExceptionMessage.h src/support/ExceptionMessage.h ExceptionMessage
src/support/copy.C src/support/copy.cpp NOCLASSES
src/support/limited_stack.h src/support/limited_stack.h limited_stack
src/support/filefilterlist.C src/support/FileFilterList.cpp ['FileFilterList', 'Filter']
src/support/cow_ptr.h src/support/cow_ptr.h cow_ptr
src/support/os_unix.C src/support/os_unix.cpp NOCLASSES
src/support/socktools.h src/support/socktools.h NOCLASSES
src/support/forkedcontr.h src/support/ForkedcallsController.h ForkedcallsController
src/support/os.h src/support/os.h NOCLASSES
src/support/FileMonitor.h src/support/FileMonitor.h FileMonitor
src/support/copied_ptr.h src/support/copied_ptr.h copied_ptr
src/support/translator.h src/support/Translator.h Translator
src/support/filetools.C src/support/filetools.cpp NOCLASSES
src/support/unlink.C src/support/unlink.cpp NOCLASSES
src/support/os_win32.C src/support/os_win32.cpp GetFolderPath
src/support/lstrings.C src/support/lstrings.cpp NOCLASSES
src/support/qstring_helpers.C src/support/qstring_helpers.cpp NOCLASSES
src/support/getcwd.C src/support/getcwd.cpp NOCLASSES
src/support/systemcall.C src/support/Systemcall.cpp Systemcall
src/support/lyxalgo.h src/support/lyxalgo.h NOCLASSES
src/support/filefilterlist.h src/support/FileFilterList.h ['FileFilterList', 'Filter']
src/support/unicode.C src/support/unicode.cpp IconvProcessor
src/support/userinfo.C src/support/userinfo.cpp NOCLASSES
src/support/lyxtime.C src/support/lyxtime.cpp NOCLASSES
src/support/kill.C src/support/kill.cpp NOCLASSES
src/support/docstring.C src/support/docstring.cpp to_local8bit_failure
src/support/os_cygwin.C src/support/os_cygwin.cpp NOCLASSES
src/support/lyxsum.C src/support/lyxsum.cpp NOCLASSES
src/support/environment.C src/support/environment.cpp NOCLASSES
src/support/filetools.h src/support/filetools.h NOCLASSES
src/support/textutils.C src/support/textutils.cpp NOCLASSES
src/support/mkdir.C src/support/mkdir.cpp NOCLASSES
src/support/forkedcall.C src/support/Forkedcall.cpp ['ForkedProcess', 'Forkedcall']
src/support/tempname.C src/support/tempname.cpp NOCLASSES
src/support/os_win32.h src/support/os_win32.h GetFolderPath
src/support/types.h src/support/types.h NOCLASSES
src/support/lstrings.h src/support/lstrings.h NOCLASSES
src/support/forkedcallqueue.C src/support/ForkedCallQueue.cpp ForkedCallQueue
src/support/qstring_helpers.h src/support/qstring_helpers.h NOCLASSES
src/support/convert.C src/support/convert.cpp NOCLASSES
src/support/filename.C src/support/FileName.cpp ['FileName', 'DocFileName']
src/support/tests/convert.C src/support/tests/convert.cpp NOCLASSES
src/support/tests/filetools.C src/support/tests/filetools.cpp NOCLASSES
src/support/tests/lstrings.C src/support/tests/lstrings.cpp NOCLASSES
src/support/tests/boost.C src/support/tests/boost.cpp NOCLASSES
src/support/docstream.C src/support/docstream.cpp ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/std_istream.h src/support/std_istream.h NOCLASSES
src/support/systemcall.h src/support/Systemcall.h Systemcall
src/support/chdir.C src/support/chdir.cpp NOCLASSES
src/support/std_ostream.h src/support/std_ostream.h NOCLASSES
src/support/unicode.h src/support/unicode.h IconvProcessor
src/support/path.C src/support/Path.cpp Path
src/support/fs_extras.C src/support/fs_extras.cpp NOCLASSES
src/support/userinfo.h src/support/userinfo.h NOCLASSES
src/support/lyxtime.h src/support/lyxtime.h NOCLASSES
src/support/docstring.h src/support/docstring.h to_local8bit_failure
src/support/debugstream.h src/support/debugstream.h basic_debugstream
src/support/environment.h src/support/environment.h NOCLASSES
src/support/textutils.h src/support/textutils.h NOCLASSES
src/support/forkedcall.h src/support/Forkedcall.h ['ForkedProcess', 'Forkedcall']
src/support/socktools.C src/support/socktools.cpp NOCLASSES
src/support/forkedcallqueue.h src/support/ForkedCallQueue.h ForkedCallQueue
src/support/forkedcontr.C src/support/ForkedcallsController.cpp ForkedcallsController
src/support/os.C src/support/os.cpp NOCLASSES
src/support/convert.h src/support/convert.h NOCLASSES
src/support/filename.h src/support/FileName.h ['FileName', 'DocFileName']
src/support/docstream.h src/support/docstream.h ['iconv_codecvt_facet_exception', 'idocfstream', 'odocfstream']
src/support/FileMonitor.C src/support/FileMonitor.cpp FileMonitor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18024 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-26 05:12:52 +00:00
|
|
|
#include "support/Systemcall.h"
|
2010-06-29 17:09:40 +00:00
|
|
|
#include "support/regex.h"
|
2002-05-25 00:19:56 +00:00
|
|
|
|
2001-12-18 03:30:35 +00:00
|
|
|
#include <fstream>
|
1999-11-09 23:52:04 +00:00
|
|
|
|
2007-12-12 10:16:00 +00:00
|
|
|
using namespace std;
|
2007-12-12 18:57:56 +00:00
|
|
|
using namespace lyx::support;
|
2007-12-12 10:16:00 +00:00
|
|
|
|
2010-06-29 17:09:40 +00:00
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
|
|
|
|
namespace lyx {
|
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
int VCS::doVCCommandCall(string const & cmd, FileName const & path)
|
|
|
|
{
|
2008-07-29 11:17:20 +00:00
|
|
|
LYXERR(Debug::LYXVC, "doVCCommandCall: " << cmd);
|
2002-03-21 17:27:08 +00:00
|
|
|
Systemcall one;
|
2007-11-10 13:44:50 +00:00
|
|
|
support::PathChanger p(path);
|
Introduce the possibility of setting a prefix for the TEXINPUTS environment
variable. This is done in the preferences, much like as the PATH prefix.
A single '.' in the paths will get replaced with the current document dir
and also non-absolute paths will be prefixed with that dir.
The default semantics of TEXINPUTS apply, such that, for example, if a
path is terminated with a double slash, all subdirectories will be also
searched by both the TeX engine and ancillary programs such as dvi
previewers or dvips. As an example, if the prefix is set to ".:figs", the
TEXINPUTS variable will be set as ".:<docdir>:<docdir>/figs:$ORIGTEXINPUTS",
where <docdir> is the document directory.
The initial '.' is necessary to address the actual current dir (this will
be the temp dir at preview time), while if TEXINPUTS was initially unset,
such that $ORIGTEXINPUTS is empty, a colon (or semicolon on Windows) will
end the path list. This is very important, because we don't want to replace
the system directories but to complement them and, in order to do that, an
empty element has to be present in the list. Indeed, according to the
TEXINPUTS semantics, an empty element means the standard search path.
This works whether TEXINPUTS is originally set or not, because if the
original TEXINPUTS starts with a colon (meaning that the standard search
path is wanted there) we will have an empty element at that point,
otherwise the final colon will simply serve as a path separator.
Of course, on Windows a ';' has to be used as a path separator. LyX will
take care of transforming the platform path list into one understandable
by the TeX engine. For example, this will be the case for a Cygwin version
of LyX using a native Windows TeX engine or viceversa. I tested all of
this and it works for me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38681 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 23:25:51 +00:00
|
|
|
return one.startscript(Systemcall::Wait, cmd, string(), false);
|
2008-07-29 11:17:20 +00:00
|
|
|
}
|
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
int VCS::doVCCommand(string const & cmd, FileName const & path, bool reportError)
|
2008-07-29 11:17:20 +00:00
|
|
|
{
|
2009-01-30 23:40:53 +00:00
|
|
|
if (owner_)
|
|
|
|
owner_->setBusy(true);
|
|
|
|
|
2008-07-29 11:17:20 +00:00
|
|
|
int const ret = doVCCommandCall(cmd, path);
|
2009-01-30 23:40:53 +00:00
|
|
|
|
|
|
|
if (owner_)
|
|
|
|
owner_->setBusy(false);
|
2010-10-25 05:37:04 +00:00
|
|
|
if (ret && reportError)
|
2008-07-21 11:50:21 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2008-07-22 10:16:30 +00:00
|
|
|
bformat(_("Some problem occured while running the command:\n"
|
2008-07-21 13:20:29 +00:00
|
|
|
"'%1$s'."),
|
2008-11-24 21:12:58 +00:00
|
|
|
from_utf8(cmd)));
|
1999-11-09 23:52:04 +00:00
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-06 12:18:09 +00:00
|
|
|
bool VCS::makeRCSRevision(string const &version, string &revis) const
|
|
|
|
{
|
|
|
|
string rev = revis;
|
2013-04-10 20:31:38 +00:00
|
|
|
|
2010-11-06 12:18:09 +00:00
|
|
|
if (isStrInt(rev)) {
|
|
|
|
int back = convert<int>(rev);
|
|
|
|
// if positive use as the last number in the whole revision string
|
|
|
|
if (back > 0) {
|
|
|
|
string base;
|
|
|
|
rsplit(version, base , '.' );
|
|
|
|
rev = base + "." + rev;
|
|
|
|
}
|
|
|
|
if (back == 0)
|
|
|
|
rev = version;
|
|
|
|
// we care about the last number from revision string
|
|
|
|
// in case of backward indexing
|
|
|
|
if (back < 0) {
|
|
|
|
string cur, base;
|
|
|
|
cur = rsplit(version, base , '.' );
|
|
|
|
if (!isStrInt(cur))
|
|
|
|
return false;
|
|
|
|
int want = convert<int>(cur) + back;
|
|
|
|
if (want <= 0)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
rev = base + "." + convert<string>(want);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
revis = rev;
|
|
|
|
return true;
|
|
|
|
}
|
2012-03-11 11:12:12 +00:00
|
|
|
|
2012-10-27 13:45:27 +00:00
|
|
|
|
2013-04-14 04:56:52 +00:00
|
|
|
bool VCS::checkparentdirs(FileName const & file, std::string const & vcsdir)
|
2012-03-11 11:12:12 +00:00
|
|
|
{
|
2012-08-16 18:12:49 +00:00
|
|
|
FileName dirname = file.onlyPath();
|
2013-04-07 00:10:31 +00:00
|
|
|
do {
|
2013-04-14 04:56:52 +00:00
|
|
|
FileName tocheck = FileName(addName(dirname.absFileName(), vcsdir));
|
2013-04-07 00:10:31 +00:00
|
|
|
LYXERR(Debug::LYXVC, "check file: " << tocheck.absFileName());
|
|
|
|
if (tocheck.exists())
|
|
|
|
return true;
|
2012-08-16 18:12:49 +00:00
|
|
|
//this construct because of #8295
|
|
|
|
dirname = FileName(dirname.absFileName()).parentPath();
|
2013-04-07 00:10:31 +00:00
|
|
|
} while (!dirname.empty());
|
|
|
|
return false;
|
2012-03-11 11:12:12 +00:00
|
|
|
}
|
|
|
|
|
2013-04-07 00:10:31 +00:00
|
|
|
|
2007-10-20 10:03:45 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// RCS
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
2012-11-13 20:44:36 +00:00
|
|
|
RCS::RCS(FileName const & m, Buffer * b) : VCS(b)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// Here we know that the buffer file is either already in RCS or
|
|
|
|
// about to be registered
|
1999-11-09 23:52:04 +00:00
|
|
|
master_ = m;
|
|
|
|
scanMaster();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-11-25 11:18:16 +00:00
|
|
|
FileName const RCS::findFile(FileName const & file)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
|
|
|
// Check if *,v exists.
|
2010-04-21 01:19:09 +00:00
|
|
|
FileName tmp(file.absFileName() + ",v");
|
2008-07-20 20:14:40 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under rcs: " << tmp);
|
2007-11-25 11:18:16 +00:00
|
|
|
if (tmp.isReadableFile()) {
|
2009-03-17 11:06:28 +00:00
|
|
|
LYXERR(Debug::LYXVC, "Yes, " << file << " is under rcs.");
|
1999-11-09 23:52:04 +00:00
|
|
|
return tmp;
|
|
|
|
}
|
2007-11-03 17:56:29 +00:00
|
|
|
|
|
|
|
// Check if RCS/*,v exists.
|
2010-04-21 01:19:09 +00:00
|
|
|
tmp = FileName(addName(addPath(onlyPath(file.absFileName()), "RCS"), file.absFileName()) + ",v");
|
2008-07-20 20:14:40 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under rcs: " << tmp);
|
2007-11-25 11:18:16 +00:00
|
|
|
if (tmp.isReadableFile()) {
|
2009-03-17 11:06:28 +00:00
|
|
|
LYXERR(Debug::LYXVC, "Yes, " << file << " is under rcs.");
|
2007-11-03 17:56:29 +00:00
|
|
|
return tmp;
|
|
|
|
}
|
|
|
|
|
2006-12-02 16:07:15 +00:00
|
|
|
return FileName();
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-11-15 21:01:19 +00:00
|
|
|
bool RCS::retrieve(FileName const & file)
|
2000-01-11 08:23:07 +00:00
|
|
|
{
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::RCS: retrieve.\n\t" << file);
|
2013-02-03 16:03:08 +00:00
|
|
|
// The caller ensures that file does not exist, so no need to check that.
|
2012-11-15 21:01:19 +00:00
|
|
|
return doVCCommandCall("co -q -r " + quoteName(file.toFilesystemEncoding()),
|
|
|
|
FileName()) == 0;
|
2000-01-11 08:23:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
void RCS::scanMaster()
|
|
|
|
{
|
2008-10-27 01:06:24 +00:00
|
|
|
if (master_.empty())
|
|
|
|
return;
|
|
|
|
|
2008-10-27 00:27:31 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::RCS: scanMaster: " << master_);
|
1999-11-09 23:52:04 +00:00
|
|
|
|
2006-12-02 16:07:15 +00:00
|
|
|
ifstream ifs(master_.toFilesystemEncoding().c_str());
|
1999-11-09 23:52:04 +00:00
|
|
|
|
|
|
|
string token;
|
|
|
|
bool read_enough = false;
|
|
|
|
|
|
|
|
while (!read_enough && ifs >> token) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::scanMaster: current lex text: `"
|
|
|
|
<< token << '\'');
|
1999-11-09 23:52:04 +00:00
|
|
|
|
|
|
|
if (token.empty())
|
|
|
|
continue;
|
|
|
|
else if (token == "head") {
|
|
|
|
// get version here
|
|
|
|
string tmv;
|
|
|
|
ifs >> tmv;
|
2002-07-28 22:50:13 +00:00
|
|
|
tmv = rtrim(tmv, ";");
|
1999-11-09 23:52:04 +00:00
|
|
|
version_ = tmv;
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: version found to be " << tmv);
|
1999-11-09 23:52:04 +00:00
|
|
|
} else if (contains(token, "access")
|
|
|
|
|| contains(token, "symbols")
|
|
|
|
|| contains(token, "strict")) {
|
|
|
|
// nothing
|
|
|
|
} else if (contains(token, "locks")) {
|
|
|
|
// get locker here
|
2004-02-01 12:46:14 +00:00
|
|
|
if (contains(token, ';')) {
|
1999-11-09 23:52:04 +00:00
|
|
|
locker_ = "Unlocked";
|
2000-05-17 16:42:35 +00:00
|
|
|
vcstatus = UNLOCKED;
|
1999-11-09 23:52:04 +00:00
|
|
|
continue;
|
|
|
|
}
|
2001-08-19 14:06:27 +00:00
|
|
|
string tmpt;
|
|
|
|
string s1;
|
|
|
|
string s2;
|
1999-11-09 23:52:04 +00:00
|
|
|
do {
|
|
|
|
ifs >> tmpt;
|
2002-07-28 22:50:13 +00:00
|
|
|
s1 = rtrim(tmpt, ";");
|
1999-11-09 23:52:04 +00:00
|
|
|
// tmp is now in the format <user>:<version>
|
|
|
|
s1 = split(s1, s2, ':');
|
|
|
|
// s2 is user, and s1 is version
|
|
|
|
if (s1 == version_) {
|
|
|
|
locker_ = s2;
|
2000-05-17 16:42:35 +00:00
|
|
|
vcstatus = LOCKED;
|
1999-11-09 23:52:04 +00:00
|
|
|
break;
|
|
|
|
}
|
2004-02-01 12:46:14 +00:00
|
|
|
} while (!contains(tmpt, ';'));
|
2002-03-21 17:27:08 +00:00
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
} else if (token == "comment") {
|
|
|
|
// we don't need to read any further than this.
|
|
|
|
read_enough = true;
|
|
|
|
} else {
|
|
|
|
// unexpected
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::scanMaster(): unexpected token");
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void RCS::registrer(string const & msg)
|
|
|
|
{
|
|
|
|
string cmd = "ci -q -u -i -t-\"";
|
|
|
|
cmd += msg;
|
2005-03-29 09:35:16 +00:00
|
|
|
cmd += "\" ";
|
2010-04-21 01:19:28 +00:00
|
|
|
cmd += quoteName(onlyFileName(owner_->absFileName()));
|
2007-04-06 18:03:29 +00:00
|
|
|
doVCCommand(cmd, FileName(owner_->filePath()));
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
bool RCS::renameEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string RCS::rename(support::FileName const & /*newFile*/, string const & /*msg*/)
|
|
|
|
{
|
|
|
|
// not implemented, since a left-over file.lyx,v would be confusing.
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
bool RCS::copyEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
string RCS::copy(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// RCS has no real copy command, so we create a poor mans version
|
|
|
|
support::FileName const oldFile(owner_->absFileName());
|
|
|
|
if (!oldFile.copyTo(newFile))
|
|
|
|
return string();
|
|
|
|
FileName path(oldFile.onlyPath());
|
|
|
|
string relFile(to_utf8(newFile.relPath(path.absFileName())));
|
|
|
|
string cmd = "ci -q -u -i -t-\"";
|
|
|
|
cmd += msg;
|
|
|
|
cmd += "\" ";
|
|
|
|
cmd += quoteName(relFile);
|
|
|
|
return doVCCommand(cmd, path) ? string() : "RCS: Proceeded";
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-04 20:40:28 +00:00
|
|
|
LyXVC::CommandResult RCS::checkIn(string const & msg, string & log)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2008-07-29 13:14:51 +00:00
|
|
|
int ret = doVCCommand("ci -q -u -m\"" + msg + "\" "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName())),
|
2007-04-06 18:03:29 +00:00
|
|
|
FileName(owner_->filePath()));
|
2013-02-04 20:40:28 +00:00
|
|
|
if (ret)
|
|
|
|
return LyXVC::ErrorCommand;
|
|
|
|
log = "RCS: Proceeded";
|
2013-03-18 19:42:20 +00:00
|
|
|
return LyXVC::VCSuccess;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool RCS::checkInEnabled()
|
|
|
|
{
|
|
|
|
return owner_ && !owner_->isReadonly();
|
|
|
|
}
|
1999-11-09 23:52:04 +00:00
|
|
|
|
2010-11-06 02:21:04 +00:00
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool RCS::isCheckInWithConfirmation()
|
|
|
|
{
|
2010-11-06 02:21:04 +00:00
|
|
|
// FIXME one day common getDiff for all backends
|
|
|
|
// docstring diff;
|
|
|
|
// if (getDiff(file, diff) && diff.empty())
|
|
|
|
// return false;
|
|
|
|
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommandCall("rcsdiff " + quoteName(owner_->absFileName())
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
2010-11-06 02:38:35 +00:00
|
|
|
docstring diff = tmpf.fileContents("UTF-8");
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2010-11-06 02:38:35 +00:00
|
|
|
|
|
|
|
if (diff.empty())
|
2010-11-06 02:21:04 +00:00
|
|
|
return false;
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
|
2008-07-29 13:14:51 +00:00
|
|
|
string RCS::checkOut()
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2002-08-04 23:11:50 +00:00
|
|
|
owner_->markClean();
|
2010-04-21 01:19:28 +00:00
|
|
|
int ret = doVCCommand("co -q -l " + quoteName(onlyFileName(owner_->absFileName())),
|
2007-04-06 18:03:29 +00:00
|
|
|
FileName(owner_->filePath()));
|
2008-07-29 13:14:51 +00:00
|
|
|
return ret ? string() : "RCS: Proceeded";
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool RCS::checkOutEnabled()
|
|
|
|
{
|
|
|
|
return owner_ && owner_->isReadonly();
|
|
|
|
}
|
|
|
|
|
2009-10-06 23:20:52 +00:00
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
string RCS::repoUpdate()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
bool RCS::repoUpdateEnabled()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-25 14:48:11 +00:00
|
|
|
string RCS::lockingToggle()
|
|
|
|
{
|
2010-11-02 19:54:08 +00:00
|
|
|
//FIXME this might be actually possible, study rcs -U, rcs -L.
|
|
|
|
//State should be easy to get inside scanMaster.
|
|
|
|
//It would fix #4370 and make rcs/svn usage even more closer.
|
2009-06-25 14:48:11 +00:00
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool RCS::lockingToggleEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
|
2010-11-06 11:54:08 +00:00
|
|
|
bool RCS::revert()
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2010-11-06 11:54:08 +00:00
|
|
|
if (doVCCommand("co -f -u" + version_ + " "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName())),
|
2010-11-06 11:54:08 +00:00
|
|
|
FileName(owner_->filePath())))
|
|
|
|
return false;
|
1999-11-09 23:52:04 +00:00
|
|
|
// We ignore changes and just reload!
|
2002-08-04 23:11:50 +00:00
|
|
|
owner_->markClean();
|
2010-11-06 11:54:08 +00:00
|
|
|
return true;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool RCS::isRevertWithConfirmation()
|
|
|
|
{
|
|
|
|
//FIXME owner && diff ?
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
void RCS::undoLast()
|
|
|
|
{
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: undoLast");
|
2010-02-12 06:30:41 +00:00
|
|
|
doVCCommand("rcs -o" + version_ + " "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName())),
|
2007-04-06 18:03:29 +00:00
|
|
|
FileName(owner_->filePath()));
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool RCS::undoLastEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-02 16:07:15 +00:00
|
|
|
void RCS::getLog(FileName const & tmpf)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("rlog " + quoteName(onlyFileName(owner_->absFileName()))
|
2008-11-16 23:01:55 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
2007-04-06 18:03:29 +00:00
|
|
|
FileName(owner_->filePath()));
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-22 09:00:05 +00:00
|
|
|
bool RCS::toggleReadOnlyEnabled()
|
|
|
|
{
|
2010-01-03 00:07:22 +00:00
|
|
|
// This got broken somewhere along lfuns dispatch reorganization.
|
|
|
|
// reloadBuffer would be needed after this, but thats problematic
|
|
|
|
// since we are inside Buffer::dispatch.
|
2013-04-10 20:31:38 +00:00
|
|
|
// return true;
|
2010-01-03 00:07:22 +00:00
|
|
|
return false;
|
2008-07-22 09:00:05 +00:00
|
|
|
}
|
|
|
|
|
2011-07-02 13:08:36 +00:00
|
|
|
|
2010-02-12 04:28:10 +00:00
|
|
|
string RCS::revisionInfo(LyXVC::RevisionInfo const info)
|
2010-02-12 01:43:59 +00:00
|
|
|
{
|
2010-02-12 04:28:10 +00:00
|
|
|
if (info == LyXVC::File)
|
|
|
|
return version_;
|
2011-07-02 13:08:36 +00:00
|
|
|
// fill the rest of the attributes for a single file
|
|
|
|
if (rev_date_cache_.empty())
|
|
|
|
if (!getRevisionInfo())
|
|
|
|
return string();
|
|
|
|
|
|
|
|
switch (info) {
|
|
|
|
case LyXVC::Author:
|
|
|
|
return rev_author_cache_;
|
|
|
|
case LyXVC::Date:
|
|
|
|
return rev_date_cache_;
|
|
|
|
case LyXVC::Time:
|
|
|
|
return rev_time_cache_;
|
|
|
|
default: ;
|
|
|
|
}
|
|
|
|
|
2010-02-12 01:43:59 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
2008-07-22 09:00:05 +00:00
|
|
|
|
2011-07-02 13:08:36 +00:00
|
|
|
bool RCS::getRevisionInfo()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
doVCCommand("rlog -r " + quoteName(onlyFileName(owner_->absFileName()))
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
if (tmpf.empty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
|
|
|
|
// we reached to the entry, i.e. after initial log message
|
|
|
|
bool entry=false;
|
|
|
|
// line with critical info, e.g:
|
|
|
|
//"date: 2011/07/02 11:02:54; author: sanda; state: Exp; lines: +17 -2"
|
|
|
|
string result;
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line);
|
|
|
|
if (entry && prefixIs(line, "date:")) {
|
|
|
|
result = line;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (prefixIs(line, "revision"))
|
|
|
|
entry = true;
|
|
|
|
}
|
|
|
|
if (result.empty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
rev_date_cache_ = token(result, ' ', 1);
|
|
|
|
rev_time_cache_ = rtrim(token(result, ' ', 2), ";");
|
|
|
|
rev_author_cache_ = trim(token(token(result, ';', 1), ':', 1));
|
|
|
|
|
|
|
|
return !rev_author_cache_.empty();
|
|
|
|
}
|
|
|
|
|
2010-02-15 09:05:24 +00:00
|
|
|
bool RCS::prepareFileRevision(string const &revis, string & f)
|
2010-02-12 12:16:34 +00:00
|
|
|
{
|
2010-02-15 09:05:24 +00:00
|
|
|
string rev = revis;
|
2010-11-06 12:18:09 +00:00
|
|
|
if (!VCS::makeRCSRevision(version_, rev))
|
|
|
|
return false;
|
2010-02-15 09:05:24 +00:00
|
|
|
|
2010-09-07 11:29:11 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcrev_" + rev + "_");
|
2010-02-15 09:05:24 +00:00
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2011-07-02 11:43:51 +00:00
|
|
|
return false;
|
2010-02-15 09:05:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommand("co -p" + rev + " "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName()))
|
2010-02-15 09:05:24 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
if (tmpf.isFileEmpty())
|
|
|
|
return false;
|
|
|
|
|
2010-04-21 01:19:09 +00:00
|
|
|
f = tmpf.absFileName();
|
2010-02-15 09:05:24 +00:00
|
|
|
return true;
|
2010-02-12 12:16:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool RCS::prepareFileRevisionEnabled()
|
|
|
|
{
|
2010-02-15 09:05:24 +00:00
|
|
|
return true;
|
2010-02-12 12:16:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-10-20 10:03:45 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// CVS
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
2012-11-13 20:44:36 +00:00
|
|
|
CVS::CVS(FileName const & m, Buffer * b) : VCS(b)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// Here we know that the buffer file is either already in CVS or
|
|
|
|
// about to be registered
|
1999-11-09 23:52:04 +00:00
|
|
|
master_ = m;
|
2010-11-06 00:20:42 +00:00
|
|
|
have_rev_info_ = false;
|
1999-11-09 23:52:04 +00:00
|
|
|
scanMaster();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-11-25 11:18:16 +00:00
|
|
|
FileName const CVS::findFile(FileName const & file)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
|
|
|
// First we look for the CVS/Entries in the same dir
|
|
|
|
// where we have file.
|
2010-04-21 01:19:09 +00:00
|
|
|
FileName const entries(onlyPath(file.absFileName()) + "/CVS/Entries");
|
2010-04-21 01:19:28 +00:00
|
|
|
string const tmpf = '/' + onlyFileName(file.absFileName()) + '/';
|
2008-07-21 00:22:43 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under cvs in `" << entries
|
2007-11-15 20:04:51 +00:00
|
|
|
<< "' for `" << tmpf << '\'');
|
2008-07-20 22:08:32 +00:00
|
|
|
if (entries.isReadableFile()) {
|
1999-11-09 23:52:04 +00:00
|
|
|
// 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.
|
2008-07-20 22:08:32 +00:00
|
|
|
ifstream ifs(entries.toFilesystemEncoding().c_str());
|
1999-11-09 23:52:04 +00:00
|
|
|
string line;
|
|
|
|
while (getline(ifs, line)) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "\tEntries: " << line);
|
2006-12-02 16:07:15 +00:00
|
|
|
if (contains(line, tmpf))
|
2008-07-20 22:08:32 +00:00
|
|
|
return entries;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
}
|
2006-12-02 16:07:15 +00:00
|
|
|
return FileName();
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CVS::scanMaster()
|
|
|
|
{
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::CVS: scanMaster. \n Checking: " << master_);
|
1999-11-09 23:52:04 +00:00
|
|
|
// Ok now we do the real scan...
|
2006-12-02 16:07:15 +00:00
|
|
|
ifstream ifs(master_.toFilesystemEncoding().c_str());
|
2012-11-13 20:44:36 +00:00
|
|
|
string name = onlyFileName(owner_->absFileName());
|
2010-10-25 05:37:04 +00:00
|
|
|
string tmpf = '/' + name + '/';
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "\tlooking for `" << tmpf << '\'');
|
1999-11-09 23:52:04 +00:00
|
|
|
string line;
|
2003-10-17 18:23:41 +00:00
|
|
|
static regex const reg("/(.*)/(.*)/(.*)/(.*)/(.*)");
|
2001-12-05 08:04:20 +00:00
|
|
|
while (getline(ifs, line)) {
|
2007-11-15 20:04:51 +00:00
|
|
|
LYXERR(Debug::LYXVC, "\t line: " << line);
|
1999-11-09 23:52:04 +00:00
|
|
|
if (contains(line, tmpf)) {
|
|
|
|
// Ok extract the fields.
|
2002-05-25 00:19:56 +00:00
|
|
|
smatch sm;
|
2003-09-15 11:00:00 +00:00
|
|
|
|
|
|
|
regex_match(line, sm, reg);
|
2002-05-25 00:19:56 +00:00
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
//sm[0]; // whole matched string
|
|
|
|
//sm[1]; // filename
|
2003-09-15 11:00:00 +00:00
|
|
|
version_ = sm.str(2);
|
|
|
|
string const file_date = sm.str(3);
|
2002-11-04 02:12:42 +00:00
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
//sm[4]; // options
|
|
|
|
//sm[5]; // tag or tagdate
|
2012-11-13 20:44:36 +00:00
|
|
|
FileName file(owner_->absFileName());
|
|
|
|
if (file.isReadableFile()) {
|
|
|
|
time_t mod = file.lastModified();
|
2010-10-25 05:37:04 +00:00
|
|
|
string mod_date = rtrim(asctime(gmtime(&mod)), "\n");
|
|
|
|
LYXERR(Debug::LYXVC, "Date in Entries: `" << file_date
|
|
|
|
<< "'\nModification date of file: `" << mod_date << '\'');
|
2012-11-13 20:44:36 +00:00
|
|
|
if (file.isReadOnly()) {
|
2010-10-25 05:37:04 +00:00
|
|
|
// readonly checkout is unlocked
|
|
|
|
vcstatus = UNLOCKED;
|
|
|
|
} else {
|
|
|
|
FileName bdir(addPath(master_.onlyPath().absFileName(),"Base"));
|
|
|
|
FileName base(addName(bdir.absFileName(),name));
|
|
|
|
// if base version is existent "cvs edit" was used to lock
|
|
|
|
vcstatus = base.isReadableFile() ? LOCKED : NOLOCKING;
|
|
|
|
}
|
1999-11-09 23:52:04 +00:00
|
|
|
} else {
|
2010-10-25 05:37:04 +00:00
|
|
|
vcstatus = NOLOCKING;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-11-15 21:01:19 +00:00
|
|
|
bool CVS::retrieve(FileName const & file)
|
|
|
|
{
|
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::CVS: retrieve.\n\t" << file);
|
2013-02-03 16:03:08 +00:00
|
|
|
// The caller ensures that file does not exist, so no need to check that.
|
2012-11-15 21:01:19 +00:00
|
|
|
return doVCCommandCall("cvs -q update " + quoteName(file.toFilesystemEncoding()),
|
|
|
|
file.onlyPath()) == 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
string const CVS::getTarget(OperationMode opmode) const
|
|
|
|
{
|
|
|
|
switch(opmode) {
|
|
|
|
case Directory:
|
2010-10-25 17:49:45 +00:00
|
|
|
// in client server mode CVS does not like full path operand for directory operation
|
|
|
|
// since LyX switches to the repo dir "." is good enough as target
|
|
|
|
return ".";
|
2010-10-25 05:37:04 +00:00
|
|
|
case File:
|
|
|
|
return quoteName(onlyFileName(owner_->absFileName()));
|
|
|
|
}
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
docstring CVS::toString(CvsStatus status) const
|
|
|
|
{
|
|
|
|
switch (status) {
|
|
|
|
case UpToDate:
|
|
|
|
return _("Up-to-date");
|
|
|
|
case LocallyModified:
|
|
|
|
return _("Locally Modified");
|
|
|
|
case LocallyAdded:
|
|
|
|
return _("Locally Added");
|
|
|
|
case NeedsMerge:
|
|
|
|
return _("Needs Merge");
|
|
|
|
case NeedsCheckout:
|
|
|
|
return _("Needs Checkout");
|
|
|
|
case NoCvsFile:
|
|
|
|
return _("No CVS file");
|
|
|
|
case StatusError:
|
|
|
|
return _("Cannot retrieve CVS status");
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-06 00:20:42 +00:00
|
|
|
int CVS::doVCCommandWithOutput(string const & cmd, FileName const & path,
|
|
|
|
FileName const & output, bool reportError)
|
|
|
|
{
|
|
|
|
string redirection = output.empty() ? "" : " > " + quoteName(output.toFilesystemEncoding());
|
|
|
|
return doVCCommand(cmd + redirection, path, reportError);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int CVS::doVCCommandCallWithOutput(std::string const & cmd,
|
|
|
|
support::FileName const & path,
|
|
|
|
support::FileName const & output)
|
|
|
|
{
|
|
|
|
string redirection = output.empty() ? "" : " > " + quoteName(output.toFilesystemEncoding());
|
|
|
|
return doVCCommandCall(cmd + redirection, path);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
CVS::CvsStatus CVS::getStatus()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return StatusError;
|
|
|
|
}
|
|
|
|
|
2010-11-06 00:20:42 +00:00
|
|
|
if (doVCCommandCallWithOutput("cvs status " + getTarget(File),
|
|
|
|
FileName(owner_->filePath()), tmpf)) {
|
2010-10-25 05:37:04 +00:00
|
|
|
tmpf.removeFile();
|
|
|
|
return StatusError;
|
|
|
|
}
|
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
CvsStatus status = NoCvsFile;
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
string line;
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line << "\n");
|
|
|
|
if (prefixIs(line, "File:")) {
|
|
|
|
if (contains(line, "Up-to-date"))
|
|
|
|
status = UpToDate;
|
|
|
|
else if (contains(line, "Locally Modified"))
|
|
|
|
status = LocallyModified;
|
|
|
|
else if (contains(line, "Locally Added"))
|
|
|
|
status = LocallyAdded;
|
|
|
|
else if (contains(line, "Needs Merge"))
|
|
|
|
status = NeedsMerge;
|
|
|
|
else if (contains(line, "Needs Checkout"))
|
|
|
|
status = NeedsCheckout;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tmpf.removeFile();
|
|
|
|
return status;
|
|
|
|
}
|
|
|
|
|
2010-11-06 00:20:42 +00:00
|
|
|
void CVS::getRevisionInfo()
|
|
|
|
{
|
|
|
|
if (have_rev_info_)
|
|
|
|
return;
|
|
|
|
have_rev_info_ = true;
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
int rc = doVCCommandCallWithOutput("cvs log -r" + version_
|
|
|
|
+ " " + getTarget(File),
|
|
|
|
FileName(owner_->filePath()), tmpf);
|
|
|
|
if (rc) {
|
|
|
|
tmpf.removeFile();
|
|
|
|
LYXERR(Debug::LYXVC, "cvs log failed with exit code " << rc);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
static regex const reg("date: (.*) (.*) (.*); author: (.*); state: (.*);(.*)");
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
string line;
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line << "\n");
|
|
|
|
if (prefixIs(line, "date:")) {
|
|
|
|
smatch sm;
|
|
|
|
regex_match(line, sm, reg);
|
|
|
|
//sm[0]; // whole matched string
|
|
|
|
rev_date_cache_ = sm[1];
|
|
|
|
rev_time_cache_ = sm[2];
|
|
|
|
//sm[3]; // GMT offset
|
|
|
|
rev_author_cache_ = sm[4];
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tmpf.removeFile();
|
|
|
|
if (rev_author_cache_.empty())
|
|
|
|
LYXERR(Debug::LYXVC,
|
|
|
|
"Could not retrieve revision info for " << version_ <<
|
|
|
|
" of " << getTarget(File));
|
|
|
|
}
|
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
|
1999-11-09 23:52:04 +00:00
|
|
|
void CVS::registrer(string const & msg)
|
|
|
|
{
|
2005-03-29 09:35:16 +00:00
|
|
|
doVCCommand("cvs -q add -m \"" + msg + "\" "
|
2010-10-25 05:37:04 +00:00
|
|
|
+ getTarget(File),
|
|
|
|
FileName(owner_->filePath()));
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
bool CVS::renameEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string CVS::rename(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// CVS has no real rename command, so we create a poor mans version
|
|
|
|
support::FileName const oldFile(owner_->absFileName());
|
|
|
|
string ret = copy(newFile, msg);
|
|
|
|
if (ret.empty())
|
|
|
|
return ret;
|
|
|
|
string cmd = "cvs -q remove -m \"" + msg + "\" " +
|
|
|
|
quoteName(oldFile.onlyFileName());
|
|
|
|
FileName path(oldFile.onlyPath());
|
|
|
|
return doVCCommand(cmd, path) ? string() : ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
bool CVS::copyEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
string CVS::copy(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// CVS has no real copy command, so we create a poor mans version
|
|
|
|
support::FileName const oldFile(owner_->absFileName());
|
|
|
|
if (!oldFile.copyTo(newFile))
|
|
|
|
return string();
|
|
|
|
FileName path(oldFile.onlyPath());
|
|
|
|
string relFile(to_utf8(newFile.relPath(path.absFileName())));
|
|
|
|
string cmd("cvs -q add -m \"" + msg + "\" " + quoteName(relFile));
|
|
|
|
return doVCCommand(cmd, path) ? string() : "CVS: Proceeded";
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
void CVS::getDiff(OperationMode opmode, FileName const & tmpf)
|
|
|
|
{
|
2010-11-06 00:20:42 +00:00
|
|
|
doVCCommandWithOutput("cvs diff " + getTarget(opmode),
|
|
|
|
FileName(owner_->filePath()), tmpf, false);
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int CVS::edit()
|
|
|
|
{
|
|
|
|
vcstatus = LOCKED;
|
|
|
|
return doVCCommand("cvs -q edit " + getTarget(File),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int CVS::unedit()
|
|
|
|
{
|
|
|
|
vcstatus = UNLOCKED;
|
|
|
|
return doVCCommand("cvs -q unedit " + getTarget(File),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int CVS::update(OperationMode opmode, FileName const & tmpf)
|
|
|
|
{
|
2010-11-06 00:20:42 +00:00
|
|
|
return doVCCommandWithOutput("cvs -q update "
|
|
|
|
+ getTarget(opmode),
|
|
|
|
FileName(owner_->filePath()), tmpf, false);
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string CVS::scanLogFile(FileName const & f, string & status)
|
|
|
|
{
|
|
|
|
ifstream ifs(f.toFilesystemEncoding().c_str());
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
string line;
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line << "\n");
|
|
|
|
if (!line.empty())
|
|
|
|
status += line + "; ";
|
|
|
|
if (prefixIs(line, "C ")) {
|
|
|
|
ifs.close();
|
|
|
|
return line;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ifs.close();
|
|
|
|
return string();
|
|
|
|
}
|
2013-02-04 20:40:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
LyXVC::CommandResult CVS::checkIn(string const & msg, string & log)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
CvsStatus status = getStatus();
|
|
|
|
switch (status) {
|
|
|
|
case UpToDate:
|
|
|
|
if (vcstatus != NOLOCKING)
|
2013-02-04 20:40:28 +00:00
|
|
|
if (unedit())
|
|
|
|
return LyXVC::ErrorCommand;
|
|
|
|
log = "CVS: Proceeded";
|
2013-03-18 19:42:20 +00:00
|
|
|
return LyXVC::VCSuccess;
|
2010-10-25 05:37:04 +00:00
|
|
|
case LocallyModified:
|
|
|
|
case LocallyAdded: {
|
|
|
|
int rc = doVCCommand("cvs -q commit -m \"" + msg + "\" "
|
|
|
|
+ getTarget(File),
|
2007-04-06 18:03:29 +00:00
|
|
|
FileName(owner_->filePath()));
|
2013-02-04 20:40:28 +00:00
|
|
|
if (rc)
|
|
|
|
return LyXVC::ErrorCommand;
|
|
|
|
log = "CVS: Proceeded";
|
2013-03-18 19:42:20 +00:00
|
|
|
return LyXVC::VCSuccess;
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
|
|
|
case NeedsMerge:
|
|
|
|
case NeedsCheckout:
|
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
_("The repository version is newer then the current check out.\n"
|
|
|
|
"You have to update from repository first or revert your changes.")) ;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
bformat(_("Bad status when checking in changes.\n"
|
|
|
|
"\n'%1$s'\n\n"),
|
|
|
|
toString(status)));
|
|
|
|
break;
|
|
|
|
}
|
2013-02-04 20:40:28 +00:00
|
|
|
return LyXVC::ErrorBefore;
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool CVS::isLocked() const
|
|
|
|
{
|
|
|
|
FileName fn(owner_->absFileName());
|
|
|
|
fn.refresh();
|
|
|
|
return !fn.isReadOnly();
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool CVS::checkInEnabled()
|
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
if (vcstatus != NOLOCKING)
|
|
|
|
return isLocked();
|
|
|
|
else
|
|
|
|
return true;
|
2008-07-21 01:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool CVS::isCheckInWithConfirmation()
|
|
|
|
{
|
|
|
|
CvsStatus status = getStatus();
|
|
|
|
return status == LocallyModified || status == LocallyAdded;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-29 13:14:51 +00:00
|
|
|
string CVS::checkOut()
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
if (vcstatus != NOLOCKING && edit())
|
2010-10-08 05:40:16 +00:00
|
|
|
return string();
|
2010-10-25 05:37:04 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2010-10-08 05:40:16 +00:00
|
|
|
return string();
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
int rc = update(File, tmpf);
|
|
|
|
string log;
|
|
|
|
string const res = scanLogFile(tmpf, log);
|
2010-11-06 00:20:42 +00:00
|
|
|
if (!res.empty()) {
|
2010-10-25 05:37:04 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
bformat(_("Error when updating from repository.\n"
|
|
|
|
"You have to manually resolve the conflicts NOW!\n'%1$s'.\n\n"
|
|
|
|
"After pressing OK, LyX will try to reopen the resolved document."),
|
|
|
|
from_local8bit(res)));
|
2010-11-06 00:20:42 +00:00
|
|
|
rc = 0;
|
|
|
|
}
|
2010-10-25 05:37:04 +00:00
|
|
|
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2010-10-25 05:37:04 +00:00
|
|
|
return rc ? string() : log.empty() ? "CVS: Proceeded" : "CVS: " + log;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool CVS::checkOutEnabled()
|
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
if (vcstatus != NOLOCKING)
|
|
|
|
return !isLocked();
|
|
|
|
else
|
|
|
|
return true;
|
2008-07-21 01:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
string CVS::repoUpdate()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
getDiff(Directory, tmpf);
|
|
|
|
docstring res = tmpf.fileContents("UTF-8");
|
|
|
|
if (!res.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Diff detected:\n" << res);
|
|
|
|
docstring const file = from_utf8(owner_->filePath());
|
|
|
|
docstring text = bformat(_("There were detected changes "
|
|
|
|
"in the working directory:\n%1$s\n\n"
|
2010-11-30 00:23:34 +00:00
|
|
|
"Possible file conflicts must be then resolved manually "
|
|
|
|
"or you will need to revert back to the repository version."), file);
|
2010-10-25 05:37:04 +00:00
|
|
|
int ret = frontend::Alert::prompt(_("Changes detected"),
|
|
|
|
text, 0, 1, _("&Continue"), _("&Abort"), _("View &Log ..."));
|
|
|
|
if (ret == 2 ) {
|
|
|
|
dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFileName()));
|
|
|
|
ret = frontend::Alert::prompt(_("Changes detected"),
|
|
|
|
text, 0, 1, _("&Continue"), _("&Abort"));
|
|
|
|
hideDialogs("file", 0);
|
|
|
|
}
|
|
|
|
if (ret == 1 ) {
|
|
|
|
tmpf.removeFile();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
int rc = update(Directory, tmpf);
|
|
|
|
res += "Update log:\n" + tmpf.fileContents("UTF-8");
|
2010-11-06 00:20:42 +00:00
|
|
|
LYXERR(Debug::LYXVC, res);
|
|
|
|
|
|
|
|
string log;
|
|
|
|
string sres = scanLogFile(tmpf, log);
|
|
|
|
if (!sres.empty()) {
|
|
|
|
docstring const file = owner_->fileName().displayName(20);
|
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
bformat(_("Error when updating document %1$s from repository.\n"
|
|
|
|
"You have to manually resolve the conflicts NOW!\n'%2$s'.\n\n"
|
|
|
|
"After pressing OK, LyX will try to reopen the resolved document."),
|
|
|
|
file, from_local8bit(sres)));
|
|
|
|
rc = 0;
|
|
|
|
}
|
|
|
|
|
2010-10-25 05:37:04 +00:00
|
|
|
tmpf.removeFile();
|
|
|
|
|
2010-11-06 00:20:42 +00:00
|
|
|
return rc ? string() : log.empty() ? "CVS: Proceeded" : "CVS: " + log;
|
2009-10-06 23:20:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
bool CVS::repoUpdateEnabled()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
2010-10-25 05:37:04 +00:00
|
|
|
return true;
|
2009-10-06 23:20:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-25 14:48:11 +00:00
|
|
|
string CVS::lockingToggle()
|
|
|
|
{
|
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool CVS::lockingToggleEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool CVS::isRevertWithConfirmation()
|
|
|
|
{
|
|
|
|
CvsStatus status = getStatus();
|
|
|
|
return !owner_->isClean() || status == LocallyModified || status == NeedsMerge;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-06 11:54:08 +00:00
|
|
|
bool CVS::revert()
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2001-02-20 18:31:33 +00:00
|
|
|
// Reverts to the version in CVS repository and
|
|
|
|
// gets the updated version from the repository.
|
2010-10-25 05:37:04 +00:00
|
|
|
CvsStatus status = getStatus();
|
|
|
|
switch (status) {
|
|
|
|
case UpToDate:
|
|
|
|
if (vcstatus != NOLOCKING)
|
2010-11-06 11:54:08 +00:00
|
|
|
return 0 == unedit();
|
2010-10-25 05:37:04 +00:00
|
|
|
break;
|
|
|
|
case NeedsMerge:
|
|
|
|
case NeedsCheckout:
|
|
|
|
case LocallyModified: {
|
|
|
|
FileName f(owner_->absFileName());
|
|
|
|
f.removeFile();
|
|
|
|
update(File, FileName());
|
|
|
|
owner_->markClean();
|
|
|
|
break;
|
|
|
|
}
|
2010-10-25 13:27:48 +00:00
|
|
|
case LocallyAdded: {
|
|
|
|
docstring const file = owner_->fileName().displayName(20);
|
2010-10-25 05:37:04 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2010-10-25 13:27:48 +00:00
|
|
|
bformat(_("The document %1$s is not in repository.\n"
|
|
|
|
"You have to check in the first revision before you can revert."),
|
|
|
|
file)) ;
|
2010-11-06 11:54:08 +00:00
|
|
|
return false;
|
2010-10-25 13:27:48 +00:00
|
|
|
}
|
|
|
|
default: {
|
|
|
|
docstring const file = owner_->fileName().displayName(20);
|
2010-10-25 05:37:04 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2010-10-25 13:27:48 +00:00
|
|
|
bformat(_("Cannot revert document %1$s to repository version.\n"
|
|
|
|
"The status '%2$s' is unexpected."),
|
|
|
|
file, toString(status)));
|
2010-11-06 11:54:08 +00:00
|
|
|
return false;
|
2010-10-25 13:27:48 +00:00
|
|
|
}
|
2010-10-25 05:37:04 +00:00
|
|
|
}
|
2010-11-06 11:54:08 +00:00
|
|
|
return true;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void CVS::undoLast()
|
|
|
|
{
|
|
|
|
// merge the current with the previous version
|
|
|
|
// in a reverse patch kind of way, so that the
|
|
|
|
// result is to revert the last changes.
|
2009-03-17 11:06:28 +00:00
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-21 01:55:58 +00:00
|
|
|
bool CVS::undoLastEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-12-02 16:07:15 +00:00
|
|
|
void CVS::getLog(FileName const & tmpf)
|
1999-11-09 23:52:04 +00:00
|
|
|
{
|
2010-11-06 00:20:42 +00:00
|
|
|
doVCCommandWithOutput("cvs log " + getTarget(File),
|
|
|
|
FileName(owner_->filePath()),
|
|
|
|
tmpf);
|
1999-11-09 23:52:04 +00:00
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
|
2008-07-22 09:00:05 +00:00
|
|
|
bool CVS::toggleReadOnlyEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
2006-10-21 00:16:43 +00:00
|
|
|
|
2010-02-12 01:43:59 +00:00
|
|
|
|
2010-02-12 06:30:41 +00:00
|
|
|
string CVS::revisionInfo(LyXVC::RevisionInfo const info)
|
2010-02-12 01:43:59 +00:00
|
|
|
{
|
2010-11-06 00:20:42 +00:00
|
|
|
if (!version_.empty()) {
|
|
|
|
getRevisionInfo();
|
|
|
|
switch (info) {
|
|
|
|
case LyXVC::File:
|
|
|
|
return version_;
|
|
|
|
case LyXVC::Author:
|
|
|
|
return rev_author_cache_;
|
|
|
|
case LyXVC::Date:
|
|
|
|
return rev_date_cache_;
|
|
|
|
case LyXVC::Time:
|
|
|
|
return rev_time_cache_;
|
|
|
|
default: ;
|
|
|
|
}
|
|
|
|
}
|
2010-02-12 01:43:59 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-11-06 12:18:09 +00:00
|
|
|
bool CVS::prepareFileRevision(string const & revis, string & f)
|
2010-02-12 12:16:34 +00:00
|
|
|
{
|
2010-11-06 12:18:09 +00:00
|
|
|
string rev = revis;
|
|
|
|
if (!VCS::makeRCSRevision(version_, rev))
|
|
|
|
return false;
|
|
|
|
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcrev_" + rev + "_");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommandWithOutput("cvs update -p -r" + rev + " "
|
|
|
|
+ getTarget(File),
|
|
|
|
FileName(owner_->filePath()), tmpf);
|
|
|
|
if (tmpf.isFileEmpty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
f = tmpf.absFileName();
|
|
|
|
return true;
|
2010-02-12 12:16:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool CVS::prepareFileRevisionEnabled()
|
|
|
|
{
|
2010-11-06 12:18:09 +00:00
|
|
|
return true;
|
2010-02-12 12:16:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-22 08:59:15 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// SVN
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
2012-11-13 20:44:36 +00:00
|
|
|
SVN::SVN(FileName const & m, Buffer * b) : VCS(b)
|
2008-07-22 08:59:15 +00:00
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// Here we know that the buffer file is either already in SVN or
|
|
|
|
// about to be registered
|
2008-07-22 08:59:15 +00:00
|
|
|
master_ = m;
|
2009-01-31 17:10:56 +00:00
|
|
|
locked_mode_ = 0;
|
2008-07-22 08:59:15 +00:00
|
|
|
scanMaster();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
FileName const SVN::findFile(FileName const & file)
|
|
|
|
{
|
2012-03-11 11:12:12 +00:00
|
|
|
// First we check the existence of repository meta data.
|
|
|
|
if (!VCS::checkparentdirs(file, ".svn")) {
|
|
|
|
LYXERR(Debug::LYXVC, "Cannot find SVN meta data for " << file);
|
|
|
|
return FileName();
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
2012-03-11 11:12:12 +00:00
|
|
|
|
|
|
|
// Now we check the status of the file.
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return FileName();
|
|
|
|
}
|
|
|
|
|
|
|
|
string const fname = onlyFileName(file.absFileName());
|
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under svn control for `" << fname << '\'');
|
|
|
|
bool found = 0 == doVCCommandCall("svn info " + quoteName(fname)
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
file.onlyPath());
|
2013-02-06 21:07:31 +00:00
|
|
|
tmpf.removeFile();
|
2012-03-11 11:12:12 +00:00
|
|
|
LYXERR(Debug::LYXVC, "SVN control: " << (found ? "enabled" : "disabled"));
|
|
|
|
return found ? file : FileName();
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void SVN::scanMaster()
|
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// vcstatus code is somewhat superflous,
|
2013-02-05 20:31:58 +00:00
|
|
|
// until we want to implement read-only toggle for svn.
|
2013-04-10 20:31:38 +00:00
|
|
|
vcstatus = NOLOCKING;
|
|
|
|
if (checkLockMode()) {
|
|
|
|
if (isLocked())
|
|
|
|
vcstatus = LOCKED;
|
|
|
|
else
|
|
|
|
vcstatus = UNLOCKED;
|
2009-01-31 18:01:48 +00:00
|
|
|
}
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-01-31 17:10:56 +00:00
|
|
|
bool SVN::checkLockMode()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()){
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2011-07-02 11:43:51 +00:00
|
|
|
return false;
|
2009-01-31 17:10:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
LYXERR(Debug::LYXVC, "Detecting locking mode...");
|
2012-11-13 20:44:36 +00:00
|
|
|
if (doVCCommandCall("svn proplist " + quoteName(onlyFileName(owner_->absFileName()))
|
2009-01-31 17:10:56 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
2012-11-13 20:44:36 +00:00
|
|
|
FileName(owner_->filePath())))
|
2009-01-31 17:10:56 +00:00
|
|
|
return false;
|
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
bool ret = false;
|
|
|
|
|
2012-03-11 11:12:12 +00:00
|
|
|
while (ifs && !ret) {
|
2009-01-31 17:10:56 +00:00
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line);
|
|
|
|
if (contains(line, "svn:needs-lock"))
|
|
|
|
ret = true;
|
|
|
|
}
|
|
|
|
LYXERR(Debug::LYXVC, "Locking enabled: " << ret);
|
|
|
|
ifs.close();
|
|
|
|
locked_mode_ = ret;
|
|
|
|
return ret;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-02-01 23:23:01 +00:00
|
|
|
bool SVN::isLocked() const
|
2009-01-31 17:10:56 +00:00
|
|
|
{
|
2012-11-13 20:44:36 +00:00
|
|
|
FileName file(owner_->absFileName());
|
|
|
|
file.refresh();
|
|
|
|
return !file.isReadOnly();
|
2009-01-31 17:10:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-11-15 21:01:19 +00:00
|
|
|
bool SVN::retrieve(FileName const & file)
|
|
|
|
{
|
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::SVN: retrieve.\n\t" << file);
|
2013-02-03 16:03:08 +00:00
|
|
|
// The caller ensures that file does not exist, so no need to check that.
|
2012-11-15 21:01:19 +00:00
|
|
|
return doVCCommandCall("svn update -q --non-interactive " + quoteName(file.onlyFileName()),
|
|
|
|
file.onlyPath()) == 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-09-16 11:33:07 +00:00
|
|
|
void SVN::registrer(string const & /*msg*/)
|
2008-07-22 08:59:15 +00:00
|
|
|
{
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("svn add -q " + quoteName(onlyFileName(owner_->absFileName())),
|
2008-07-22 08:59:15 +00:00
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
bool SVN::renameEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string SVN::rename(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// svn move does not require a log message, since it does not commit.
|
|
|
|
// In LyX we commit immediately afterwards, otherwise it could be
|
|
|
|
// confusing to the user to have two uncommitted files.
|
|
|
|
FileName path(owner_->filePath());
|
|
|
|
string relFile(to_utf8(newFile.relPath(path.absFileName())));
|
|
|
|
string cmd("svn move -q " + quoteName(onlyFileName(owner_->absFileName())) +
|
|
|
|
' ' + quoteName(relFile));
|
|
|
|
if (doVCCommand(cmd, path)) {
|
|
|
|
cmd = "svn revert -q " +
|
|
|
|
quoteName(onlyFileName(owner_->absFileName())) + ' ' +
|
|
|
|
quoteName(relFile);
|
|
|
|
doVCCommand(cmd, path);
|
|
|
|
if (newFile.exists())
|
|
|
|
newFile.removeFile();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
vector<support::FileName> f;
|
|
|
|
f.push_back(owner_->fileName());
|
|
|
|
f.push_back(newFile);
|
|
|
|
string log;
|
2013-03-18 19:42:20 +00:00
|
|
|
if (checkIn(f, msg, log) != LyXVC::VCSuccess) {
|
2013-02-05 20:31:58 +00:00
|
|
|
cmd = "svn revert -q " +
|
|
|
|
quoteName(onlyFileName(owner_->absFileName())) + ' ' +
|
|
|
|
quoteName(relFile);
|
|
|
|
doVCCommand(cmd, path);
|
|
|
|
if (newFile.exists())
|
|
|
|
newFile.removeFile();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
return log;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
bool SVN::copyEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-05 20:31:58 +00:00
|
|
|
string SVN::copy(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// svn copy does not require a log message, since it does not commit.
|
|
|
|
// In LyX we commit immediately afterwards, otherwise it could be
|
|
|
|
// confusing to the user to have an uncommitted file.
|
|
|
|
FileName path(owner_->filePath());
|
|
|
|
string relFile(to_utf8(newFile.relPath(path.absFileName())));
|
|
|
|
string cmd("svn copy -q " + quoteName(onlyFileName(owner_->absFileName())) +
|
|
|
|
' ' + quoteName(relFile));
|
|
|
|
if (doVCCommand(cmd, path))
|
|
|
|
return string();
|
|
|
|
vector<support::FileName> f(1, newFile);
|
|
|
|
string log;
|
2013-03-18 19:42:20 +00:00
|
|
|
if (checkIn(f, msg, log) == LyXVC::VCSuccess)
|
2013-02-05 20:31:58 +00:00
|
|
|
return log;
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-04 20:40:28 +00:00
|
|
|
LyXVC::CommandResult SVN::checkIn(string const & msg, string & log)
|
2013-02-05 20:31:58 +00:00
|
|
|
{
|
|
|
|
vector<support::FileName> f(1, owner_->fileName());
|
|
|
|
return checkIn(f, msg, log);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
LyXVC::CommandResult
|
|
|
|
SVN::checkIn(vector<support::FileName> const & f, string const & msg, string & log)
|
2008-07-22 08:59:15 +00:00
|
|
|
{
|
2008-07-22 10:17:24 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()){
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2013-02-04 20:40:28 +00:00
|
|
|
log = N_("Error: Could not generate logfile.");
|
|
|
|
return LyXVC::ErrorBefore;
|
2008-07-22 10:17:24 +00:00
|
|
|
}
|
|
|
|
|
2013-02-04 20:40:28 +00:00
|
|
|
ostringstream os;
|
|
|
|
os << "svn commit -m \"" << msg << '"';
|
2013-02-05 20:31:58 +00:00
|
|
|
for (size_t i = 0; i < f.size(); ++i)
|
|
|
|
os << ' ' << quoteName(f[i].onlyFileName());
|
2013-02-04 20:40:28 +00:00
|
|
|
os << " > " << quoteName(tmpf.toFilesystemEncoding());
|
|
|
|
LyXVC::CommandResult ret =
|
|
|
|
doVCCommand(os.str(), FileName(owner_->filePath())) ?
|
2013-03-18 19:42:20 +00:00
|
|
|
LyXVC::ErrorCommand : LyXVC::VCSuccess;
|
2008-07-22 10:17:24 +00:00
|
|
|
|
2008-07-29 13:14:51 +00:00
|
|
|
string res = scanLogFile(tmpf, log);
|
2013-02-04 20:40:28 +00:00
|
|
|
if (!res.empty()) {
|
2008-07-22 10:17:24 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2009-03-17 11:06:28 +00:00
|
|
|
_("Error when committing to repository.\n"
|
2008-07-22 10:17:24 +00:00
|
|
|
"You have to manually resolve the problem.\n"
|
2010-01-10 19:40:48 +00:00
|
|
|
"LyX will reopen the document after you press OK."));
|
2013-02-04 20:40:28 +00:00
|
|
|
ret = LyXVC::ErrorCommand;
|
|
|
|
}
|
2009-01-31 17:10:56 +00:00
|
|
|
else
|
2013-02-04 20:40:28 +00:00
|
|
|
if (!fileLock(false, tmpf, log))
|
|
|
|
ret = LyXVC::ErrorCommand;
|
2009-01-31 17:10:56 +00:00
|
|
|
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2013-02-04 20:40:28 +00:00
|
|
|
if (!log.empty())
|
|
|
|
log.insert(0, "SVN: ");
|
2013-03-18 19:42:20 +00:00
|
|
|
if (ret == LyXVC::VCSuccess && log.empty())
|
2013-02-04 20:40:28 +00:00
|
|
|
log = "SVN: Proceeded";
|
|
|
|
return ret;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool SVN::checkInEnabled()
|
|
|
|
{
|
2009-01-31 17:10:56 +00:00
|
|
|
if (locked_mode_)
|
|
|
|
return isLocked();
|
|
|
|
else
|
|
|
|
return true;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
2009-01-31 17:10:56 +00:00
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool SVN::isCheckInWithConfirmation()
|
|
|
|
{
|
2010-11-06 02:38:35 +00:00
|
|
|
// FIXME one day common getDiff and perhaps OpMode for all backends
|
|
|
|
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommandCall("svn diff " + quoteName(owner_->absFileName())
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
docstring diff = tmpf.fileContents("UTF-8");
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2010-11-06 02:38:35 +00:00
|
|
|
|
|
|
|
if (diff.empty())
|
|
|
|
return false;
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-22 10:16:54 +00:00
|
|
|
// FIXME Correctly return code should be checked instead of this.
|
|
|
|
// This would need another solution than just plain startscript.
|
2008-07-22 21:22:44 +00:00
|
|
|
// Hint from Andre': QProcess::readAllStandardError()...
|
2008-07-29 13:14:51 +00:00
|
|
|
string SVN::scanLogFile(FileName const & f, string & status)
|
2008-07-22 10:16:54 +00:00
|
|
|
{
|
|
|
|
ifstream ifs(f.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
|
2008-07-22 21:22:44 +00:00
|
|
|
while (ifs) {
|
|
|
|
getline(ifs, line);
|
2010-01-10 19:40:48 +00:00
|
|
|
LYXERR(Debug::LYXVC, line << "\n");
|
|
|
|
if (!line.empty())
|
|
|
|
status += line + "; ";
|
2010-01-14 01:03:42 +00:00
|
|
|
if (prefixIs(line, "C ") || prefixIs(line, "CU ")
|
|
|
|
|| contains(line, "Commit failed")) {
|
2008-07-29 13:14:51 +00:00
|
|
|
ifs.close();
|
2008-07-22 10:16:54 +00:00
|
|
|
return line;
|
2008-07-29 13:14:51 +00:00
|
|
|
}
|
2009-06-25 14:48:11 +00:00
|
|
|
if (contains(line, "svn:needs-lock")) {
|
|
|
|
ifs.close();
|
|
|
|
return line;
|
|
|
|
}
|
2008-07-22 10:16:54 +00:00
|
|
|
}
|
2008-07-29 13:14:51 +00:00
|
|
|
ifs.close();
|
2008-07-22 10:16:54 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
2008-07-22 08:59:15 +00:00
|
|
|
|
2013-02-04 20:40:28 +00:00
|
|
|
bool SVN::fileLock(bool lock, FileName const & tmpf, string &status)
|
2009-01-31 17:10:56 +00:00
|
|
|
{
|
|
|
|
if (!locked_mode_ || (isLocked() == lock))
|
2013-02-04 20:40:28 +00:00
|
|
|
return true;
|
2009-01-31 17:10:56 +00:00
|
|
|
|
2010-01-07 17:02:02 +00:00
|
|
|
string const arg = lock ? "lock " : "unlock ";
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("svn "+ arg + quoteName(onlyFileName(owner_->absFileName()))
|
2009-01-31 17:10:56 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
2009-11-19 08:55:21 +00:00
|
|
|
// Lock error messages go unfortunately on stderr and are unreachible this way.
|
2009-01-31 17:10:56 +00:00
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
while (ifs) {
|
|
|
|
getline(ifs, line);
|
|
|
|
if (!line.empty()) status += line + "; ";
|
|
|
|
}
|
|
|
|
ifs.close();
|
|
|
|
|
2013-02-04 20:40:28 +00:00
|
|
|
if (isLocked() == lock)
|
|
|
|
return true;
|
|
|
|
|
|
|
|
if (lock)
|
2009-01-31 17:10:56 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2010-03-10 17:03:53 +00:00
|
|
|
_("Error while acquiring write lock.\n"
|
|
|
|
"Another user is most probably editing\n"
|
2009-03-17 11:06:28 +00:00
|
|
|
"the current document now!\n"
|
|
|
|
"Also check the access to the repository."));
|
2013-02-04 20:40:28 +00:00
|
|
|
else
|
2009-01-31 17:10:56 +00:00
|
|
|
frontend::Alert::error(_("Revision control error."),
|
2010-03-10 17:03:53 +00:00
|
|
|
_("Error while releasing write lock.\n"
|
2009-01-31 17:10:56 +00:00
|
|
|
"Check the access to the repository."));
|
2013-02-04 20:40:28 +00:00
|
|
|
return false;
|
2009-01-31 17:10:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-29 13:14:51 +00:00
|
|
|
string SVN::checkOut()
|
2008-07-22 08:59:15 +00:00
|
|
|
{
|
2008-07-22 10:16:54 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
2008-07-22 21:22:44 +00:00
|
|
|
if (tmpf.empty()) {
|
2008-07-22 10:16:54 +00:00
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2008-07-29 13:14:51 +00:00
|
|
|
return N_("Error: Could not generate logfile.");
|
2008-07-22 10:16:54 +00:00
|
|
|
}
|
|
|
|
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("svn update --non-interactive " + quoteName(onlyFileName(owner_->absFileName()))
|
2008-11-16 23:01:55 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
2008-07-22 09:00:41 +00:00
|
|
|
FileName(owner_->filePath()));
|
2008-07-22 10:16:54 +00:00
|
|
|
|
2008-07-29 13:14:51 +00:00
|
|
|
string log;
|
2010-03-10 17:03:53 +00:00
|
|
|
string const res = scanLogFile(tmpf, log);
|
2008-07-22 10:16:54 +00:00
|
|
|
if (!res.empty())
|
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
bformat(_("Error when updating from repository.\n"
|
|
|
|
"You have to manually resolve the conflicts NOW!\n'%1$s'.\n\n"
|
2010-01-07 17:02:02 +00:00
|
|
|
"After pressing OK, LyX will try to reopen the resolved document."),
|
2008-11-24 21:12:58 +00:00
|
|
|
from_local8bit(res)));
|
2009-01-31 17:10:56 +00:00
|
|
|
|
|
|
|
fileLock(true, tmpf, log);
|
|
|
|
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2009-12-23 23:06:07 +00:00
|
|
|
return log.empty() ? string() : "SVN: " + log;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool SVN::checkOutEnabled()
|
|
|
|
{
|
2009-01-31 17:10:56 +00:00
|
|
|
if (locked_mode_)
|
|
|
|
return !isLocked();
|
|
|
|
else
|
|
|
|
return true;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
string SVN::repoUpdate()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return N_("Error: Could not generate logfile.");
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommand("svn diff " + quoteName(owner_->filePath())
|
2010-02-12 09:57:54 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
2009-10-06 23:20:52 +00:00
|
|
|
docstring res = tmpf.fileContents("UTF-8");
|
|
|
|
if (!res.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Diff detected:\n" << res);
|
|
|
|
docstring const file = from_utf8(owner_->filePath());
|
2009-10-13 08:39:03 +00:00
|
|
|
docstring text = bformat(_("There were detected changes "
|
2009-10-14 19:18:06 +00:00
|
|
|
"in the working directory:\n%1$s\n\n"
|
|
|
|
"In case of file conflict version of the local directory files "
|
|
|
|
"will be preferred."
|
2009-10-06 23:20:52 +00:00
|
|
|
"\n\nContinue?"), file);
|
2009-11-24 22:17:55 +00:00
|
|
|
int ret = frontend::Alert::prompt(_("Changes detected"),
|
2009-12-08 08:37:08 +00:00
|
|
|
text, 0, 1, _("&Yes"), _("&No"), _("View &Log ..."));
|
2009-11-24 22:17:55 +00:00
|
|
|
if (ret == 2 ) {
|
2010-04-21 01:19:09 +00:00
|
|
|
dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFileName()));
|
2009-11-24 22:17:55 +00:00
|
|
|
ret = frontend::Alert::prompt(_("Changes detected"),
|
2009-10-06 23:20:52 +00:00
|
|
|
text, 0, 1, _("&Yes"), _("&No"));
|
2009-11-24 22:17:55 +00:00
|
|
|
hideDialogs("file", 0);
|
|
|
|
}
|
|
|
|
if (ret == 1 ) {
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2009-10-06 23:20:52 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
// Reverting looks too harsh, see bug #6255.
|
|
|
|
// doVCCommand("svn revert -R " + quoteName(owner_->filePath())
|
|
|
|
// + " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
// FileName(owner_->filePath()));
|
|
|
|
// res = "Revert log:\n" + tmpf.fileContents("UTF-8");
|
|
|
|
doVCCommand("svn update --accept mine-full " + quoteName(owner_->filePath())
|
2010-01-10 19:40:48 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
2010-10-13 16:01:06 +00:00
|
|
|
FileName(owner_->filePath()));
|
2009-10-06 23:20:52 +00:00
|
|
|
res += "Update log:\n" + tmpf.fileContents("UTF-8");
|
|
|
|
|
|
|
|
LYXERR(Debug::LYXVC, res);
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2009-10-06 23:20:52 +00:00
|
|
|
return to_utf8(res);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-14 19:18:06 +00:00
|
|
|
bool SVN::repoUpdateEnabled()
|
2009-10-06 23:20:52 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-06-25 14:48:11 +00:00
|
|
|
string SVN::lockingToggle()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return N_("Error: Could not generate logfile.");
|
|
|
|
}
|
|
|
|
|
2010-04-21 01:19:28 +00:00
|
|
|
int ret = doVCCommand("svn proplist " + quoteName(onlyFileName(owner_->absFileName()))
|
2009-06-25 14:48:11 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
if (ret)
|
|
|
|
return string();
|
|
|
|
|
|
|
|
string log;
|
|
|
|
string res = scanLogFile(tmpf, log);
|
|
|
|
bool locking = contains(res, "svn:needs-lock");
|
|
|
|
if (!locking)
|
|
|
|
ret = doVCCommand("svn propset svn:needs-lock ON "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName()))
|
2009-06-25 14:48:11 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
else
|
|
|
|
ret = doVCCommand("svn propdel svn:needs-lock "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName()))
|
2009-06-25 14:48:11 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
if (ret)
|
|
|
|
return string();
|
|
|
|
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2013-02-03 16:03:08 +00:00
|
|
|
frontend::Alert::warning(_("SVN File Locking"),
|
2009-06-26 12:40:08 +00:00
|
|
|
(locking ? _("Locking property unset.") : _("Locking property set.")) + "\n"
|
2009-06-25 14:48:11 +00:00
|
|
|
+ _("Do not forget to commit the locking property into the repository."),
|
|
|
|
true);
|
|
|
|
|
2013-02-03 16:03:08 +00:00
|
|
|
return string("SVN: ") + (locking ?
|
|
|
|
N_("Locking property unset.") : N_("Locking property set."));
|
2009-06-25 14:48:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool SVN::lockingToggleEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2009-10-07 00:11:15 +00:00
|
|
|
|
2010-11-06 11:54:08 +00:00
|
|
|
bool SVN::revert()
|
2008-07-22 08:59:15 +00:00
|
|
|
{
|
2010-10-25 13:27:48 +00:00
|
|
|
// Reverts to the version in SVN repository and
|
2008-07-22 08:59:15 +00:00
|
|
|
// gets the updated version from the repository.
|
2010-04-21 01:19:28 +00:00
|
|
|
string const fil = quoteName(onlyFileName(owner_->absFileName()));
|
2008-07-22 08:59:15 +00:00
|
|
|
|
2010-11-06 11:54:08 +00:00
|
|
|
if (doVCCommand("svn revert -q " + fil,
|
|
|
|
FileName(owner_->filePath())))
|
|
|
|
return false;
|
2008-07-22 08:59:15 +00:00
|
|
|
owner_->markClean();
|
2010-11-06 11:54:08 +00:00
|
|
|
return true;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-10-25 13:27:48 +00:00
|
|
|
bool SVN::isRevertWithConfirmation()
|
|
|
|
{
|
|
|
|
//FIXME owner && diff
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-22 08:59:15 +00:00
|
|
|
void SVN::undoLast()
|
|
|
|
{
|
|
|
|
// merge the current with the previous version
|
|
|
|
// in a reverse patch kind of way, so that the
|
|
|
|
// result is to revert the last changes.
|
2009-03-17 11:06:28 +00:00
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
2008-07-22 08:59:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool SVN::undoLastEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-12 01:44:13 +00:00
|
|
|
string SVN::revisionInfo(LyXVC::RevisionInfo const info)
|
2010-02-12 01:43:59 +00:00
|
|
|
{
|
2010-02-12 05:52:34 +00:00
|
|
|
if (info == LyXVC::Tree) {
|
2013-02-06 21:07:31 +00:00
|
|
|
if (rev_tree_cache_.empty())
|
|
|
|
if (!getTreeRevisionInfo())
|
|
|
|
rev_tree_cache_ = "?";
|
|
|
|
if (rev_tree_cache_ == "?")
|
|
|
|
return string();
|
2010-02-12 05:52:34 +00:00
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
return rev_tree_cache_;
|
2010-02-12 05:52:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// fill the rest of the attributes for a single file
|
|
|
|
if (rev_file_cache_.empty())
|
|
|
|
if (!getFileRevisionInfo())
|
|
|
|
rev_file_cache_ = "?";
|
|
|
|
|
2010-02-12 01:43:59 +00:00
|
|
|
switch (info) {
|
|
|
|
case LyXVC::File:
|
2010-02-12 01:44:13 +00:00
|
|
|
if (rev_file_cache_ == "?")
|
2010-02-12 01:43:59 +00:00
|
|
|
return string();
|
2010-02-12 01:44:13 +00:00
|
|
|
return rev_file_cache_;
|
2010-02-12 05:52:34 +00:00
|
|
|
case LyXVC::Author:
|
|
|
|
return rev_author_cache_;
|
|
|
|
case LyXVC::Date:
|
|
|
|
return rev_date_cache_;
|
|
|
|
case LyXVC::Time:
|
|
|
|
return rev_time_cache_;
|
|
|
|
default: ;
|
2010-02-12 02:31:58 +00:00
|
|
|
|
2010-02-12 01:43:59 +00:00
|
|
|
}
|
2010-02-12 05:52:34 +00:00
|
|
|
|
2010-02-12 01:43:59 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-12 05:52:34 +00:00
|
|
|
bool SVN::getFileRevisionInfo()
|
2010-02-12 01:43:59 +00:00
|
|
|
{
|
2010-02-12 01:43:55 +00:00
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
2010-02-12 10:16:00 +00:00
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2011-07-02 11:43:51 +00:00
|
|
|
return false;
|
2010-02-12 10:16:00 +00:00
|
|
|
}
|
2010-02-12 01:43:55 +00:00
|
|
|
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("svn info --xml " + quoteName(onlyFileName(owner_->absFileName()))
|
2010-02-12 01:43:55 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
if (tmpf.empty())
|
2010-02-12 05:52:34 +00:00
|
|
|
return false;
|
2010-02-12 01:43:55 +00:00
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
// commit log part
|
|
|
|
bool c = false;
|
|
|
|
string rev;
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line);
|
|
|
|
if (prefixIs(line, "<commit"))
|
|
|
|
c = true;
|
|
|
|
if (c && prefixIs(line, " revision=\"") && suffixIs(line, "\">")) {
|
|
|
|
string l1 = subst(line, "revision=\"", "");
|
2010-02-12 01:44:08 +00:00
|
|
|
string l2 = trim(subst(l1, "\">", ""));
|
2010-02-12 01:43:55 +00:00
|
|
|
if (isStrInt(l2))
|
2010-02-12 05:52:34 +00:00
|
|
|
rev_file_cache_ = rev = l2;
|
|
|
|
}
|
|
|
|
if (c && prefixIs(line, "<author>") && suffixIs(line, "</author>")) {
|
|
|
|
string l1 = subst(line, "<author>", "");
|
|
|
|
string l2 = subst(l1, "</author>", "");
|
|
|
|
rev_author_cache_ = l2;
|
|
|
|
}
|
|
|
|
if (c && prefixIs(line, "<date>") && suffixIs(line, "</date>")) {
|
|
|
|
string l1 = subst(line, "<date>", "");
|
|
|
|
string l2 = subst(l1, "</date>", "");
|
|
|
|
l2 = split(l2, l1, 'T');
|
|
|
|
rev_date_cache_ = l1;
|
|
|
|
l2 = split(l2, l1, '.');
|
|
|
|
rev_time_cache_ = l1;
|
2010-02-12 01:43:55 +00:00
|
|
|
}
|
|
|
|
}
|
2010-02-12 05:52:34 +00:00
|
|
|
|
2010-02-12 01:43:55 +00:00
|
|
|
ifs.close();
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2010-02-12 05:52:34 +00:00
|
|
|
return !rev.empty();
|
2010-02-12 01:43:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-12 05:52:34 +00:00
|
|
|
bool SVN::getTreeRevisionInfo()
|
2010-02-12 02:31:58 +00:00
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
2010-02-12 10:16:00 +00:00
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2011-07-02 11:43:51 +00:00
|
|
|
return false;
|
2010-02-12 10:16:00 +00:00
|
|
|
}
|
2010-02-12 02:31:58 +00:00
|
|
|
|
|
|
|
doVCCommand("svnversion -n . > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
if (tmpf.empty())
|
2010-02-12 05:52:34 +00:00
|
|
|
return false;
|
2010-02-12 02:31:58 +00:00
|
|
|
|
|
|
|
// only first line in case something bad happens.
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
getline(ifs, line);
|
|
|
|
ifs.close();
|
2013-02-05 20:24:41 +00:00
|
|
|
tmpf.removeFile();
|
2010-02-12 05:52:34 +00:00
|
|
|
|
|
|
|
rev_tree_cache_ = line;
|
|
|
|
return !line.empty();
|
2010-02-12 02:31:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-07-22 08:59:15 +00:00
|
|
|
void SVN::getLog(FileName const & tmpf)
|
|
|
|
{
|
2010-04-21 01:19:28 +00:00
|
|
|
doVCCommand("svn log " + quoteName(onlyFileName(owner_->absFileName()))
|
2008-11-16 23:01:55 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
2008-07-22 08:59:15 +00:00
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-15 07:10:59 +00:00
|
|
|
bool SVN::prepareFileRevision(string const & revis, string & f)
|
2010-02-12 11:07:28 +00:00
|
|
|
{
|
2010-02-15 07:10:59 +00:00
|
|
|
if (!isStrInt(revis))
|
|
|
|
return false;
|
|
|
|
|
|
|
|
int rev = convert<int>(revis);
|
2010-02-12 11:07:28 +00:00
|
|
|
if (rev <= 0)
|
|
|
|
if (!getFileRevisionInfo())
|
|
|
|
return false;
|
|
|
|
if (rev == 0)
|
|
|
|
rev = convert<int>(rev_file_cache_);
|
|
|
|
// go back for minus rev
|
|
|
|
else if (rev < 0) {
|
|
|
|
rev = rev + convert<int>(rev_file_cache_);
|
|
|
|
if (rev < 1)
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2010-09-07 11:29:11 +00:00
|
|
|
string revname = convert<string>(rev);
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcrev_" + revname + "_");
|
2010-02-12 11:07:28 +00:00
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
2010-11-06 12:18:09 +00:00
|
|
|
return false;
|
2010-02-12 11:07:28 +00:00
|
|
|
}
|
|
|
|
|
2010-09-07 11:29:11 +00:00
|
|
|
doVCCommand("svn cat -r " + revname + " "
|
2010-04-21 01:19:28 +00:00
|
|
|
+ quoteName(onlyFileName(owner_->absFileName()))
|
2010-02-12 11:07:28 +00:00
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
if (tmpf.isFileEmpty())
|
|
|
|
return false;
|
|
|
|
|
2010-04-21 01:19:09 +00:00
|
|
|
f = tmpf.absFileName();
|
2010-02-12 11:07:28 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-02-12 12:16:34 +00:00
|
|
|
bool SVN::prepareFileRevisionEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-07-22 09:00:05 +00:00
|
|
|
bool SVN::toggleReadOnlyEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2008-07-22 08:59:15 +00:00
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// GIT
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
GIT::GIT(FileName const & m, Buffer * b) : VCS(b)
|
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// Here we know that the buffer file is either already in GIT or
|
|
|
|
// about to be registered
|
2013-02-06 21:07:31 +00:00
|
|
|
master_ = m;
|
|
|
|
scanMaster();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
FileName const GIT::findFile(FileName const & file)
|
|
|
|
{
|
|
|
|
// First we check the existence of repository meta data.
|
|
|
|
if (!VCS::checkparentdirs(file, ".git")) {
|
|
|
|
LYXERR(Debug::LYXVC, "Cannot find GIT meta data for " << file);
|
|
|
|
return FileName();
|
|
|
|
}
|
|
|
|
|
|
|
|
// Now we check the status of the file.
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return FileName();
|
|
|
|
}
|
|
|
|
|
|
|
|
string const fname = onlyFileName(file.absFileName());
|
|
|
|
LYXERR(Debug::LYXVC, "LyXVC: Checking if file is under git control for `"
|
|
|
|
<< fname << '\'');
|
2013-04-07 22:52:39 +00:00
|
|
|
doVCCommandCall("git ls-files " +
|
|
|
|
quoteName(fname) + " > " +
|
|
|
|
quoteName(tmpf.toFilesystemEncoding()),
|
2013-02-06 21:07:31 +00:00
|
|
|
file.onlyPath());
|
2013-04-07 22:52:39 +00:00
|
|
|
bool found = !tmpf.isFileEmpty();
|
2013-02-06 21:07:31 +00:00
|
|
|
tmpf.removeFile();
|
|
|
|
LYXERR(Debug::LYXVC, "GIT control: " << (found ? "enabled" : "disabled"));
|
|
|
|
return found ? file : FileName();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void GIT::scanMaster()
|
|
|
|
{
|
2013-04-10 20:31:38 +00:00
|
|
|
// vcstatus code is somewhat superflous,
|
2013-02-06 21:07:31 +00:00
|
|
|
// until we want to implement read-only toggle for git.
|
2013-04-10 20:31:38 +00:00
|
|
|
vcstatus = NOLOCKING;
|
2013-02-06 21:07:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::retrieve(FileName const & file)
|
|
|
|
{
|
|
|
|
LYXERR(Debug::LYXVC, "LyXVC::GIT: retrieve.\n\t" << file);
|
|
|
|
// The caller ensures that file does not exist, so no need to check that.
|
|
|
|
return doVCCommandCall("git checkout -q " + quoteName(file.onlyFileName()),
|
|
|
|
file.onlyPath()) == 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void GIT::registrer(string const & /*msg*/)
|
|
|
|
{
|
|
|
|
doVCCommand("git add " + quoteName(onlyFileName(owner_->absFileName())),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::renameEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string GIT::rename(support::FileName const & newFile, string const & msg)
|
|
|
|
{
|
|
|
|
// git mv does not require a log message, since it does not commit.
|
|
|
|
// In LyX we commit immediately afterwards, otherwise it could be
|
|
|
|
// confusing to the user to have two uncommitted files.
|
|
|
|
FileName path(owner_->filePath());
|
|
|
|
string relFile(to_utf8(newFile.relPath(path.absFileName())));
|
|
|
|
string cmd("git mv " + quoteName(onlyFileName(owner_->absFileName())) +
|
|
|
|
' ' + quoteName(relFile));
|
|
|
|
if (doVCCommand(cmd, path)) {
|
|
|
|
cmd = "git checkout -q " +
|
|
|
|
quoteName(onlyFileName(owner_->absFileName())) + ' ' +
|
|
|
|
quoteName(relFile);
|
|
|
|
doVCCommand(cmd, path);
|
|
|
|
if (newFile.exists())
|
|
|
|
newFile.removeFile();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
vector<support::FileName> f;
|
|
|
|
f.push_back(owner_->fileName());
|
|
|
|
f.push_back(newFile);
|
|
|
|
string log;
|
2013-03-18 19:42:20 +00:00
|
|
|
if (checkIn(f, msg, log) != LyXVC::VCSuccess) {
|
2013-02-06 21:07:31 +00:00
|
|
|
cmd = "git checkout -q " +
|
|
|
|
quoteName(onlyFileName(owner_->absFileName())) + ' ' +
|
|
|
|
quoteName(relFile);
|
|
|
|
doVCCommand(cmd, path);
|
|
|
|
if (newFile.exists())
|
|
|
|
newFile.removeFile();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
return log;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::copyEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string GIT::copy(support::FileName const & /*newFile*/, string const & /*msg*/)
|
|
|
|
{
|
|
|
|
// git does not support copy with history preservation
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
LyXVC::CommandResult GIT::checkIn(string const & msg, string & log)
|
|
|
|
{
|
|
|
|
vector<support::FileName> f(1, owner_->fileName());
|
|
|
|
return checkIn(f, msg, log);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
LyXVC::CommandResult
|
|
|
|
GIT::checkIn(vector<support::FileName> const & f, string const & msg, string & log)
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()){
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
log = N_("Error: Could not generate logfile.");
|
|
|
|
return LyXVC::ErrorBefore;
|
|
|
|
}
|
|
|
|
|
|
|
|
ostringstream os;
|
|
|
|
os << "git commit -m \"" << msg << '"';
|
|
|
|
for (size_t i = 0; i < f.size(); ++i)
|
|
|
|
os << ' ' << quoteName(f[i].onlyFileName());
|
|
|
|
os << " > " << quoteName(tmpf.toFilesystemEncoding());
|
|
|
|
LyXVC::CommandResult ret =
|
|
|
|
doVCCommand(os.str(), FileName(owner_->filePath())) ?
|
2013-03-18 19:42:20 +00:00
|
|
|
LyXVC::ErrorCommand : LyXVC::VCSuccess;
|
2013-02-06 21:07:31 +00:00
|
|
|
|
|
|
|
string res = scanLogFile(tmpf, log);
|
|
|
|
if (!res.empty()) {
|
|
|
|
frontend::Alert::error(_("Revision control error."),
|
|
|
|
_("Error when committing to repository.\n"
|
|
|
|
"You have to manually resolve the problem.\n"
|
|
|
|
"LyX will reopen the document after you press OK."));
|
|
|
|
ret = LyXVC::ErrorCommand;
|
|
|
|
}
|
|
|
|
|
|
|
|
tmpf.removeFile();
|
|
|
|
if (!log.empty())
|
|
|
|
log.insert(0, "GIT: ");
|
2013-03-18 19:42:20 +00:00
|
|
|
if (ret == LyXVC::VCSuccess && log.empty())
|
2013-02-06 21:07:31 +00:00
|
|
|
log = "GIT: Proceeded";
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::checkInEnabled()
|
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::isCheckInWithConfirmation()
|
|
|
|
{
|
|
|
|
// FIXME one day common getDiff and perhaps OpMode for all backends
|
|
|
|
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommandCall("git diff " + quoteName(owner_->absFileName())
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
docstring diff = tmpf.fileContents("UTF-8");
|
|
|
|
tmpf.removeFile();
|
|
|
|
|
|
|
|
if (diff.empty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// FIXME Correctly return code should be checked instead of this.
|
|
|
|
// This would need another solution than just plain startscript.
|
|
|
|
// Hint from Andre': QProcess::readAllStandardError()...
|
|
|
|
string GIT::scanLogFile(FileName const & f, string & status)
|
|
|
|
{
|
|
|
|
ifstream ifs(f.toFilesystemEncoding().c_str());
|
|
|
|
string line;
|
|
|
|
|
|
|
|
while (ifs) {
|
|
|
|
getline(ifs, line);
|
|
|
|
LYXERR(Debug::LYXVC, line << "\n");
|
|
|
|
if (!line.empty())
|
|
|
|
status += line + "; ";
|
|
|
|
if (prefixIs(line, "C ") || prefixIs(line, "CU ")
|
|
|
|
|| contains(line, "Commit failed")) {
|
|
|
|
ifs.close();
|
|
|
|
return line;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ifs.close();
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string GIT::checkOut()
|
|
|
|
{
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::checkOutEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string GIT::repoUpdate()
|
|
|
|
{
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::repoUpdateEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
string GIT::lockingToggle()
|
|
|
|
{
|
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::lockingToggleEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::revert()
|
|
|
|
{
|
|
|
|
// Reverts to the version in GIT repository and
|
|
|
|
// gets the updated version from the repository.
|
|
|
|
string const fil = quoteName(onlyFileName(owner_->absFileName()));
|
|
|
|
|
|
|
|
if (doVCCommand("git checkout -q " + fil,
|
|
|
|
FileName(owner_->filePath())))
|
|
|
|
return false;
|
|
|
|
owner_->markClean();
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::isRevertWithConfirmation()
|
|
|
|
{
|
|
|
|
//FIXME owner && diff
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void GIT::undoLast()
|
|
|
|
{
|
|
|
|
// merge the current with the previous version
|
|
|
|
// in a reverse patch kind of way, so that the
|
|
|
|
// result is to revert the last changes.
|
|
|
|
lyxerr << "Sorry, not implemented." << endl;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::undoLastEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-07 21:07:22 +00:00
|
|
|
string GIT::revisionInfo(LyXVC::RevisionInfo const info)
|
2013-02-06 21:07:31 +00:00
|
|
|
{
|
2013-02-07 21:07:22 +00:00
|
|
|
if (info == LyXVC::Tree) {
|
|
|
|
if (rev_tree_cache_.empty())
|
|
|
|
if (!getTreeRevisionInfo())
|
|
|
|
rev_tree_cache_ = "?";
|
|
|
|
if (rev_tree_cache_ == "?")
|
|
|
|
return string();
|
|
|
|
|
|
|
|
return rev_tree_cache_;
|
|
|
|
}
|
|
|
|
|
|
|
|
// fill the rest of the attributes for a single file
|
|
|
|
if (rev_file_cache_.empty())
|
|
|
|
if (!getFileRevisionInfo())
|
|
|
|
rev_file_cache_ = "?";
|
|
|
|
|
|
|
|
switch (info) {
|
|
|
|
case LyXVC::File:
|
|
|
|
if (rev_file_cache_ == "?")
|
|
|
|
return string();
|
|
|
|
return rev_file_cache_;
|
|
|
|
case LyXVC::Author:
|
|
|
|
return rev_author_cache_;
|
|
|
|
case LyXVC::Date:
|
|
|
|
return rev_date_cache_;
|
|
|
|
case LyXVC::Time:
|
|
|
|
return rev_time_cache_;
|
|
|
|
default: ;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
return string();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-07 21:07:22 +00:00
|
|
|
bool GIT::getFileRevisionInfo()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommand("git log -n 1 --pretty=format:%H%n%an%n%ai " + quoteName(onlyFileName(owner_->absFileName()))
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
if (tmpf.empty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
|
|
|
|
if (ifs)
|
|
|
|
getline(ifs, rev_file_cache_);
|
|
|
|
if (ifs)
|
|
|
|
getline(ifs, rev_author_cache_);
|
|
|
|
if (ifs) {
|
|
|
|
string line;
|
|
|
|
getline(ifs, line);
|
|
|
|
rev_time_cache_ = split(line, rev_date_cache_, ' ');
|
|
|
|
}
|
|
|
|
|
|
|
|
ifs.close();
|
|
|
|
tmpf.removeFile();
|
|
|
|
return !rev_file_cache_.empty();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::getTreeRevisionInfo()
|
|
|
|
{
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcout");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2013-02-18 07:30:07 +00:00
|
|
|
doVCCommand("git describe --abbrev --dirty --long > " + quoteName(tmpf.toFilesystemEncoding()),
|
2013-02-07 21:07:22 +00:00
|
|
|
FileName(owner_->filePath()));
|
|
|
|
|
|
|
|
if (tmpf.empty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
// only first line in case something bad happens.
|
|
|
|
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
|
|
|
|
getline(ifs, rev_tree_cache_);
|
|
|
|
ifs.close();
|
|
|
|
tmpf.removeFile();
|
|
|
|
|
|
|
|
return !rev_tree_cache_.empty();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-06 21:07:31 +00:00
|
|
|
void GIT::getLog(FileName const & tmpf)
|
|
|
|
{
|
|
|
|
doVCCommand("git log " + quoteName(onlyFileName(owner_->absFileName()))
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-02-10 03:28:01 +00:00
|
|
|
//at this moment we don't accept revision SHA, but just number of revision steps back
|
|
|
|
//GUI and infrastucture needs to be changed first
|
|
|
|
bool GIT::prepareFileRevision(string const & revis, string & f)
|
2013-02-06 21:07:31 +00:00
|
|
|
{
|
2013-02-10 03:28:01 +00:00
|
|
|
// anything positive means we got hash, not "0" or minus revision
|
|
|
|
int rev = 1;
|
|
|
|
|
|
|
|
// hash is rarely number and should be long
|
|
|
|
if (isStrInt(revis) && revis.length()<20)
|
|
|
|
rev = convert<int>(revis);
|
|
|
|
|
|
|
|
// revision and filename
|
|
|
|
string pointer;
|
|
|
|
|
|
|
|
// go back for "minus" revisions
|
|
|
|
if (rev <= 0)
|
|
|
|
pointer = "HEAD~" + convert<string>(-rev);
|
|
|
|
// normal hash
|
|
|
|
else
|
|
|
|
pointer = revis;
|
|
|
|
|
|
|
|
pointer += ":";
|
|
|
|
|
|
|
|
FileName tmpf = FileName::tempName("lyxvcrev_" + revis + "_");
|
|
|
|
if (tmpf.empty()) {
|
|
|
|
LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
doVCCommand("git show " + pointer + "./"
|
|
|
|
+ quoteName(onlyFileName(owner_->absFileName()))
|
|
|
|
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
|
|
|
|
FileName(owner_->filePath()));
|
|
|
|
if (tmpf.isFileEmpty())
|
|
|
|
return false;
|
|
|
|
|
|
|
|
f = tmpf.absFileName();
|
|
|
|
return true;
|
2013-02-06 21:07:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::prepareFileRevisionEnabled()
|
|
|
|
{
|
2013-02-10 03:28:01 +00:00
|
|
|
return true;
|
2013-02-06 21:07:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool GIT::toggleReadOnlyEnabled()
|
|
|
|
{
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-10-21 00:16:43 +00:00
|
|
|
} // namespace lyx
|