It seems that svn changes its implicit behaviour across versions.

Both commits are for branch too Juergen.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33023 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-01-14 01:06:21 +00:00
parent 2feb843942
commit 51b38ee015

View File

@ -686,7 +686,7 @@ string SVN::checkOut()
return N_("Error: Could not generate logfile.");
}
doVCCommand("svn update " + quoteName(onlyFilename(owner_->absFileName()))
doVCCommand("svn update --non-interactive " + quoteName(onlyFilename(owner_->absFileName()))
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
FileName(owner_->filePath()));