由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - cvs configuration
相关主题
[合集] 问个PHP+apache的问题 (转载)求教:没接触过version control的新手如何学习svn和git
请问这些和编程有啥关系?c++14出来了,看wiki
如果服务器只提供restful服务,是不是不需要web服务器了?cgi测试newbee问题
database access using C# .net2008 3.5, window formHelp~~~
Software Configuration Management (转载)help with PHP programming!!! (转载)
哪里能看一下fedora glibc 的 make configuration (转载)How do you change the linker with configure script?
laptop 可以连到学校的wireless, 但是不能连到家里的,什么原因啊?In Vista, failed to start because its side-by-side configur (转载)
学习 python Django 的一个问题error while building gcc
相关话题的讨论汇总
话题: cvs话题: configure话题: need话题: do
进入Programming版参与讨论
1 (共1页)
r*****r
发帖数: 397
1
Have a question about using cvs. In the tutorial, I need to configure /etc/
inetd.conf, but there is no such a file in that directory. HOw can I do that?
Does cvs have to be installed in a server?Do I need to install Apache first?
g****c
发帖数: 299
2
did you install cvs?
no need apache

?

【在 r*****r 的大作中提到】
: Have a question about using cvs. In the tutorial, I need to configure /etc/
: inetd.conf, but there is no such a file in that directory. HOw can I do that?
: Does cvs have to be installed in a server?Do I need to install Apache first?

r*****r
发帖数: 397
3
when I typed cvs -v, it showed 1.11.2,
I just assumed it's already installed.
在 goyacc (ken) 的大作中提到: 】
t*****t
发帖数: 72
4

?
type "locate inetd.conf" to see if it's in some other places. or alternatively
,
after you setup CVSROOT, and run `cvs init`, try to locate it again. anyway,
you don't really need to configure this file by yourself.
no, you can use it locally, for remote access, generally we use ssh, or if it
is for public usage, use pserver as an anonymous server.

【在 r*****r 的大作中提到】
: Have a question about using cvs. In the tutorial, I need to configure /etc/
: inetd.conf, but there is no such a file in that directory. HOw can I do that?
: Does cvs have to be installed in a server?Do I need to install Apache first?

r*****r
发帖数: 397
5
Thank you very much.
I typed "locate inetd.conf"
and there are the lists:
/scratch/librsync-0.9.6/debian/inetd.conf.ex
/usr/share/man/man5/xinetd.conf.5.gz
/etc/xinetd.conf
which is the one?Or I don't need to configure at all?

alternatively
it

【在 t*****t 的大作中提到】
:
: ?
: type "locate inetd.conf" to see if it's in some other places. or alternatively
: ,
: after you setup CVSROOT, and run `cvs init`, try to locate it again. anyway,
: you don't really need to configure this file by yourself.
: no, you can use it locally, for remote access, generally we use ssh, or if it
: is for public usage, use pserver as an anonymous server.

t*****t
发帖数: 72
6

Guess it's xinetd.conf. In my case, I never touched that file,
it contains only info about pserver. If you use ssh or local,
I think, you don't have to configure it either.

【在 r*****r 的大作中提到】
: Thank you very much.
: I typed "locate inetd.conf"
: and there are the lists:
: /scratch/librsync-0.9.6/debian/inetd.conf.ex
: /usr/share/man/man5/xinetd.conf.5.gz
: /etc/xinetd.conf
: which is the one?Or I don't need to configure at all?
:
: alternatively
: it

1 (共1页)
进入Programming版参与讨论
相关主题
error while building gccSoftware Configuration Management (转载)
exe file compild by C++ cannot be run by another computer哪里能看一下fedora glibc 的 make configuration (转载)
A question about Debugginglaptop 可以连到学校的wireless, 但是不能连到家里的,什么原因啊?
help for interview question学习 python Django 的一个问题
[合集] 问个PHP+apache的问题 (转载)求教:没接触过version control的新手如何学习svn和git
请问这些和编程有啥关系?c++14出来了,看wiki
如果服务器只提供restful服务,是不是不需要web服务器了?cgi测试newbee问题
database access using C# .net2008 3.5, window formHelp~~~
相关话题的讨论汇总
话题: cvs话题: configure话题: need话题: do