moved the define

git-svn-id: trunk@30966 -
This commit is contained in:
darius 2011-05-29 21:56:22 +00:00
parent 900e523a16
commit cd184e930b

View File

@ -203,7 +203,6 @@ begin
{$ifdef SVNProtocol} {$ifdef SVNProtocol}
M := AvailableMirrors.FindMirror(P.Mirror); M := AvailableMirrors.FindMirror(P.Mirror);
{$endif}
if not Assigned(M) or (M.Protocol <> 'SVN') then if not Assigned(M) or (M.Protocol <> 'SVN') then
begin begin
@ -226,6 +225,7 @@ begin
end; end;
end end
else else
{$endif}
{ Create builddir } { Create builddir }
if not DirectoryExists(BuildDir) then if not DirectoryExists(BuildDir) then
ExecuteSvnCommand('export ' + M.URL + P.FileName + ' "' + BuildDir + '"'); ExecuteSvnCommand('export ' + M.URL + P.FileName + ' "' + BuildDir + '"');