You've already forked lazarus-ccr
fpsvnsync: fixed typo svn add command
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -175,7 +175,7 @@ var
|
|||||||
else
|
else
|
||||||
CopyFile(SourceFile, DestFile, true);
|
CopyFile(SourceFile, DestFile, true);
|
||||||
if LogPath.Action=caAdd then begin
|
if LogPath.Action=caAdd then begin
|
||||||
Command := format('svn add "%s"', [DestFile]);
|
Command := format('add "%s"', [DestFile]);
|
||||||
writeln(Command);
|
writeln(Command);
|
||||||
writeln('Result: ',ExecuteSvnCommand(Command));
|
writeln('Result: ',ExecuteSvnCommand(Command));
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user