Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » CVS repository
CVS repository [message #1702521] Wed, 22 July 2015 21:20 Go to next message
sai bala is currently offline sai balaFriend
Messages: 5
Registered: July 2015
Junior Member
I am trying to use P2 install in my RCP application in Eclipse Helios. But when i trying to connect to CVS repository ":pserver:anonymous@dev.eclipse.org:/cvsroot/rt" throws me an error saying Repository is not available. After that came to know CVS is not in use now and replaced by GIT.

If thats the case how to use P2 install in my RCP application thru this GIT? any document available to refer the steps? Your help is much appreciated.
Re: CVS repository [message #1702536 is a reply to message #1702521] Wed, 22 July 2015 23:56 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/22/2015 05:12 PM, sai bala wrote:
> I am trying to use P2 install in my RCP application in Eclipse Helios.
> But when i trying to connect to CVS repository
> ":pserver:mailto:anonymous@xxxxxxxxe.org:/cvsroot/rt" throws me an
> error saying Repository is not available. After that came to know CVS is
> not in use now and replaced by GIT.
> If thats the case how to use P2 install in my RCP application thru this
> GIT? any document available to refer the steps? Your help is much
> appreciated.

When I used Helios, the Git integration didn't work (as I recall). I
prefer Git and so used Git * * outside of Eclipse * *, which worked fine.

An option (still in Helios) that spans between CVS and Git is
Subversion, in the form of subclipse or subversive. This worked for me
also in my time prior to preferring Git.

Hope this helps.
Re: CVS repository [message #1702637 is a reply to message #1702536] Thu, 23 July 2015 16:39 Go to previous messageGo to next message
sai bala is currently offline sai balaFriend
Messages: 5
Registered: July 2015
Junior Member
Thanks. Any specific steps to get the Git view ? Also is there any separate process is required to create connection in Git, where can i find more details on this?
Re: CVS repository [message #1702641 is a reply to message #1702637] Thu, 23 July 2015 16:57 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/23/2015 10:39 AM, sai bala wrote:
> Thanks. Any specific steps to get the Git view ? Also is there any
> separate process is required to create connection in Git, where can i
> find more details on this?

Here's what I can tell you...

1. Install git on your host, apt-get install git, etc. (yes, you can
find it for Windows, but I'm not a Windows guy, Google is your friend
there).

2. You said Helios. I would NOT use the eGit plug-in on that version,
but I think it was available. If you want to use eGit, please ask
questions in the Eclipse eGit forum.

3. Sign up at Bitbucket.org. They'll provide you with free space for any
projects you want and their on-site doc is pretty good. It's a great
hosting site and you can even share with up to 4 other guys before
paying. GitHub is also amazing, but, unless you're willing to pay, your
stuff is public.

4. I took notes back when I started using Git including on Eclipse
projects. These are here, your mileage may vary:

http://www.javahotchocolate.com/tutorials/git-lifecycle.html

I don't, however, advise you to stay on Helios. It was a really great
Eclipse version, but you should move ahead already. Asking questions
about Helios particulars may not always bring the quickest and most
generous responses from the forums. I'm not an RCP guy, but I think that
you'll get a lot more help with RCP if you keep up with the latest
Eclipse versions.

And come back here with Eclipse questions!

Cheers.

Russ
Re: CVS repository [message #1702782 is a reply to message #1702521] Fri, 24 July 2015 14:29 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
sai bala wrote on Wed, 22 July 2015 21:20
I am trying to use P2 install in my RCP application in Eclipse Helios. But when i trying to connect to CVS repository ":pserver:anonymous@dev.eclipse.org:/cvsroot/rt" throws me an error saying Repository is not available. After that came to know CVS is not in use now and replaced by GIT.

If thats the case how to use P2 install in my RCP application thru this GIT? any document available to refer the steps? Your help is much appreciated.


You seem to be confusing two distinct things, p2 and SCM (Source Code Management)/version control. P2 is Eclipse's own installation manager, totally unrelated to SCM tools like git, cvs, svn, etc. A p2 repository is NOT the same thing and does not serve the same purpose as a git/cvs/svn repository.

Can you explain in more basic terms what you're trying to achieve?
Re: CVS repository [message #1702814 is a reply to message #1702782] Fri, 24 July 2015 21:16 Go to previous message
sai bala is currently offline sai balaFriend
Messages: 5
Registered: July 2015
Junior Member
Basically, am trying to develop a RCP application with RTC installed in it. I have developed a RCP product now with basic features to install new software options., So thru this, am trying to add a RTC repository in the RCP product. But getting an error now saying "An internal error occurred during: "Contacting Software Sites".
java.lang.NullPointerException"

Not able to install any new software now. Any help is much appreciated.
Previous Topic:Eclipse project help
Next Topic:Install new Software is not working in RCP application- Eclipse Indigo
Goto Forum:
  


Current Time: Thu Apr 25 15:49:32 GMT 2024

Powered by FUDForum. Page generated in 0.08621 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top