- Open Eclipse and go to Help/Install New Software
- Press Add to add a software repository
- See the box appear that asks for the URL...
- ...which you find here http://subclipse.tigris.org/ and go to Download and Install
- (On this page you will see official instructions for adding Subversion)
- Scroll down a bit to find the various urls and chose the newest one :1.6 (though it depends on the version of Eclipse you have).
- paste that url back into the box in Eclipse
- Choose all the available software to be installed and go forward until it starts installing
- Restart Eclipse
- Go to Window/Preferences and click on Team/SVN
- in the SVN interface chose (Pure Java).
- The configuration location should be default
- Go to Window/Open Perspective...other and click on SVN Repository and click OK.
- In the blank space in the SVN repositories view right click New/Repository Location where you will enter the location of your repository which you should get from your administrator.
- Give your password when prompted and this should complete the process.
- I fyou have any problems, you might solve them by deleting your entire Eclipse install and reinstalling the latest one
Tuesday, July 20, 2010
subversion SVN
So this is my first, technical computer sciency blog post. It concerns what is called a versioning system. A versioning system allows you to have access to a large, shared collection of written work (like programs, or documents) in such a way that any new additions are kept organized. For instance, appartently though I have not managed to do it yet, with a SVN like Subversion for Eclipse, if you make a change to your code it is saved but so is the old version. You can, theoretically, see all instances of the code back to its inception. If you want to undo a change, you simply go the version that does not include that change. In any case, this little blurb is actually about how to install the versioning system known as Subversion in Eclipse.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment