What steps will reproduce the problem?
1. Do an ANONYMOUS checkout or update of the project
What is the expected output? What do you see instead?
Full checkout of project fails because of authentication issues when trying
to get the "Scripts" folder externed in the "src" folder properties.
The fix is to modify the extern to use the "http" designator instead of the
"https" one currently in the file. I am not sure how this would effect
people with commit access who may be connecting via https.
NOTE: if Google is running 1.5 or later of the svn server, you can fix this
correctly using relative external references, as such:
^/scripts Scripts
or
//gurtle.googlecode.com/svn/scripts Scripts
(See docs on relative URL externals for more info on the syntax).
Original issue reported on code.google.com by lroathe on 17 May 2009 at 8:31
Original issue reported on code.google.com by
lroathe
on 17 May 2009 at 8:31