I was able to solve this problem by doing what Xorsat said, i.e. check if the URL uses Google Code HTTPS . However, I did not have to change anything regarding the svnkit library ; I use the default settings of Subclipse , where I installed both Subclipse and SVNKit plugins in Eclipse.
How to check if I use HTTPS ?
- Right click project
- Go to the menu "Properties" โ "Subversion"
The URL and root repository must use https .
If you are not using https , you must import the project from Google Code again. How?
- In Eclipse 4.2 (Juno), the menu File โ Import ...
- SVN โ Draft orders from SVN, click Next
- Check Create a new repository location, click Next
- In the URL field, copy the URL from the Google code; make sure it uses https .
- Select a trunk directory, click Next>
- If you are not sure what you are doing, save the default settings, click Next>
- Click Finish .
You should now be able to Team โ Commit ... your project! Please note: it will ask you for the googlecode.com username and password (generated in Project Code Project โ Source).
Hope this helps!
source share