Changeset 27597

Show
Ignore:
Timestamp:
11/17/08 00:25:29 (2 months ago)
Author:
sanda
Message:

backport

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/branches/BRANCH_1_6_X/src/VCBackend.cpp

    r27144 r27597  
    230230{ 
    231231        doVCCommand("rlog " + quoteName(onlyFilename(owner_->absFileName())) 
    232                     + " > " + tmpf.toFilesystemEncoding(), 
     232                    + " > " + quoteName(tmpf.toFilesystemEncoding()), 
    233233                    FileName(owner_->filePath())); 
    234234} 
     
    399399{ 
    400400        doVCCommand("cvs log " + quoteName(onlyFilename(owner_->absFileName())) 
    401                     + " > " + tmpf.toFilesystemEncoding(), 
     401                    + " > " + quoteName(tmpf.toFilesystemEncoding()), 
    402402                    FileName(owner_->filePath())); 
    403403} 
     
    474474        doVCCommand("svn commit -m \"" + msg + "\" " 
    475475                    + quoteName(onlyFilename(owner_->absFileName())) 
    476                     + " > " + tmpf.toFilesystemEncoding(), 
     476                    + " > " + quoteName(tmpf.toFilesystemEncoding()), 
    477477                    FileName(owner_->filePath())); 
    478478 
     
    525525 
    526526        doVCCommand("svn update " + quoteName(onlyFilename(owner_->absFileName())) 
    527                     + " > " + tmpf.toFilesystemEncoding(), 
     527                    + " > " + quoteName(tmpf.toFilesystemEncoding()), 
    528528                    FileName(owner_->filePath())); 
    529529 
     
    577577{ 
    578578        doVCCommand("svn log " + quoteName(onlyFilename(owner_->absFileName())) 
    579                     + " > " + tmpf.toFilesystemEncoding(), 
     579                    + " > " + quoteName(tmpf.toFilesystemEncoding()), 
    580580                    FileName(owner_->filePath())); 
    581581} 
  • lyx-devel/branches/BRANCH_1_6_X/status.16x

    r27581 r27597  
    6767- Fix painting update rules after LFUN_UP or LFUN_DOWN in an inset. 
    6868 
     69- Fix redirection to temporary files with spaces in path (RCS support). 
    6970 
    7071* USER INTERFACE