Skip to content

Commit

Permalink
SVN step now has a 10 second time out
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 13, 2012
1 parent 5f3fe1d commit 2b38752
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
Binary file modified assemblies/build/uc.exe
Binary file not shown.
Binary file modified assemblies/build/uppercut.dll
Binary file not shown.
Binary file modified assemblies/build/uppercut.tasks.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion assemblies/build/versioners/svn.step
Expand Up @@ -42,7 +42,9 @@
workingdir="${dirs.current}"
commandline="info .\ --xml"
output="_revision.xml"
failonerror="false" />
failonerror="false"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
xpath="/info/entry/commit/@revision"
Expand All @@ -54,6 +56,7 @@
output="_revision.xml"
failonerror="false"
if="${version.revision == '0'}"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
Expand Down
Binary file modified build/uc.exe
Binary file not shown.
Binary file modified build/uppercut.dll
Binary file not shown.
Binary file modified build/uppercut.tasks.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion build/versioners/svn.step
Expand Up @@ -42,7 +42,9 @@
workingdir="${dirs.current}"
commandline="info .\ --xml"
output="_revision.xml"
failonerror="false" />
failonerror="false"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
xpath="/info/entry/commit/@revision"
Expand All @@ -54,6 +56,7 @@
output="_revision.xml"
failonerror="false"
if="${version.revision == '0'}"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
Expand Down
5 changes: 4 additions & 1 deletion product/uppercut.build/build/versioners/svn.step
Expand Up @@ -42,7 +42,9 @@
workingdir="${dirs.current}"
commandline="info .\ --xml"
output="_revision.xml"
failonerror="false" />
failonerror="false"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
xpath="/info/entry/commit/@revision"
Expand All @@ -54,6 +56,7 @@
output="_revision.xml"
failonerror="false"
if="${version.revision == '0'}"
timeout="10000"
/>
<xmlpeek
file="_revision.xml"
Expand Down

0 comments on commit 2b38752

Please sign in to comment.