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