Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » question about CVS
question about CVS [message #59238] Thu, 16 October 2003 23:38 Go to next message
Eugeny N Dzhurinsky is currently offline Eugeny N DzhurinskyFriend
Messages: 17
Registered: July 2009
Junior Member
Hello, sorry if i'm posting to wrong newsgroup.

Can somebody explain me,how to use the local CVSROOT?

My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not understand
this, it wants me to specity server/port/protocol.

How can i fix that?

--
Thank you,best regards
--------------------------------
Eugene N Dzhurinsky
http://JDevelop.com - dedicated Java-based WEB solutions
ICQ: 119576351
Cell:+(380)-677-940549
Re: question about CVS [message #59264 is a reply to message #59238] Fri, 17 October 2003 09:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Eugeny Dzhurinsky wrote:

>Hello, sorry if i'm posting to wrong newsgroup.
>
>Can somebody explain me,how to use the local CVSROOT?
>
>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not understand
>this, it wants me to specity server/port/protocol.
>
>How can i fix that?
>
>
Hi Eugeny,
Eclipse needs a CVS server to talk to, that's why its asking for
server/port/protocol. You could use that directory as your project's
directory, but then you don't have the CVS features that you probably
want to have (revisions, versions, branches etc.)
Re: question about CVS [message #59285 is a reply to message #59264] Fri, 17 October 2003 13:30 Go to previous messageGo to next message
Eugeny N Dzhurinsky is currently offline Eugeny N DzhurinskyFriend
Messages: 17
Registered: July 2009
Junior Member
Joerg von Frantzius wrote:

> Eugeny Dzhurinsky wrote:
>
>>Hello, sorry if i'm posting to wrong newsgroup.
>>
>>Can somebody explain me,how to use the local CVSROOT?
>>
>>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not
>>understand this, it wants me to specity server/port/protocol.
>>
>>How can i fix that?
>>
>>
> Hi Eugeny,
> Eclipse needs a CVS server to talk to, that's why its asking for
> server/port/protocol. You could use that directory as your project's
> directory, but then you don't have the CVS features that you probably
> want to have (revisions, versions, branches etc.)

Hmm, seems that i have to use stand-alone CVS client to deal with.
Okay, thanks for reply :)

--
Thank you,best regards
--------------------------------
Eugene N Dzhurinsky
http://JDevelop.com - dedicated Java-based WEB solutions
ICQ: 119576351
AIM: EugenyDzh
Cell:+(380)-677-940549
Re: question about CVS [message #59311 is a reply to message #59285] Fri, 17 October 2003 13:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Eugeny Dzhurinsky wrote:

>Joerg von Frantzius wrote:
>
>
>
>>Eugeny Dzhurinsky wrote:
>>
>>
>>
>>>Hello, sorry if i'm posting to wrong newsgroup.
>>>
>>>Can somebody explain me,how to use the local CVSROOT?
>>>
>>>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not
>>>understand this, it wants me to specity server/port/protocol.
>>>
>>>How can i fix that?
>>>
>>>
>>>
>>>
>>Hi Eugeny,
>>Eclipse needs a CVS server to talk to, that's why its asking for
>>server/port/protocol. You could use that directory as your project's
>>directory, but then you don't have the CVS features that you probably
>>want to have (revisions, versions, branches etc.)
>>
>>
>
>Hmm, seems that i have to use stand-alone CVS client to deal with.
>Okay, thanks for reply :)
>
>
Do you have a CVS server running or not? I'm getting a bit confused what
the problem actually is :)
Re: question about CVS [message #59335 is a reply to message #59311] Fri, 17 October 2003 18:15 Go to previous messageGo to next message
Eugeny N Dzhurinsky is currently offline Eugeny N DzhurinskyFriend
Messages: 17
Registered: July 2009
Junior Member
> Do you have a CVS server running or not? I'm getting a bit confused what
> the problem actually is :)

well, i don't have CVS server running because i don;t need it to be running,
but you know CVS client may deal with the local filesystem. So i guess that
eclipse may deal only with CVS server, right?

I added the cvspserver service to inetd.conf, it seems to work now, but i
don't understand why i have to start CVS server if everything works fine
without it (but not in Eclipse). For example, IntelliJ IDEA works fine with
this project, without any CVS server running.

--
Thank you,best regards
Eugene N Dzhurinsky
http://JDevelop.com - dedicated Java-based WEB solutions
ICQ: 119576351
Re: question about CVS [message #59528 is a reply to message #59335] Wed, 22 October 2003 14:36 Go to previous message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

Eugeny,

The reason Eclipse doesn't work with local CVS repositories is because
Elipse has its own CVS client while other tools typically access CVS by
invoking the CLI tool. Early on in Eclipse, it was decided that the
benefits of having a client in Eclipse (i.e. tools such as the repo
browser and sync view) outweighed the disadvantages (some unsupported
features such as local connection method).

Michael

Eugeny Dzhurinsky wrote:

>>Do you have a CVS server running or not? I'm getting a bit confused what
>>the problem actually is :)
>>
>
> well, i don't have CVS server running because i don;t need it to be running,
> but you know CVS client may deal with the local filesystem. So i guess that
> eclipse may deal only with CVS server, right?
>
> I added the cvspserver service to inetd.conf, it seems to work now, but i
> don't understand why i have to start CVS server if everything works fine
> without it (but not in Eclipse). For example, IntelliJ IDEA works fine with
> this project, without any CVS server running.
>
>
Re: question about CVS [message #595788 is a reply to message #59238] Fri, 17 October 2003 09:47 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Eugeny Dzhurinsky wrote:

>Hello, sorry if i'm posting to wrong newsgroup.
>
>Can somebody explain me,how to use the local CVSROOT?
>
>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not understand
>this, it wants me to specity server/port/protocol.
>
>How can i fix that?
>
>
Hi Eugeny,
Eclipse needs a CVS server to talk to, that's why its asking for
server/port/protocol. You could use that directory as your project's
directory, but then you don't have the CVS features that you probably
want to have (revisions, versions, branches etc.)
Re: question about CVS [message #595797 is a reply to message #59264] Fri, 17 October 2003 13:30 Go to previous message
Eugeny N Dzhurinsky is currently offline Eugeny N DzhurinskyFriend
Messages: 17
Registered: July 2009
Junior Member
Joerg von Frantzius wrote:

> Eugeny Dzhurinsky wrote:
>
>>Hello, sorry if i'm posting to wrong newsgroup.
>>
>>Can somebody explain me,how to use the local CVSROOT?
>>
>>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not
>>understand this, it wants me to specity server/port/protocol.
>>
>>How can i fix that?
>>
>>
> Hi Eugeny,
> Eclipse needs a CVS server to talk to, that's why its asking for
> server/port/protocol. You could use that directory as your project's
> directory, but then you don't have the CVS features that you probably
> want to have (revisions, versions, branches etc.)

Hmm, seems that i have to use stand-alone CVS client to deal with.
Okay, thanks for reply :)

--
Thank you,best regards
--------------------------------
Eugene N Dzhurinsky
http://JDevelop.com - dedicated Java-based WEB solutions
ICQ: 119576351
AIM: EugenyDzh
Cell:+(380)-677-940549
Re: question about CVS [message #595805 is a reply to message #59285] Fri, 17 October 2003 13:44 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.nospam.com

Eugeny Dzhurinsky wrote:

>Joerg von Frantzius wrote:
>
>
>
>>Eugeny Dzhurinsky wrote:
>>
>>
>>
>>>Hello, sorry if i'm posting to wrong newsgroup.
>>>
>>>Can somebody explain me,how to use the local CVSROOT?
>>>
>>>My CVSROOT is /usr/local/cvs, and it seems that Eclipse does not
>>>understand this, it wants me to specity server/port/protocol.
>>>
>>>How can i fix that?
>>>
>>>
>>>
>>>
>>Hi Eugeny,
>>Eclipse needs a CVS server to talk to, that's why its asking for
>>server/port/protocol. You could use that directory as your project's
>>directory, but then you don't have the CVS features that you probably
>>want to have (revisions, versions, branches etc.)
>>
>>
>
>Hmm, seems that i have to use stand-alone CVS client to deal with.
>Okay, thanks for reply :)
>
>
Do you have a CVS server running or not? I'm getting a bit confused what
the problem actually is :)
Re: question about CVS [message #595812 is a reply to message #59311] Fri, 17 October 2003 18:15 Go to previous message
Eugeny N Dzhurinsky is currently offline Eugeny N DzhurinskyFriend
Messages: 17
Registered: July 2009
Junior Member
> Do you have a CVS server running or not? I'm getting a bit confused what
> the problem actually is :)

well, i don't have CVS server running because i don;t need it to be running,
but you know CVS client may deal with the local filesystem. So i guess that
eclipse may deal only with CVS server, right?

I added the cvspserver service to inetd.conf, it seems to work now, but i
don't understand why i have to start CVS server if everything works fine
without it (but not in Eclipse). For example, IntelliJ IDEA works fine with
this project, without any CVS server running.

--
Thank you,best regards
Eugene N Dzhurinsky
http://JDevelop.com - dedicated Java-based WEB solutions
ICQ: 119576351
Re: question about CVS [message #595900 is a reply to message #59335] Wed, 22 October 2003 14:36 Go to previous message
Michael Valenta is currently offline Michael ValentaFriend
Messages: 560
Registered: July 2009
Senior Member
Eugeny,

The reason Eclipse doesn't work with local CVS repositories is because
Elipse has its own CVS client while other tools typically access CVS by
invoking the CLI tool. Early on in Eclipse, it was decided that the
benefits of having a client in Eclipse (i.e. tools such as the repo
browser and sync view) outweighed the disadvantages (some unsupported
features such as local connection method).

Michael

Eugeny Dzhurinsky wrote:

>>Do you have a CVS server running or not? I'm getting a bit confused what
>>the problem actually is :)
>>
>
> well, i don't have CVS server running because i don;t need it to be running,
> but you know CVS client may deal with the local filesystem. So i guess that
> eclipse may deal only with CVS server, right?
>
> I added the cvspserver service to inetd.conf, it seems to work now, but i
> don't understand why i have to start CVS server if everything works fine
> without it (but not in Eclipse). For example, IntelliJ IDEA works fine with
> this project, without any CVS server running.
>
>
Previous Topic:XSWT status?
Next Topic:Plugin unit testing
Goto Forum:
  


Current Time: Fri Apr 19 20:38:36 GMT 2024

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

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

Back to the top