Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CVSException exploring HEAD
CVSException exploring HEAD [message #201175] Tue, 24 February 2004 18:41 Go to next message
Eclipse UserFriend
Originally posted by: lind.ucar.edu

Hi,

After setting up my CVS repository location, the HEAD comes up empty.

The ID string looks like my CVSROOT that works via command line and the
connection validation didn't complain when I set it up.

I saw a similar problem in the Eclipse CVS FAQ but I'm using the "ext"
connection type (not pserver).

Digging into the log I found the following CVSException (truncated)
triggered by trying to open the "HEAD" node of the CVS Repoitory tree:

org.eclipse.team.internal.ccvs.core.CVSException: The server reported an
error while performing the "cvs checkout" command.
at
org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.members(CVSRepositoryLocation.java:255)
at
org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModulesCache(RepositoryRoot.java:116)
at
org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModules(RepositoryRoot.java:130)
at
org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.get FoldersForTag(RepositoryManager.java:217)
at
org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.intern alGetChildren(CVSTagElement.java:60)
at
org.eclipse.team.internal.ccvs.ui.model.CVSModelElement$1.ru n(CVSModelElement.java:46)
at
org.eclipse.team.internal.ui.TeamUIPlugin$2.run(TeamUIPlugin .java:156)
..
..
..


(I tried looking for the source but the eclipse.org cvs tree seems to be
empty beyond org.eclipse.team.internal.ccvs.core.)

Any ideas how I can get this to work?

I'm running the Eclipse 2.1.2 release build on a Linux (Fedora) box with
JDK1.4.2. The CVS server is on a SunOS 5.6 box.

Thanks,
Doug
Re: CVSException exploring HEAD [message #201507 is a reply to message #201175] Wed, 25 February 2004 10:59 Go to previous messageGo to next message
Eclipse UserFriend
What CVS version are you using? If it's beyond 1.11.6, you'll need to
get Eclipse 2.1.3. If it's 1.12.x, you'll need to switch back to 1.11.x.

Michael

Doug Lindholm wrote:

> Hi,
>
> After setting up my CVS repository location, the HEAD comes up empty.
>
> The ID string looks like my CVSROOT that works via command line and the
> connection validation didn't complain when I set it up.
>
> I saw a similar problem in the Eclipse CVS FAQ but I'm using the "ext"
> connection type (not pserver).
>
> Digging into the log I found the following CVSException (truncated)
> triggered by trying to open the "HEAD" node of the CVS Repoitory tree:
>
> org.eclipse.team.internal.ccvs.core.CVSException: The server reported an
> error while performing the "cvs checkout" command.
> at
> org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.members(CVSRepositoryLocation.java:255)
> at
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModulesCache(RepositoryRoot.java:116)
> at
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModules(RepositoryRoot.java:130)
> at
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.get FoldersForTag(RepositoryManager.java:217)
> at
> org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.intern alGetChildren(CVSTagElement.java:60)
> at
> org.eclipse.team.internal.ccvs.ui.model.CVSModelElement$1.ru n(CVSModelElement.java:46)
> at
> org.eclipse.team.internal.ui.TeamUIPlugin$2.run(TeamUIPlugin .java:156)
> .
> .
> .
>
>
> (I tried looking for the source but the eclipse.org cvs tree seems to be
> empty beyond org.eclipse.team.internal.ccvs.core.)
>
> Any ideas how I can get this to work?
>
> I'm running the Eclipse 2.1.2 release build on a Linux (Fedora) box with
> JDK1.4.2. The CVS server is on a SunOS 5.6 box.
>
> Thanks,
> Doug
>
>
>
Re: CVSException exploring HEAD [message #201515 is a reply to message #201507] Wed, 25 February 2004 11:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lind.ucar.edu

CVS version 1.12.4. I'm afraid I don't have enough control to switch it to
1.11.x. Does that mean I'm SOL?

Thanks,
Doug

Michael Valenta wrote:

> What CVS version are you using? If it's beyond 1.11.6, you'll need to
> get Eclipse 2.1.3. If it's 1.12.x, you'll need to switch back to 1.11.x.

> Michael

> Doug Lindholm wrote:

> > Hi,
> >
> > After setting up my CVS repository location, the HEAD comes up empty.
> >
> > The ID string looks like my CVSROOT that works via command line and the
> > connection validation didn't complain when I set it up.
> >
> > I saw a similar problem in the Eclipse CVS FAQ but I'm using the "ext"
> > connection type (not pserver).
> >
> > Digging into the log I found the following CVSException (truncated)
> > triggered by trying to open the "HEAD" node of the CVS Repoitory tree:
> >
> > org.eclipse.team.internal.ccvs.core.CVSException: The server reported an
> > error while performing the "cvs checkout" command.
> > at
> >
org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.members(CVSRepositoryLocation.java:255)
> > at
> >
org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModulesCache(RepositoryRoot.java:116)
> > at
> >
org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModules(RepositoryRoot.java:130)
> > at
> >
org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.get FoldersForTag(RepositoryManager.java:217)
> > at
> >
org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.intern alGetChildren(CVSTagElement.java:60)
> > at
> >
org.eclipse.team.internal.ccvs.ui.model.CVSModelElement$1.ru n(CVSModelElement.java:46)
> > at
> > org.eclipse.team.internal.ui.TeamUIPlugin$2.run(TeamUIPlugin .java:156)
> > .
> > .
> > .
> >
> >
> > (I tried looking for the source but the eclipse.org cvs tree seems to be
> > empty beyond org.eclipse.team.internal.ccvs.core.)
> >
> > Any ideas how I can get this to work?
> >
> > I'm running the Eclipse 2.1.2 release build on a Linux (Fedora) box with
> > JDK1.4.2. The CVS server is on a SunOS 5.6 box.
> >
> > Thanks,
> > Doug
> >
> >
> >
Re: CVSException exploring HEAD [message #203206 is a reply to message #201515] Fri, 27 February 2004 14:33 Go to previous message
Eclipse UserFriend
You could still try 2.1.3. This may solve your particular problem.
However, there are still some incompatibilites. Shouldn't be an issue if
you stick with the basic commands (Team>Update, Team>Commit). Also, it
is useful to note that 1.12.x is a feature release of CVS which, to me,
means that, unless there is a new feature that you absolutely need, you
should be using 1.11.x for production environments.

Michael

Doug Lindholm wrote:

> CVS version 1.12.4. I'm afraid I don't have enough control to switch it to
> 1.11.x. Does that mean I'm SOL?
>
> Thanks,
> Doug
>
> Michael Valenta wrote:
>
>
>>What CVS version are you using? If it's beyond 1.11.6, you'll need to
>>get Eclipse 2.1.3. If it's 1.12.x, you'll need to switch back to 1.11.x.
>>
>
>>Michael
>>
>
>>Doug Lindholm wrote:
>>
>
>>>Hi,
>>>
>>>After setting up my CVS repository location, the HEAD comes up empty.
>>>
>>>The ID string looks like my CVSROOT that works via command line and the
>>>connection validation didn't complain when I set it up.
>>>
>>>I saw a similar problem in the Eclipse CVS FAQ but I'm using the "ext"
>>>connection type (not pserver).
>>>
>>>Digging into the log I found the following CVSException (truncated)
>>>triggered by trying to open the "HEAD" node of the CVS Repoitory tree:
>>>
>>>org.eclipse.team.internal.ccvs.core.CVSException: The server reported an
>>>error while performing the "cvs checkout" command.
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.core.connection.CVSRepository Location.members(CVSRepositoryLocation.java:255)
>
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModulesCache(RepositoryRoot.java:116)
>
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryRoot.getDef inedModules(RepositoryRoot.java:130)
>
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.get FoldersForTag(RepositoryManager.java:217)
>
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.intern alGetChildren(CVSTagElement.java:60)
>
>>> at
>>>
>>>
> org.eclipse.team.internal.ccvs.ui.model.CVSModelElement$1.ru n(CVSModelElement.java:46)
>
>>> at
>>> org.eclipse.team.internal.ui.TeamUIPlugin$2.run(TeamUIPlugin .java:156)
>>>.
>>>.
>>>.
>>>
>>>
>>>(I tried looking for the source but the eclipse.org cvs tree seems to be
>>>empty beyond org.eclipse.team.internal.ccvs.core.)
>>>
>>>Any ideas how I can get this to work?
>>>
>>>I'm running the Eclipse 2.1.2 release build on a Linux (Fedora) box with
>>>JDK1.4.2. The CVS server is on a SunOS 5.6 box.
>>>
>>>Thanks,
>>>Doug
>>>
>>>
>>>
>>>
>
>
Previous Topic:Using older versions of JDK
Next Topic:CVS 1.11.4 + WSAD 5.1.1 questions
Goto Forum:
  


Current Time: Mon May 12 07:42:31 EDT 2025

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

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

Back to the top