The structure of your repository seems a bit odd, typically with Subversion
one has three directories in the root {trunk, tags/ and branches/}. Any
branches end up as subdirectories in the branches directory.Anyway, ensure that the checkout is made as your user, as a checkout without an username would have read-only access upstream. Note that just because you have a HTTPS checkout doesn't necessarily mean that you have modification rights. Citing the checkout page: ----8<---- Command-line access If you plan to make changes, use this command to check out the code as yourself using HTTPS: # Project members authenticate over HTTPS to allow committing changes. svn checkout *https*://example.googlecode.com/svn/trunk/ example --username [email protected] *When prompted, enter your generated googlecode.com password<https://code.google.com/hosting/settings> .* Use this command to anonymously check out the latest project source code: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout *http*://kodhinken.googlecode.com/svn/trunk/kodhinken-read-only ----8<---- On Wed, Mar 20, 2013 at 5:27 AM, Josh English <[email protected]>wrote: > I'm new to this forum, and have just released my first Python package. I'm > not happy with it and I think I've made some glaring errors in the setup. I > thought I would try to clear them up with a branch. When I try to create a > branch, I get the following error: > > Creating branch /arthur > Unable to connect to a repository at URL ' > https://pyxmlcheck.googlecode.com' > Server sent unexpected return value (405 Method Not Allowed) in response > to OPTIONS request for 'https://pyxmlcheck.googlecode.com' > > I can't find this option anywhere in my project code. Does Google Code > allow for branching? > > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-code-hosting?hl=en-US. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.

