views:

898

answers:

2

How do I commit to a Google code Subversion branch by using the TortoiseSVN thingy?

Apparently I am having a problem with it because TortoiseSVN is asking for a username and password. I input the email address that I used to create the project and the corresponding password for it and it didn't work.

Update:

Great, I was able to commit. But I have a new question now, is it possible to delete the test folders that I commited in Google Code?

+1  A: 

You generate a separate password for the SVN login.

Go to your settings in Google Code, and set a Google Code Password. This is separate from your google.com login.

Check out this tutorial for a step-by-step walkthrough.

Pekka
the tutorial as was cool, but am having this error http://i46.tinypic.com/2rel7hi.jpg
noobcybot
Did you give your user name *without* @gmail.com?
Pekka
A: 

I guess you need to use https:// instead of http:// to commit code to Google Code.

Atempcode