Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Help with New Repository Location
Help with New Repository Location [message #150456] Mon, 01 May 2006 18:29 Go to next message
Eclipse UserFriend
Originally posted by: klein_stephanie.bah.com

I'm new to Eclipse, so please bear with me...

I want to connect to a repository. I have instructions for an older
version of Eclipse that say to enter "ip_address/folder" in a URL field.
In my version of Eclipse (I'm using version 3.1.2), I don't have a URL
field. I have Host and Repository path. I've tried every combination I
can think of using the IP address and folder name, but I can't get the
connection to work.

Does anyone have any ideas?

Thanks so much,
Stephanie
Re: Help with New Repository Location [message #150464 is a reply to message #150456] Mon, 01 May 2006 18:41 Go to previous messageGo to next message
Guillermo Federico is currently offline Guillermo FedericoFriend
Messages: 21
Registered: July 2009
Junior Member
Are you saying that setting the Hostname to the IP address and the
Repository path to the foldername do not work? I do not quite understand
the problem. Could you post a simple example (make sure not to post any
confidential information)? Maybe that could help illustrate what is wrong.
Re: Help with New Repository Location [message #150471 is a reply to message #150464] Mon, 01 May 2006 18:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: klein_stephanie.bah.com

That's exactly what I'm saying.

For example, let's pretend the ip address is 123.45.678.90 and the folder
is called Dev. The instructions I received said to type:

123.45.678.90/Dev OR
cvs:\\123.45.678.90\Dev

in the URL field.

For Host, I've tried "123.45.678.90", "\\123.45.678.90",
http://123.45.678.90", etc.

For Repository Path, I've tried "Dev", "/Dev", "123.45.678.90/Dev",
"X:\Dev" (X is the drive I have the ip address mapped to), etc.

I haven't been able to figure out the correct way to connect. I'm pretty
sure the ip address, user name, and passwords are all correct because I
can map a network drive to them.

Does that help explain my problem? I don't understand all the Eclipse
terminology yet, so if it's still not clear, just let me know and I'll try
to describe it better.

Thanks,
Stephanie
Re: Help with New Repository Location [message #150487 is a reply to message #150471] Mon, 01 May 2006 19:12 Go to previous messageGo to next message
Guillermo Federico is currently offline Guillermo FedericoFriend
Messages: 21
Registered: July 2009
Junior Member
In order to isolate the problem, first try to verify the information you
have explicitly. Although you are be able to map the drive, but the
repository path, the username, or the password may still be the problem.
First make sure absolate path to repository you have is complete. Also
since the repository can have its own authentication you should check that
also. One way to troubleshoot the problem is to be to try to connect to
CVS without Eclipse in the equation. Try running this command, it simple
attempts to login to CVS:

cvs -d :pserver:stephanie@123.45.78.90:/Dev login

Assumptions:
------------
protocol: pserver
username: stephanie
ip addres:123.45.78.90
repository path: /Dev
... assumes you have a cvs client installed.

Hopefully this will help.
Re: Help with New Repository Location [message #150501 is a reply to message #150487] Tue, 02 May 2006 00:49 Go to previous messageGo to next message
Mike Greenawalt is currently offline Mike GreenawaltFriend
Messages: 50
Registered: July 2009
Member
Here is a setup that works on my computer and allows me to do anonymous
reads from the Eclipse technology CVS repository:

I assume you are looking at the "Checkout from CVS" wizard, the "Enter
Repository Location Information" page.

For "Host:", enter "dev.eclipse.org"
For "Repository path:", enter "/cvsroot/technology" (note that leading /,
it is important)

For "User:", enter "anonymous" (leave Password blank)

For "Connection type:", enter "pserver", and use the default port.

If this works for you, as it does for me, it should establish that you have
connectivity. Then substitute the appropriate values for your actual
situation.

My guess is that you may not be including the leading / character. I did
that one time, and the resulting configuration does not work.

-- Mike

--

"Guillermo Federico B." <gfbares@gmail.com> wrote in message
news:ea3d64d68591cd9dcb6015637e62da8b$1@www.eclipse.org...
> In order to isolate the problem, first try to verify the information you
> have explicitly. Although you are be able to map the drive, but the
> repository path, the username, or the password may still be the problem.
> First make sure absolate path to repository you have is complete. Also
> since the repository can have its own authentication you should check that
> also. One way to troubleshoot the problem is to be to try to connect to
> CVS without Eclipse in the equation. Try running this command, it simple
> attempts to login to CVS:
>
> cvs -d :pserver:stephanie@123.45.78.90:/Dev login
>
> Assumptions:
> ------------
> protocol: pserver
> username: stephanie
> ip addres:123.45.78.90
> repository path: /Dev
> .. assumes you have a cvs client installed.
>
> Hopefully this will help.
>
>
>
Re: Help with New Repository Location [message #150627 is a reply to message #150501] Tue, 02 May 2006 13:42 Go to previous message
Eclipse UserFriend
Originally posted by: klein_stephanie.bah.com

Thanks to everyone for the help. It turned out to be a very newbie
mistake. I wanted to connect to a SVN Repository, but was trying to
connect to a CVS Repository. Once I had the correct repository type,
everything worked like a charm.

Thanks again for your help!

- Stephanie
Previous Topic:Unable to Download
Next Topic:Support for jboss-3.2.8 and jboss-4.0
Goto Forum:
  


Current Time: Thu Apr 25 23:32:24 GMT 2024

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

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

Back to the top