You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
It turns out that retrieve can successfully retrieve exactly 3 files before the
failure occurs. I could have 3 files in the first dependency and it will fail
on the first file of the second dependency. I can have 1 in the first
dependency and 3 in the second dependency and it will fail on the 3rd in the
second dependency.
If the exact same retrieve is executed right after failing then it is
successful because it only has 1 file to retrieve since the others have been
cached.
Original comment by ggb...@yahoo.com on 17 Mar 2012 at 11:19
This sounds strange, we've used IvySvn to retrieve tens, if not hundreds of
dependencies in one go and haven't had a problem with it. Can you run ant in
verbose mode and paste the full output so I can see what the stack trace is?
Original comment by massdosage on 19 Mar 2012 at 9:44
Original issue reported on code.google.com by
ggb...@yahoo.com
on 17 Mar 2012 at 10:46The text was updated successfully, but these errors were encountered: