public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* CVS as pserver & modules file is not supported
@ 2002-02-15  8:11 Phil Dempster
  0 siblings, 0 replies; 4+ messages in thread
From: Phil Dempster @ 2002-02-15  8:11 UTC (permalink / raw)
  To: cygwin

I have drafted a basic HOWTO on :pserver: with Cygwin.
 It is currently awaiting verification before finding
its way into the CVS docs.  I personally recommend
following Chuck's advice (which he's supplied
repeatedly to various flavours of the same question).

If, however, anyone wants to try my procedure and
provide constructive feedback I'd be happy to email it
to them.  I'm not prepared to post it to the group at
this point since it may not work for everyone (and I
ain't supporting it!).

Cheers, Phil.


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS as pserver & modules file is not supported
  2002-02-14  7:47 Stephane Passignat
  2002-02-14  9:53 ` Charles Wilson
@ 2002-02-14  9:54 ` Charles Wilson
  1 sibling, 0 replies; 4+ messages in thread
From: Charles Wilson @ 2002-02-14  9:54 UTC (permalink / raw)
  To: Stephane Passignat; +Cc: cygwin

Search the archives.  cvsd as a :pserver: is not yet supported.  SOME 
people have had success after much effort; others have not.  (cvs DOES 
work as a :pserver: client however)

Instead of going to all the effort of writing a java proxy, you could 
have merely getten sshd running on your repository machine, and used 
'CVS_RSH=ssh' on your local machine.  Then, with 
'CVSROOT=:ext:user@repositorymachine:/path/to/rep' stuff would just work.

But you wouldn't know that unless you either (a) read the documentation 
in /usr/doc/Cygwin/cvs*, or (b) searched the mailing list archives...

--Chuck


Stephane Passignat wrote:

> Hello,
> 
> I'm trying to install CVS as a pserver on NT4.0 and I've lots of problems:
> 
> - server refused connection, so I've developped a server in Java to bypass
> inetd, then cvs works.
> BUT
> - now cvs to use CVROOT/modules files
> 
> 
> 
> here is my config
> -----------------------------------
> inetd.conf :
> cvspserver stream  tcp  nowait  root  /bin/cvs
> cvs -f --allow-root=/cygdrive/d/testcvs pserver
> 
> WINNT\system32\drivers\etc\Services:
> cvspserver  2401/tcp
> 
> modules :
> test   -a  dev
> 
> CVSROOT/passwd:
> cvsuser:kp/xiYcq1gIF2:User
> 
> /etc/passwd:
> User:unused_by_nt/2000/xp:1000:513:U-UC1663\User,S-1-5-21-1939158516-1601194
> 375-301078236-1000:/home/User:/bin/bash
> -------------------------------------
> 
> 
> Thank's
> 
> Stephane
> 
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: CVS as pserver & modules file is not supported
  2002-02-14  7:47 Stephane Passignat
@ 2002-02-14  9:53 ` Charles Wilson
  2002-02-14  9:54 ` Charles Wilson
  1 sibling, 0 replies; 4+ messages in thread
From: Charles Wilson @ 2002-02-14  9:53 UTC (permalink / raw)
  To: Stephane Passignat; +Cc: cygwin

Search the archives.  :pserver: is not yet supported.  SOME people have 
had success after much effort; others have not.

Instead of going to all the effort of writing a java proxy, you could 
have merely getten sshd running on your repository machine, and used 
'CVS_RSH=ssh' on your local machine.  Then, with 
'CVSROOT=:ext:user@repositorymachine:/path/to/rep' stuff would just work.

But you wouldn't know that unless you either (a) read the documentation 
in /usr/doc/Cygwin/cvs*, or (b) searched the mailing list archives...

--Chuck


Stephane Passignat wrote:

> Hello,
> 
> I'm trying to install CVS as a pserver on NT4.0 and I've lots of problems:
> 
> - server refused connection, so I've developped a server in Java to bypass
> inetd, then cvs works.
> BUT
> - now cvs to use CVROOT/modules files
> 
> 
> 
> here is my config
> -----------------------------------
> inetd.conf :
> cvspserver stream  tcp  nowait  root  /bin/cvs
> cvs -f --allow-root=/cygdrive/d/testcvs pserver
> 
> WINNT\system32\drivers\etc\Services:
> cvspserver  2401/tcp
> 
> modules :
> test   -a  dev
> 
> CVSROOT/passwd:
> cvsuser:kp/xiYcq1gIF2:User
> 
> /etc/passwd:
> User:unused_by_nt/2000/xp:1000:513:U-UC1663\User,S-1-5-21-1939158516-1601194
> 375-301078236-1000:/home/User:/bin/bash
> -------------------------------------
> 
> 
> Thank's
> 
> Stephane
> 
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* CVS as pserver & modules file is not supported
@ 2002-02-14  7:47 Stephane Passignat
  2002-02-14  9:53 ` Charles Wilson
  2002-02-14  9:54 ` Charles Wilson
  0 siblings, 2 replies; 4+ messages in thread
From: Stephane Passignat @ 2002-02-14  7:47 UTC (permalink / raw)
  To: cygwin

Hello,

I'm trying to install CVS as a pserver on NT4.0 and I've lots of problems:

- server refused connection, so I've developped a server in Java to bypass
inetd, then cvs works.
BUT
- now cvs to use CVROOT/modules files



here is my config
-----------------------------------
inetd.conf :
cvspserver stream  tcp  nowait  root  /bin/cvs
cvs -f --allow-root=/cygdrive/d/testcvs pserver

WINNT\system32\drivers\etc\Services:
cvspserver  2401/tcp

modules :
test   -a  dev

CVSROOT/passwd:
cvsuser:kp/xiYcq1gIF2:User

/etc/passwd:
User:unused_by_nt/2000/xp:1000:513:U-UC1663\User,S-1-5-21-1939158516-1601194
375-301078236-1000:/home/User:/bin/bash
-------------------------------------


Thank's

Stephane




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-02-15 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-15  8:11 CVS as pserver & modules file is not supported Phil Dempster
  -- strict thread matches above, loose matches on Subject: below --
2002-02-14  7:47 Stephane Passignat
2002-02-14  9:53 ` Charles Wilson
2002-02-14  9:54 ` Charles Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).