Similar Threads:
1.Using a Mac as CVS server, Linux and Mac clients
I need a CVS repository for source control. Builds are for both Linux
and Mac OS X (10.2), so my idea was to setup a repository on a Mac box,
then access it remotely from the Linux environment, but I'm having no luck.
I'm on a small lan - I've given each box a unique IP address.
I can ping the Mac from Linux.
I can open an ssh session from Linux on the Mac.
I can't rcp files (Connection refused). Any other network operations
result in Connection refused.
I can see the Mac, and the files under my account from my Windows XP box.
I've turned on all the sharing stuff (system settings, sharing) on the Mac.
I don't really have a clue what I doing. Can anybody point me to a
resource for this kind of information?
Mick.
2.CVS on remote server
I have on a remote Web server, a program that is being continually updated
via cvs. Can I set up the remote server to receive the cvs updates?
Doug.
--
ICQ Number 178748389. Registered Linux User No. 277548.
Let's explore. If we don't find something pleasant, we will at least find
something new.
- Voltaire.
3.connecting to cvs server
I've set up cvspserver on my linux machine which is behind a hardware
router. The webserver seems to work fine from other machines behind
the router but I can't connect to the cvs server? Any suggestions on
how I can debug this problem? I'm very green to linux administration.
I can telnet from the linux machine to the cvspserver so I'm quite
sure the that xinetd.d was set up correctly. However I'm unable to do
this remotely.
Thanks for any suggestions.
4.access cvs server through ssl tunnel
Eggert Ehmke wrote:
>
> I want to access a CVS server (C) via ssh. The problem is, I (A) am behind a
> ...
> Now my question: how can I access C from A using ssh ? Box B should work as
> a gateway, I guess. I am not familiar with this setup, but willing to
> learn. Please give me some hints.
You can set up an ssh-connection from A to B and forward a local port to
the CVS-port at C ; i don't know what port CVS uses, but if it was 2401
the command would look like
ssh -L 2401:systemC:2401 systemB
assuming the ssh2ssl works already; to access CVS at C you would direct
it
to localhost.
-job
5.internal cvs server?
In article <ympMa.313666$ XXXX@XXXXX.COM >,
"dave" < XXXX@XXXXX.COM > wrote:
> Hello,
> I've just set up cvs to run from xinetd. This is on my internal network,
> behind the firewall, what i'd like is to allow user's outside the firewall
> to ssh in to the server and to perform actions on it with files, but they
> have to have a cvs password, but not necessarily a unix account. Is this
> possible and if so, is there a site on this?
Why not just allow remote access to the cvs server itself? Why do you
want them to ssh in and work locally? Doing that without actual
accounts involves some voodoo, to be sure.
6. CVS server installation
7. setup cvs+ssh server on linux box
8. error in setting up cvs server for web site management