Anybody else tired of the awful user interface on Github? Tired of having inconsistencies between team member’s code? Ya, I was too.
But, Google Drive can be used with Eclipse in a much easier way than Github.
You don’t need plugins or anything fancy like that.
Setting Up Google Drive
- Go to drive.google.com
- Sign into the programming account or make one if your team doesn’t have one. This is so that everyone can access the same Google Drive folder on their computers locally.
- Download the backup program for google drive from the settings button.
(If you already have it, then click on the backup icon and sign into another account.) - Make note of the location of the backup folder that Google Drive made
Setting Up Eclipse
- Create and switch workspaces by clicking on file, then switch workspace, then other.
- Browse and navigate to the Google Drive folder for your programming email.
- Click on it and Eclipse will set it up as your workspace.
- Open up the Eclipse project in the Google Drive folder.
Everything is set to go!
Whenever you save a file, it is automatically updated to Google Drive. If team members are on eclipse while another team member is working, then they just need to refresh. Don’t work on the same files at the same time because that will probably lead to someone overriding someone else. Just make sure to be communicating all of the time.
NOTE: Create a new Robot project on the new workspace and work off of that. Also, for the libraries from WPI, put the WPI folder into the project folder on the Google Drive folder. Then, you can set the build path to the jar files of the WPI libraries right inside your own project. This will make it so that people don’t have build problems.
