Eclipse/Subversive: Startup Guide - eclipse

I have installed SVN and configure eclipse with SVN using subversive plugin.
Now i am in search of tutorial which guide how to create new java projects which stored both on local drive and remote SVN repository.
Regards,
imran

here you go: creating svn repository
by the way,do you own or have the access rights to a particular svn server ?

Related

Eclipse can manage local history for a non svn project?

I ask myself if is there a way with Eclipse (I use PDT) to manage a local history for a non SVN project. I saw the local history work only on an svnsvn project.
Maybe there is an option or a plugin?
Thanks

how to setup SVN REPOSITORY in eclipse?

how to get svn repository work in eclipse. i installed svn but cant find the location to repository other than link to it. http://wso2.org/library/67
You'll need to install a eclipse plugin for svn.
This ibm developer works link summarizes the steps and further shows to checkout a code from a svn repo.
You should install an SVN plugin for Eclipse. I'd recommend that you use Subversive, here: http://www.eclipse.org/subversive/

How should I be putting exisiting java projects into a new svn repository to access via eclipse with subclipse?

I have VisualSVN, subclipse, eclipse indigo and tortoiseSVN setup on my laptop now. This is strictly for code on have on a local machine and SVN is setup as a localhost service instance so I have versioning for my personal development projects.
My question is, how should I be putting my projects into svn? I started doing imports through subclipse/eclipse into the repository, but do I still need tortoise now or does it even matter how I get the projects into svn? I did see that if the projects are already in eclipse it's not letting me do the import.
I'm able to submit my projects to a repository in SVN through eclipse without tortoise svn so it's not needed. To add a new project to the repository I right click on the project in eclipse and go to team and share project. Then to commit a project update to the repository I go to team and then commit. This has worked for me so far.

Do i need to install both Git and Egit with eclipse

I am new to github and souce control. i have installed the Egit plugin for eclipse
and i have created the repository on website.
Now i want to ask that do i still need to install GIT installer for windows or not
because then whats the need for Egit.
Also i don't know how can i link the Egit with online Git account
No you should need Git installed. By installing the Egit plugin you would have a new option to create a Git project from the File>New Project if I remember correctly.
Edit: Here's a nice tutorial of how to use the plugin.

Checking out a project on github with the Eclipse CVS client?

I am playing with my eclipse cvs functionality (on my windows box), is there a way to check out a project hosted on github?
Anyone shows me a pointer? Thanks,
Not with the CVS client. You need to install git for Windows or a git plugin for Eclipse.
CVS and git are two different source code version control systems. Other popular choices are Subversion or Mercurial. You have to use different clients or Eclipse plugins for each of them.
Use EGit, which provides Git support as part of Eclipse and is available in both the latest Helios builds as well as the upcoming Indigo release.