What about using a free SVN host? And what about a Google one?
It's very easy to configure your project in Google Code SVN service. Just follow this steps (I'm using Eclipse Helios):
- First you must create your project at Google Code.
- Then install Subversion according to your Eclipse version.
- Now you are able to share your project. Just open your workspace, right click your project and select: Team > Share Project
- A new window will appear asking for a repository type. Just select "SVN" and click next.
- Select "Create a new repository location" and click next
- Enter your project URL (something like https://yourproject.googlecode.com/svn) and click next
- Select the option "Use project name as folder name" and click next
- Insert a comment (or just let the default one) and click finish
- Eclipse will ask to change to the Team Synchronizing perspective. Click yes.
- Right click your project in the Synchronize window and select: Commit...
- Insert a comment and click finish
Ok. Your project has just been shared.
Just a tip:
In order to check out your project, you must have a Google Code password. It's different from your Google account. You may find it at http://code.google.com/hosting/settings.
No comments:
Post a Comment