Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse M5 CVS problem
Eclipse M5 CVS problem [message #119736] Sun, 23 November 2003 21:20 Go to next message
Eclipse UserFriend
I have two projects setup in Eclipse that each connect to the same
repository and same project module but under two different usernames. I
can commit source from the first project without a problem but when I
try to Synchronize with the Repository from the second project it gives
me cvs errors. When I drill down to the error detail it says it could
not create a read lock. It should not have any problem doing this as it
should be using a different user id. I have no problems doing this with
this same repository from command line CVS.
Re: Eclipse M5 CVS problem [message #119763 is a reply to message #119736] Sun, 23 November 2003 22:18 Go to previous messageGo to next message
Eclipse UserFriend
Gerry Reno wrote:
> I have two projects setup in Eclipse that each connect to the same
> repository and same project module but under two different usernames. I
> can commit source from the first project without a problem but when I
> try to Synchronize with the Repository from the second project it gives
> me cvs errors. When I drill down to the error detail it says it could
> not create a read lock. It should not have any problem doing this as it
> should be using a different user id. I have no problems doing this with
> this same repository from command line CVS.
>

After several attempts the read lock error has quit but now I'm getting
this every time I try the synchronize:
An error occured while synchronizing with remote contents.
An error occurred refreshing {0}:
{1}/jakarta-jetspeed.ctma.war.jsupgradeThe server reported an error
while performing the "cvs status" command.

Would be nice if it would say specifically *what* error or error code it
was seeing.
Re: Eclipse M5 CVS problem [message #119773 is a reply to message #119763] Sun, 23 November 2003 22:30 Go to previous messageGo to next message
Eclipse UserFriend
Gerry Reno wrote:
> Gerry Reno wrote:
>
>> I have two projects setup in Eclipse that each connect to the same
>> repository and same project module but under two different usernames.
>> I can commit source from the first project without a problem but when
>> I try to Synchronize with the Repository from the second project it
>> gives me cvs errors. When I drill down to the error detail it says it
>> could not create a read lock. It should not have any problem doing
>> this as it should be using a different user id. I have no problems
>> doing this with this same repository from command line CVS.
>>
>
> After several attempts the read lock error has quit but now I'm getting
> this every time I try the synchronize:
> An error occured while synchronizing with remote contents.
> An error occurred refreshing {0}:
> {1}/jakarta-jetspeed.ctma.war.jsupgradeThe server reported an error
> while performing the "cvs status" command.
>
> Would be nice if it would say specifically *what* error or error code it
> was seeing.
>

Seeing the /jakarta-jetspeed.ctma.war.jsupgrade above makes me suspect
that perhaps my declaring the project module name for the repository to
be different from the project name in eclipse might have some bearing.
The project module name for CVS is just 'jakarta-jetspeed.ctma.war'.
This is working fine for the first project though.
Re: Eclipse M5 CVS problem [message #119780 is a reply to message #119773] Sun, 23 November 2003 22:38 Go to previous messageGo to next message
Eclipse UserFriend
Gerry Reno wrote:
> Gerry Reno wrote:
>
>> Gerry Reno wrote:
>>
>>> I have two projects setup in Eclipse that each connect to the same
>>> repository and same project module but under two different
>>> usernames. I can commit source from the first project without a
>>> problem but when I try to Synchronize with the Repository from the
>>> second project it gives me cvs errors. When I drill down to the
>>> error detail it says it could not create a read lock. It should not
>>> have any problem doing this as it should be using a different user
>>> id. I have no problems doing this with this same repository from
>>> command line CVS.
>>>
>>
>> After several attempts the read lock error has quit but now I'm
>> getting this every time I try the synchronize:
>> An error occured while synchronizing with remote contents.
>> An error occurred refreshing {0}:
>> {1}/jakarta-jetspeed.ctma.war.jsupgradeThe server reported an error
>> while performing the "cvs status" command.
>>
>> Would be nice if it would say specifically *what* error or error code
>> it was seeing.
>>
>
> Seeing the /jakarta-jetspeed.ctma.war.jsupgrade above makes me suspect
> that perhaps my declaring the project module name for the repository to
> be different from the project name in eclipse might have some bearing.
> The project module name for CVS is just 'jakarta-jetspeed.ctma.war'.
> This is working fine for the first project though.
>
>
>
>

Tje second project is where I did an import from an external archive and
overlayed some of the files in the workspace. Now I want to merge these
files into the project. But I can't get eclipse to synchronize.
Re: Eclipse M5 CVS problem [message #119791 is a reply to message #119780] Sun, 23 November 2003 23:13 Go to previous messageGo to next message
Eclipse UserFriend
Gerry Reno wrote:
> Gerry Reno wrote:
>
>> Gerry Reno wrote:
>>
>>> Gerry Reno wrote:
>>>
>>>> I have two projects setup in Eclipse that each connect to the same
>>>> repository and same project module but under two different
>>>> usernames. I can commit source from the first project without a
>>>> problem but when I try to Synchronize with the Repository from the
>>>> second project it gives me cvs errors. When I drill down to the
>>>> error detail it says it could not create a read lock. It should not
>>>> have any problem doing this as it should be using a different user
>>>> id. I have no problems doing this with this same repository from
>>>> command line CVS.
>>>>
>>>
>>> After several attempts the read lock error has quit but now I'm
>>> getting this every time I try the synchronize:
>>> An error occured while synchronizing with remote contents.
>>> An error occurred refreshing {0}:
>>> {1}/jakarta-jetspeed.ctma.war.jsupgradeThe server reported an error
>>> while performing the "cvs status" command.
>>>
>>> Would be nice if it would say specifically *what* error or error code
>>> it was seeing.
>>>
>>
>> Seeing the /jakarta-jetspeed.ctma.war.jsupgrade above makes me suspect
>> that perhaps my declaring the project module name for the repository
>> to be different from the project name in eclipse might have some
>> bearing. The project module name for CVS is just
>> 'jakarta-jetspeed.ctma.war'. This is working fine for the first
>> project though.
>>
>>
>>
>>
>
> Tje second project is where I did an import from an external archive and
> overlayed some of the files in the workspace. Now I want to merge these
> files into the project. But I can't get eclipse to synchronize.
>
>
I get the same cvs-status error when I try to do a Compare from HEAD.
It looks like it goes through and does everything and then at the very
end displays the error.
Re: Eclipse M5 CVS problem [message #119802 is a reply to message #119791] Mon, 24 November 2003 00:08 Go to previous message
Eclipse UserFriend
Gerry Reno wrote:
> Gerry Reno wrote:
>
>> Gerry Reno wrote:
>>
>>> Gerry Reno wrote:
>>>
>>>> Gerry Reno wrote:
>>>>
>>>>> I have two projects setup in Eclipse that each connect to the
>>>>> same repository and same project module but under two different
>>>>> usernames. I can commit source from the first project without a
>>>>> problem but when I try to Synchronize with the Repository from the
>>>>> second project it gives me cvs errors. When I drill down to the
>>>>> error detail it says it could not create a read lock. It should
>>>>> not have any problem doing this as it should be using a different
>>>>> user id. I have no problems doing this with this same repository
>>>>> from command line CVS.
>>>>>
>>>>
>>>> After several attempts the read lock error has quit but now I'm
>>>> getting this every time I try the synchronize:
>>>> An error occured while synchronizing with remote contents.
>>>> An error occurred refreshing {0}:
>>>> {1}/jakarta-jetspeed.ctma.war.jsupgradeThe server reported an error
>>>> while performing the "cvs status" command.
>>>>
>>>> Would be nice if it would say specifically *what* error or error
>>>> code it was seeing.
>>>>
>>>
>>> Seeing the /jakarta-jetspeed.ctma.war.jsupgrade above makes me
>>> suspect that perhaps my declaring the project module name for the
>>> repository to be different from the project name in eclipse might
>>> have some bearing. The project module name for CVS is just
>>> 'jakarta-jetspeed.ctma.war'. This is working fine for the first
>>> project though.
>>>
>>>
>>>
>>>
>>
>> Tje second project is where I did an import from an external archive
>> and overlayed some of the files in the workspace. Now I want to merge
>> these files into the project. But I can't get eclipse to synchronize.
>>
>>
> I get the same cvs-status error when I try to do a Compare from HEAD. It
> looks like it goes through and does everything and then at the very end
> displays the error.
>
>

I'm really getting concerning about CVS. I just got an internal error
while try to do a 'Override and Update' on a directory with 46 resources:

An internal error occurred during: "Performing CVS operation on 46
resources.".
Reason:
An internal error occurred during: "Performing CVS operation on 46
resources.".

Something is not well with CVS.
Previous Topic:mouse cursor in eclipse????
Next Topic:Shift_JIS encoding
Goto Forum:
  


Current Time: Sun Jun 22 17:07:57 EDT 2025

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

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

Back to the top