Changeset 27597
- Timestamp:
- 11/17/08 00:25:29 (2 months ago)
- Files:
-
- lyx-devel/branches/BRANCH_1_6_X/src/VCBackend.cpp (modified) (5 diffs)
- lyx-devel/branches/BRANCH_1_6_X/status.16x (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lyx-devel/branches/BRANCH_1_6_X/src/VCBackend.cpp
r27144 r27597 230 230 { 231 231 doVCCommand("rlog " + quoteName(onlyFilename(owner_->absFileName())) 232 + " > " + tmpf.toFilesystemEncoding(),232 + " > " + quoteName(tmpf.toFilesystemEncoding()), 233 233 FileName(owner_->filePath())); 234 234 } … … 399 399 { 400 400 doVCCommand("cvs log " + quoteName(onlyFilename(owner_->absFileName())) 401 + " > " + tmpf.toFilesystemEncoding(),401 + " > " + quoteName(tmpf.toFilesystemEncoding()), 402 402 FileName(owner_->filePath())); 403 403 } … … 474 474 doVCCommand("svn commit -m \"" + msg + "\" " 475 475 + quoteName(onlyFilename(owner_->absFileName())) 476 + " > " + tmpf.toFilesystemEncoding(),476 + " > " + quoteName(tmpf.toFilesystemEncoding()), 477 477 FileName(owner_->filePath())); 478 478 … … 525 525 526 526 doVCCommand("svn update " + quoteName(onlyFilename(owner_->absFileName())) 527 + " > " + tmpf.toFilesystemEncoding(),527 + " > " + quoteName(tmpf.toFilesystemEncoding()), 528 528 FileName(owner_->filePath())); 529 529 … … 577 577 { 578 578 doVCCommand("svn log " + quoteName(onlyFilename(owner_->absFileName())) 579 + " > " + tmpf.toFilesystemEncoding(),579 + " > " + quoteName(tmpf.toFilesystemEncoding()), 580 580 FileName(owner_->filePath())); 581 581 } lyx-devel/branches/BRANCH_1_6_X/status.16x
r27581 r27597 67 67 - Fix painting update rules after LFUN_UP or LFUN_DOWN in an inset. 68 68 69 - Fix redirection to temporary files with spaces in path (RCS support). 69 70 70 71 * USER INTERFACE
