liulee / gurtle

Automatically exported from code.google.com/p/gurtle
0 stars 0 forks source link

extern for "Scripts" on src folder uses https instead of http #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 17 May 2009 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 18 May 2009 at 7:59

GoogleCodeExporter commented 9 years ago
Addressed in r213.

Original comment by azizatif on 18 May 2009 at 8:01