On Mon, Jul 12, 2010 at 8:19 AM, stgnet <[email protected]> wrote: > I'm unable to svn ci my code changes. The URL I'm accessing is > https://stglib.googlecode.com, and when I go to this in a web browser > I get 503 Internal Server Error, with Service Error -27. > > The following URL's all work: > > http://stglib.googlecode.com > http://code.google.com/p/stglib/ > https://code.google.com/p/stglib/ > > But this doesn't: > > https://stglib.googlecode.com > > And unfortunately that's the url that svn is trying to use. Does > anybody know if there is a fix for this soon on Google's side, or at > least a way to change svn's url without reseting the local status? I > would really like to check in my code.
There's no bug on the server here... as you said, you're using the wrong URL. It should be https://stglib.googlecode.com/svn -- you need the /svn on the end. Tell your svn client to use that. -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

