SVN Setup in Eclipse
Eclipse support CVS(Concurrent version System) by default in order to support SVN we need some plugin.i.e Subclipse Plugin.
1.Subclipse Plugin:
go to http://subclipse.tigris.org/ this link, then click on "Download and Install” tab and get the Eclipse Updated URL
2.Eclipse IDE:
Go to HELP->install New Software
and in Work With Text box: copy Update site URL (http://subclipse.tigris.org/update_1.10.x)
then click on "ADD" button then you get one pop-up enter some name in it then click on "ok" then "select All Components" and then "next" finally it will install.
Restart your Eclipse IDE
3.Test SVN in Eclipse:
go to Windows->Open Perspective->Others,choose "SVN Repositories"
check out svn code in eclipse
First of All install svn plugin in Eclipse.
1.Go to File-->Import--->SVN--->project from SVN
2. here you get one window "Check Out from SVN" in General Tab
in URL text box: give the svn URL
After the in Authentication give UserName, and password
3.After if you go to Next then you get one window for Selecting the Resource
Select the Resource you want to check out
4.Then one small window comes "check out As" select "Check out the Project As Name Specified"
5.Click Next "select the WorkSpace"
6.Then click on Finish
Finally you will see the Source Code in your eclispse
very nice blog
ReplyDelete