Trying to download sourcecode

2002-07-31 Thread Steele, Lynne








Hi,



I am trying to download cvs source from ccvs.home.org to
use for a project and the download seems to be just pushing me around the ccvs
list page. Can someone help me? Where can I get the previous
version of cvs?



Lynne Steele





Staff Systems Engineer

Lockheed Martin M  DS

703 293-4123










Re: Trying to download sourcecode

2002-07-31 Thread Mike Ayers


Naughty, naughty!  Please don't send HTML or rich text email to 
newsgroups or mailing lists.

Steele, Lynne wrote:

 I am trying to download cvs source from ccvs.home.org  to use for a

You mean ccvs.cvshome.org, I hope?

 project and the download seems to be just pushing me around the ccvs 
 list page.  Can someone help me?  Where can I get the previous version 
 of cvs?

I had no problem downloading cvs-1.11.tar.gz from 
http://ccvs.cvshome.org/servlets/ProjectDownloadList .  On that page 
is a link historical download pages, which you can use to find old 
distributions (you want all platforms).


Enjoy,

/|/|ike


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: (no subject)

2002-07-31 Thread Josh


I presume thats a no on a interface binding option. 
Atm I already have a chain in place. But, I would 
prefer the cvs-server process -not- to even listen on 
the second interface. 
I might do a inetd jail;)

Thanks Anyway
-Josh


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Gianni Mariani
Sent: Wednesday, July 31, 2002 5:18 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: (no subject)



You can do this using ip filtering.  Check out ipchains or iptables 
which is OT.

Regards
G

Josh wrote:

 As I am running the CVS server (v1.11.2 pserver) on a 
 (linux) machine with two network adapters I would very 
 much like to know if it is possible to bind the server 
 to a specific network interface?

 e.g.
   eth0: dyn-ip
   eth1: dyn-ip

 With the server only listening on the 'eth1' interface?
 

 Thanks, J.


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
  





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: (no subject)

2002-07-31 Thread Douglas Finkle

Check out http://coombs.anu.edu.au/ipfilter/.  You can make your
server listen on _only_ the desired interface.


 I presume thats a no on a interface binding option. 
 Atm I already have a chain in place. But, I would 
 prefer the cvs-server process -not- to even listen on 
 the second interface. 
 I might do a inetd jail;)
 
 Thanks Anyway
 -Josh
 
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]On Behalf Of
 Gianni Mariani
 Sent: Wednesday, July 31, 2002 5:18 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: (no subject)
 
 
 
 You can do this using ip filtering.  Check out ipchains or iptables 
 which is OT.
 
 Regards
 G
 
 Josh wrote:
 
  As I am running the CVS server (v1.11.2 pserver) on a 
  (linux) machine with two network adapters I would very 
  much like to know if it is possible to bind the server 
  to a specific network interface?
 
  e.g.
eth0: dyn-ip
eth1: dyn-ip
 
  With the server only listening on the 'eth1' interface?
  
 
  Thanks, J.
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs
   
 
 
 
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs
 

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Untagged files?

2002-07-31 Thread Mullican, Catherine

Is there a command which will let me generate a list of files which do not
have a particular tag?  

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: (no subject)

2002-07-31 Thread Mike Ayers


Josh wrote:
   As I am running the CVS server (v1.11.2 pserver) on a
   (linux) machine with two network adapters I would very
   much like to know if it is possible to bind the server
   to a specific network interface?

Douglas Finkle wrote:
 Check out http://coombs.anu.edu.au/ipfilter/.  You can make your
 server listen on _only_ the desired interface.

Absolutely incorrect.  IP filters do not prevent the service from 
listening on other interfaces, they are used to block packets before 
they get to the service.  The difference is that if you forget to 
filter an interface, the packets will reach the server, which is 
probably bad.  What is desired is to have the server listen on only 
the desired interface instead of the usual 0.0.0.0.

Here's a snippet from my inetd manual entry (OpenBSD 2.9):

  For internet services, the first field of the line may also 
have a host address specifier prefixed to it, separated from the 
service name by a colon.  If this is done, the string before the colon 
in the first field indicates what local address inetd should use when 
listening for that service.  Multiple local addresses can be specified 
on the same line, separated by commas.  Numeric IP addresses in 
dotted-quad notation can be used as well as symbolic hostnames. 
Symbolic hostnames are looked up using gethostbyname().  If a hostname 
has multiple address mappings, inetd creates a socket to listen on 
each address.

This would be the way that I would use on that machine.  Josh, your 
Linux machine probably supports the same method.  If so, this is what 
you want.


/|/|ike


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs