diff --git a/applications/fpsvnsync/fpsvnsync.lpr b/applications/fpsvnsync/fpsvnsync.lpr index c5b8fa35e..2e1ff2c8a 100644 --- a/applications/fpsvnsync/fpsvnsync.lpr +++ b/applications/fpsvnsync/fpsvnsync.lpr @@ -163,7 +163,7 @@ var if LogPath.Action in [caModify, caAdd] then begin SourceFile := FSourceWC + LogPath.Path; if LogPath.CopyFromPath<>'' then begin - Command := format('copy "%1:s%2:s"@%0:d "%3:s"', + Command := format('copy "%1:s%2:s@%0:d" "%3:s"', [LogPath.CopyFromRevision, DestRoot, LogPath.CopyFromPath, DestFile]); writeln('svn '+ Command);