Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CVS problem
CVS problem [message #144887] Thu, 16 October 2003 14:23 Go to next message
Eclipse UserFriend
Originally posted by: bidon.email.com

Hello,

I just installed CVS 1.11.9 on a Linux RedHat 8.0 server. I want to access
the repository from a Windows PC.
When I create a new project (cvs ... import ...) in the repository with
WinCVS, all works fine. When I try to do that with Eclipse (Team > Share
Project ...), I get the message :
Module XXX already exists remotely. Would you like to synchronize your
local project
with the existing remote module ?

The module doesn't exist remotely !
If I answer No to the question I return to the CVS wizard. Nothing appens.
If I answer Yes then select the tag HEAD to synchronize with, all seems to
work fine. But if I try to refresh the Eclipse CVS view, nothing appear. If
I look at the CVS repository, none of my project directories have been
created.

Another problem : I can't see, with Eclipse, the projects already present in
my repository.

Does anybody have an idea of the source of these problems ?
How can I see which cvs command Eclipse sends ?

Thanks
AR
Re: CVS problem [message #145762 is a reply to message #144887] Fri, 17 October 2003 14:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

What Eclipse ebuild are you using? If you are usin a recent 3.0 build,
there is a CVS preference for displaying the communications trace to the
console. You must start Eclipse using java.exe and the -consolelog
-debug flags as well. If you're using a 2.x build, then the CVS FAQ
describes how to see the trace
( http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-vcm-home/docs/online/cvs_features2.0/cvs-faq.html#misc_ 0).

Michael

ar wrote:

> Hello,
>
> I just installed CVS 1.11.9 on a Linux RedHat 8.0 server. I want to access
> the repository from a Windows PC.
> When I create a new project (cvs ... import ...) in the repository with
> WinCVS, all works fine. When I try to do that with Eclipse (Team > Share
> Project ...), I get the message :
> Module XXX already exists remotely. Would you like to synchronize your
> local project
> with the existing remote module ?
>
> The module doesn't exist remotely !
> If I answer No to the question I return to the CVS wizard. Nothing appens.
> If I answer Yes then select the tag HEAD to synchronize with, all seems to
> work fine. But if I try to refresh the Eclipse CVS view, nothing appear. If
> I look at the CVS repository, none of my project directories have been
> created.
>
> Another problem : I can't see, with Eclipse, the projects already present in
> my repository.
>
> Does anybody have an idea of the source of these problems ?
> How can I see which cvs command Eclipse sends ?
>
> Thanks
> AR
>
>
>
Re: CVS problem [message #145819 is a reply to message #144887] Fri, 17 October 2003 14:38 Go to previous messageGo to next message
Chris Watson is currently offline Chris WatsonFriend
Messages: 2
Registered: July 2009
Junior Member
AR,

I had the same problem as you did. I could get into projects I already
defined, but the CVS Repository view would not show my modules or files.

I just recently upgraded to CVS 1.11.9 and the newest version of Eclipse 3.0
and discovered that the two were incompatible. Since I wanted the most
recent Eclipse, I tried installing a back version of CVS to get it to work.
When re-installed, CVS 1.11.6, everything seemed to work and all my modules
re-appeared in my CVS Repository view.

Chris


"ar" <bidon@email.com> wrote in message news:bmm9fs$n6i$1@eclipse.org...
> Hello,
>
> I just installed CVS 1.11.9 on a Linux RedHat 8.0 server. I want to access
> the repository from a Windows PC.
> When I create a new project (cvs ... import ...) in the repository with
> WinCVS, all works fine. When I try to do that with Eclipse (Team > Share
> Project ...), I get the message :
> Module XXX already exists remotely. Would you like to synchronize your
> local project
> with the existing remote module ?
>
> The module doesn't exist remotely !
> If I answer No to the question I return to the CVS wizard. Nothing appens.
> If I answer Yes then select the tag HEAD to synchronize with, all seems to
> work fine. But if I try to refresh the Eclipse CVS view, nothing appear.
If
> I look at the CVS repository, none of my project directories have been
> created.
>
> Another problem : I can't see, with Eclipse, the projects already present
in
> my repository.
>
> Does anybody have an idea of the source of these problems ?
> How can I see which cvs command Eclipse sends ?
>
> Thanks
> AR
>
>
Re: CVS problem [message #146201 is a reply to message #145819] Sat, 18 October 2003 14:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Chris Watson wrote:

>AR,
>
>I had the same problem as you did. I could get into projects I already
>defined, but the CVS Repository view would not show my modules or files.
>
>I just recently upgraded to CVS 1.11.9 and the newest version of Eclipse 3.0
>and discovered that the two were incompatible. Since I wanted the most
>recent Eclipse, I tried installing a back version of CVS to get it to work.
>When re-installed, CVS 1.11.6, everything seemed to work and all my modules
>re-appeared in my CVS Repository view.
>
>
Please file a bug report if you didn't already do so.

Dani

>Chris
>
>
>"ar" <bidon@email.com> wrote in message news:bmm9fs$n6i$1@eclipse.org...
>
>
>>Hello,
>>
>>I just installed CVS 1.11.9 on a Linux RedHat 8.0 server. I want to access
>>the repository from a Windows PC.
>>When I create a new project (cvs ... import ...) in the repository with
>>WinCVS, all works fine. When I try to do that with Eclipse (Team > Share
>>Project ...), I get the message :
>> Module XXX already exists remotely. Would you like to synchronize your
>>local project
>> with the existing remote module ?
>>
>>The module doesn't exist remotely !
>>If I answer No to the question I return to the CVS wizard. Nothing appens.
>>If I answer Yes then select the tag HEAD to synchronize with, all seems to
>>work fine. But if I try to refresh the Eclipse CVS view, nothing appear.
>>
>>
>If
>
>
>>I look at the CVS repository, none of my project directories have been
>>created.
>>
>>Another problem : I can't see, with Eclipse, the projects already present
>>
>>
>in
>
>
>>my repository.
>>
>>Does anybody have an idea of the source of these problems ?
>>How can I see which cvs command Eclipse sends ?
>>
>>Thanks
>>AR
>>
>>
>>
>>
>
>
>
>
Re: CVS problem [message #146393 is a reply to message #145762] Mon, 20 October 2003 07:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bidon.email.com

Hello Michael,
I use 2 versions of Eclipse => 2.0 and 2.1.
I activated debug as described in the FAQ. Here is the result :

Root /u/cvs/projects

CMD> cvs version

version

M Concurrent Versions System (CVS) 1.11.9 (client/server)

ok

RESULT> Status OKorg.eclipse.team.cvs.core code=0 ok null

CMD> cvs version

version

M Concurrent Versions System (CVS) 1.11.9 (client/server)

ok

RESULT> Status OKorg.eclipse.team.cvs.core code=0 ok null

I LOVE YOU

Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky
Clear

-static-directory Module-expansion Set-static-directory Clear-sticky
New-entry R

emoved Merged Remove-entry Updated Update-existing Copy-file Notified
Created Mo

d-time

valid-requests

Valid-requests Root Valid-responses valid-requests Repository Directory
Max-dotd

ot Static-directory Sticky Entry Kopt Checkin-time Modified Is-modified
UseUncha

nged Unchanged Notify Questionable Case Argument Argumentx Global_option
Gzip-st

ream wrapper-sendme-rcsOptions Set Gssapi-authenticate expand-modules ci co
upda

te diff log rlog add remove update-patches gzip-file-contents status rdiff
tag r

tag import admin export history release watch-on watch-off watch-add
watch-remov

e watchers editors init annotate rannotate noop version

ok

Root /u/cvs/projects

CMD> cvs -n update -d ""

Global_option -n

Argument -d

Directory .

/u/cvs/projects/TestDebug

Argument .

Directory .

/u/cvs/projects/TestDebug

update

E cvs update: Updating .

E cvs update: cannot open directory /u/cvs/projects/TestDebug: No such file
or d

irectory

E cvs update: skipping directory

ok

RESULT> Status ERRORorg.eclipse.team.cvs.core code=1 The following warnings
were

reported while performing the "cvs update" command. null children=[Status
ERROR

org.eclipse.team.cvs.core code=-14 cvs update: Updating . null Status
ERRORorg.e

clipse.team.cvs.core code=-14 cvs update: cannot open directory
/u/cvs/projects/E

ssaiDebug: No such file or directory null Status
ERRORorg.eclipse.team.cvs.core

code=-14 cvs update: skipping directory null]




Is there anything to do now ?

Regards
Alain










"Michael Valenta" <Michael_Valenta@oti.com> a
Re: CVS problem [message #146401 is a reply to message #145819] Mon, 20 October 2003 07:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bidon.email.com

Thanks for your answer. I'm going to try with cvs 1.11.6.

Regards
Alain

"Chris Watson" <chris.watson@mapics.com> a
Re: CVS problem [message #146456 is a reply to message #144887] Mon, 20 October 2003 09:00 Go to previous message
Eclipse UserFriend
Originally posted by: bidon.email.com

All works fine with CVS 1.11.6

Regards
Alain


"ar" <bidon@email.com> a
Previous Topic:Cursor Symbol
Next Topic:[RCP] when?
Goto Forum:
  


Current Time: Sun Sep 01 09:18:46 GMT 2024

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

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

Back to the top