Monday, 21 March 2016

How to checkout project from SVN to eclipse ?



How to checkout project from SVN to eclipse ?
1. Open the SVN Repository Exploring perspective in eclipse.
2. Right-click on the SVN Repositories view and select new / Repository Location
3. Enter base URL of your project. Provide user name and password and click FINISH.
4. On the SVN Repositories view, browse the tree, 
    Right-click on the trunk element then choose Find / Check out as.
5. In the "Check Out As" window
    Select the "Find projects in the children of the selected resource" radio button.
6. Make sure the Depth option is set to Recursively (default).
7. Then click Finish.


How to set the changed password of SVN again ?
Go to SVN repository mode.
Right click on project and click Location properties
In Edit repository location, enter changed password and check Save password box.
Click OK.


Subversive-incubation plugin for Eclipse higher versions
Download the archive ZIP file :

Go to eclipse and update site using option "New archived site" and select downloaded ZIP file.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.