Home » Eclipse Projects » Technology Project and PMC » question about CVS
|
Re: question about CVS [message #59264 is a reply to message #59238] |
Fri, 17 October 2003 09:47 |
Eclipse User |
|
|
|
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 |
Eugeny N Dzhurinsky 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 |
Eclipse User |
|
|
|
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 #59528 is a reply to message #59335] |
Wed, 22 October 2003 14:36 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eugeny N Dzhurinsky 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 |
Eclipse User |
|
|
|
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 #595900 is a reply to message #59335] |
Wed, 22 October 2003 14:36 |
Michael Valenta 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.
>
>
|
|
|
Goto Forum:
Current Time: Thu Dec 26 12:53:22 GMT 2024
Powered by FUDForum. Page generated in 0.04537 seconds
|