Re: CVS Server $HOME (was Re: (no subject))

2004-12-21 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gunnar Ahlberg [EMAIL PROTECTED] writes:

 I'm using ssh for connection using
 export CVS_RSH=ssh
 and
 cvs -d:ext:developer@server:/repository
 
 Of course, on the CLIENT HOME, the .ssh file is needed.

True, especially if the client machine is going to use publickey
authentication or needs special $HOME/.ssh/config configurations.

If the server side does not have any $HOME/.ssh/authorized_keys file, then
publickey authentication is not viable and it may be that the client will
no need a $HOME/.ssh directory for anything other than the random seed
and possibly a config file.

 What I was wondering about is what the users HOME on the SERVER is used.

$HOME/.ssh/authorized_keys is typical. Depending on how your sshd_config file
is setup. sshd wants the $HOME/.ssh directory owned by the user doing the
connection and with no group or other write permissions. The same is true of
all files leading to the root of the filesystem for $HOME.

 Nothing, I presume?

That is a bad assumption.

 I had a problem with the cvs client in Eclipse. For some reason, it needs
 the SERVER HOME for some reason I'm not going to ask you guys since it's
 all Eclipse specific.
 
 Oh well, thank you!

Enjoy!
-- Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFByEOD3x41pRYZE/gRAuJiAKC4mqabzXKNYnNrG4WYZiKHqlRtpACfZeXU
wSvUCAlSk3hpFlhAlIk4EKk=
=oJ3C
-END PGP SIGNATURE-


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


CVS Server $HOME (was Re: (no subject))

2004-12-20 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gunnar Ahlberg wrote:

What is the $HOME used for on the server?
I've been successfully using CVS for 3 years, and I love it! Now,
whe are
getting more users (upto 100). Currently, each user has it's normal
account on the server. However, to free up some space and redundant
administration, I would like to set the users home dir to be a
common dir
on the server and not have a seperate user home dir for each user.
Will this work? What is the $HOME used for?

/G
---
www.gunnarahlberg.com
---


Assuming you've set up :ext:/SSH access to your CVS server and
private/public keys are available as an access method, the SSH keys
are probably stored in $HOME/.ssh.  Other than that, $HOME shouldn't
be used for much on the server, provided that the only command that
ever gets executed there is `cvs server'.  In that case, it should be
safe to share the home dir as you described if you can keep the shared
authorized_keys file updated as needed.

If you are using the :pserver: access method, $HOME should not be used
at all on the server end.

Cheers,

Derek

- --
*8^)

Email: [EMAIL PROTECTED]

Get CVS support at http://ximbiot.com!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBxua/LD1OTBfyMaQRAui9AJ404DiYSpVK4067VgRDN5yARFXkFwCg0mNy
u0VLVwbsZp7H5IJ6A6ANPR0=
=/tEc
-END PGP SIGNATURE-



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


Re: CVS Server $HOME (was Re: (no subject))

2004-12-20 Thread Gunnar Ahlberg
Thank you Derek!
I am using SSH as the only connection method.
is the .ssh file per session? and what's in it? A copy of the public 
key?
If $HOME is used for the .ssh file, wouldn't two simultaneous users be 
able to overwrite each others session if they shared the same $HOME?

It seems like huge projects with many committers such as the Eclipse or 
Mozilla projects would have a separate HOME dir per user to prevent the 
above scenario.

Any more thoughts on that?
Cheers,
/G
2004-12-20 at 15.50 Derek Robert Price wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gunnar Ahlberg wrote:
What is the $HOME used for on the server?
   I've been successfully using CVS for 3 years, and I love it! Now,
whe are
   getting more users (upto 100). Currently, each user has it's normal
   account on the server. However, to free up some space and redundant
   administration, I would like to set the users home dir to be a
common dir
   on the server and not have a seperate user home dir for each user.
   Will this work? What is the $HOME used for?
   /G
   ---
   www.gunnarahlberg.com
   ---

Assuming you've set up :ext:/SSH access to your CVS server and
private/public keys are available as an access method, the SSH keys
are probably stored in $HOME/.ssh.  Other than that, $HOME shouldn't
be used for much on the server, provided that the only command that
ever gets executed there is `cvs server'.  In that case, it should be
safe to share the home dir as you described if you can keep the shared
authorized_keys file updated as needed.
If you are using the :pserver: access method, $HOME should not be used
at all on the server end.
Cheers,
Derek
- --
*8^)
Email: [EMAIL PROTECTED]
Get CVS support at http://ximbiot.com!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBxua/LD1OTBfyMaQRAui9AJ404DiYSpVK4067VgRDN5yARFXkFwCg0mNy
u0VLVwbsZp7H5IJ6A6ANPR0=
=/tEc
-END PGP SIGNATURE-

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


Re: (no subject)

2004-12-20 Thread Luiz Guilherme Roncati
Hi. set o home user for directory common,as example /home/public, and on create 
user define home user commom:

useradd -g user -s /bin/bash -d /home/public USER


Citando Gunnar Ahlberg [EMAIL PROTECTED]:

 What is the $HOME used for on the server?
 I've been successfully using CVS for 3 years, and I love it! Now, whe
 are
 getting more users (upto 100). Currently, each user has it's normal
 account on the server. However, to free up some space and redundant
 administration, I would like to set the users home dir to be a common
 dir
 on the server and not have a seperate user home dir for each user.
 Will this work? What is the $HOME used for?
 
 /G
 ---
 www.gunnarahlberg.com
 ---
 
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://lists.gnu.org/mailman/listinfo/info-cvs
 



atenciosamente

Luiz Guilherme Roncati
DIS - Departamento de Informatica em Saude
UNIFESP - Universidade Federal do Estado de Sao Paulo
Fone: (11)5575-4533


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


Merging problem (was Re: (no subject))

2004-04-22 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tyler wrote:

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cat test
trunk line 1
 test
===
branch line 1
branch line 2

1.1.2.2



Is there no way to take the delta between two revisions and merge those
onto another branch? Do i have to merge the entire branch down if i want
to do this?


Unfortunately, this is a limitation of diffutils, which CVS uses to do
merges.  You asked CVS to add a branch line 2 after a line
containing branch line 1 in a file containing only the trunk line
1.  CVS, via diffutils, craps out and marks up the file in a way that
says, `trunk line 1 was in both files and branch line 1 and
branch line 2 were in the second file, in this location and in this
order.  Deal with it, human.'  Then you need to deal with it.

I think, basically, if you were to talk to the folks on the
[EMAIL PROTECTED] mailing list, you would be told that the
situation was ambiguous and the best that can be done is to ask a
human to look at it, but feel free to try and persuade them
otherwise.  There's a web page describing the diffutils project here
http://www.gnu.org/directory/GNU/diffutils.html.  Feel free to
browse their documentation and mail archives for similar questions.

Derek

- --
*8^)

Email: [EMAIL PROTECTED]

Get CVS support at http://ximbiot.com!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAh8eGLD1OTBfyMaQRApA1AKDNVxmXqXE02FX0isj2u/1gCPxrgwCfV+7M
gTTAgFMnm11gzhGO9ImHRq4=
=gBfK
-END PGP SIGNATURE-



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


RE: (no subject)

2004-01-28 Thread Peter Connolly
Then use RCS, not CVS.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jhon William Parra
Sent: Wednesday, January 28, 2004 8:55 AM
To: [EMAIL PROTECTED]
Subject: (no subject)


Hi,
i have problems:

CVS client win nt.
CVS server win nt.

I am locking a file and  show the next message :

 
cvs [admin aborted]: 'admin -l' is a depreciated option. Use 'edit -c' instead.

I want to LOCK THE FILES.

thank you.


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


Re: (no subject)

2003-11-29 Thread Alexander Taler

It really depends on what you're trying to do.

The jCVS (http://www.jcvs.org/) project has a CVS client written
entirely in Java, which will provide some level of API support.
I have not looked at their code in depth.

You might also want to look at ant (ant.apache.org), which has
several tasks for using CVS.

The libcvs (libcvs.cvshome.org) doesn't have a Java API at the
moment, but it would be nice to add one.

HTH
Alex

 Pardeep == Pardeep Duggal [EMAIL PROTECTED] writes:
  Pardeep To: [EMAIL PROTECTED]
  Pardeep Subject: (no subject)
  Pardeep Date: Wed, 26 Nov 2003 12:15:00 +0530

  Pardeep Hi, I want to use java api's over cvs code. want ot connect to cvs
  Pardeep thru my java application in a windows environment. Some sample code
  Pardeep if possible. Can somebody help me with the same ?

-- 
http://libcvs.cvshome.org/Access CVS through a library. 
PGP:  ID: 0x23DC453B  FPR: 42D0 66C2 9FF8 553A 373A  B819 4C34 93BA 23DC 453B
We began at the beginning.
   Motorhead -- Keep us on the Road


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


Re: (no subject)

2003-11-10 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Narendhran K wrote:

| Hi,
|  
| I need to know how to give permissions to the cvs users. The user can
checkout and commit the files . They should not have permissions to
remove the file that has been checked out. There should be no delete
permissions also.
| The Deletion of files should be done by the Administrator only.
| Can anyone give me some feedback on this issues.

~http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_2.html#SEC13

Derek

- --
~*8^)
Email: [EMAIL PROTECTED]

Get CVS support at http://ximbiot.com!
- --
He who dies with the most toys, is, nonetheless, still dead.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org
iD8DBQE/sD3fLD1OTBfyMaQRAhbAAKDgzhdSlB82c62uZWxzYLJ+TlQ5SwCg/rqe
PDlPi/NDsAjLHfsUQ6smB4c=
=j6Pw
-END PGP SIGNATURE-


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


Re: (no subject)

2003-07-18 Thread Larry Jones
Federico Edelman writes:
 
 1- I need give permissions for users and groups. Is it possible? Can I
 get this requirement thru filesystem permissions?

Probably.  The general rule is that you need read permission on a
directory to check out the files it contains and you need write
permission on a directory to modify the files it contains.  See the
manual for more info:

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_2.html#SEC13

 2- I need catch a commit event when each programmer makes your changes
 in the CVS repository. The catch should be checkout into some directory
 (like /usr/local/apache/htdocs) to automate the web publishing.

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_18.html#SEC173

-Larry Jones

We seem to be out of gun powder. -- Calvin


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


Re: (no subject)

2002-11-06 Thread Larry Jones
mehul  choube writes:
 
 cvs server: Up-to-date check failed for 'README_kesm.txt'
 cvs [server aborted]: correct above errors first!

That means that someone else has checked in changes to the file.  You
need to do an update to get those changes merged into your changes and
verify that the merged changes are correct before you can commit.

-Larry Jones

Yep, we'd probably be dead by now if it wasn't for Twinkies. -- Calvin


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



Re: Re: (no subject)

2002-11-06 Thread mehul choube


On Wed, 06 Nov 2002 Larry Jones wrote :

mehul  choube writes:

 cvs server: Up-to-date check failed for 'README_kesm.txt'
 cvs [server aborted]: correct above errors first!

That means that someone else has checked in changes to the file.  
You
need to do an update to get those changes merged into your 
changes and
verify that the merged changes are correct before you can 
commit.
only i have acces to this module. i changed the file
and then used cvs commit cmd to commit the changes(acually i have 
written a commit.c prog which does the commit work) and it gave 
error.

mehul.

__
Give your Company an email address like
ravi @ ravi-exports.com.  Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/



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


Re: Re: (no subject)

2002-11-06 Thread mehul choube


On Wed, 06 Nov 2002 Larry Jones wrote :

mehul  choube writes:

 cvs server: Up-to-date check failed for 'README_kesm.txt'
 cvs [server aborted]: correct above errors first!

That means that someone else has checked in changes to the file.  
You
need to do an update to get those changes merged into your 
changes and
verify that the merged changes are correct before you can 
commit.
only i have acces to this module. i changed the file
and then used cvs commit cmd to commit the changes(acually i have 
written a commit.c prog which does the commit work) and it gave 
error.

mehul.

__
Give your Company an email address like
ravi @ ravi-exports.com.  Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/



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


Re: Re: (no subject)

2002-11-06 Thread Larry Jones
mehul  choube writes:

  only i have acces to this module. i changed the file
 and then used cvs commit cmd to commit the changes(acually i have 
 written a commit.c prog which does the commit work) and it gave 
 error.

Be that as it may, the error message you're getting means that the
revision in your working directory is *not* the most recent revision in
the repository.  The solution to the problem is to run cvs update.

-Larry Jones

Please tell me I'm adopted. -- Calvin


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



Re: (no subject)

2002-10-15 Thread Jenn Vesperman

On Tue, 2002-10-15 at 17:33, John Noronha wrote:
 How can one remove a branch after merging it with the main branch ?

There is no specific way that I am aware of to mark a branch 'closed' or
'not to be used anymore'.

If you really want to remove the historic record of the branch ever
having been there, you can use cvs admin -o and cvs tag -d -B. But I'd
back up the repository first!



Jenn V.
-- 
Do you ever wonder if there's a whole section of geek culture 
you miss out on by being a geek? - Dancer.

[EMAIL PROTECTED] http://anthill.echidna.id.au/~jenn/




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



Re: (no subject)

2002-10-15 Thread Larry Jones

John Noronha writes:
 
 Thanks for your help. The reason I'd like to remove the branch after merging
 it with main branch is so that one doesn't inadvertently do a second
 merge. Is there any way one can prevent this ? (other than ensuring that the
 merged revision is tagged suitably).

You can delete the branch tag with tag -d.  That should be sufficient
for your purposes.

-Larry Jones

Good gravy, whose side are you on?! -- Calvin


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



Re: (no subject)

2002-09-03 Thread Baris Sahin

hi,
cvs doesnt pass branch information to commitinfo file,
so you cant use commitinfo for that.
I had the same problem, and then solved with writing a patch for access control. Available at http://www.geocities.com/barissahin/

baris



--- [EMAIL PROTECTED] wrote:


A simple question.Can I discover on which branch a file is being committed from withina script run from the commitinfo file?Basically, I know how to apply per user/module access controls, but I would like to extend this to include branch information so that certain teams are confinedto branches. We have in the past experienced code fixes being applied to thewrong branch and it would be preferable for the technology to help people avoidthat mistake in the future.#!/mjh"wèrû)bž	b²Ò'~‡/²	!¶Úþf¢–	?™¨¥™©ÿ–+-Šwèþ)ß¡Ëì
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes

Re: (no subject)

2002-09-03 Thread Mark . Hewitt
I'd come to that belief too, but I was hoping otherwise!Thanks for the URL - I'll see where that gets me.#!/mjh-Baris Sahin [EMAIL PROTECTED] wrote: -To: [EMAIL PROTECTED]From: Baris Sahin [EMAIL PROTECTED]Date: 09/03/2002 12:05PMcc: [EMAIL PROTECTED]Subject: Re: (no subject)hi,cvs doesnt pass branch information to commitinfo file,so you cant use commitinfo for that.I had the same problem, and then solved with writing a patch for access control. Available at http://www.geocities.com/barissahin/baris--- [EMAIL PROTECTED] wrote:A simple question.Can I discover on which branch a file is being committed from withina script run from the commitinfo file?Basically, I know how to apply per user/module access controls, but I would like to extend this to include branch information so that certain teams are confinedto branches. We have in the past experienced code fixes being applied to thewrong branch and it would be preferable for the technology to help people avoidthat mistake in the future.#!/mjh"wèrûj)bžb²Ò'~‡/²î¢¸!¶Úþf¢–?™¨¥™©ÿ–+-Šwèþ)ß¡ËìDo You Yahoo!?Yahoo! Finance - Get real-time stock quotesú¾ÉšŠX§‚X¬´‰ß¡Ëì‚{¨®m¶Ÿÿ™¨¥‚{¨®æj)fjåŠËbú?Šwèrû

Re: (no subject)

2002-09-03 Thread Mark D. Baushke

 From: Baris Sahin [EMAIL PROTECTED]
 Subject: Re: (no subject)
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 Date: Tue, 3 Sep 2002 04:05:26 -0700 (PDT)
 
 hi,cvs doesnt pass branch information to commitinfo file,so you cant
 use commitinfo for that.I had the same problem, and then solved with
 writing a patch for access control. Available at
 http://www.geocities.com/barissahin/

While it is true that the commitinfo script is not given any explicit
arguments about the branch, this does not mean that you can not find out
this information.

The commitinfo script is running in a directory where the files given on
the command line reside as local files. There is also a copy of the CVS
directory present and the CVS/Entries file contains the branch information
if you want to parse it. There are two ways you could get that information.

You may either write a script to 'manually' parse the CVS/Entries file
something like the following perl script fragment:

  open(ENTRIES, $ENTRIES) || die(Cannot open $ENTRIES.\n);
  while (ENTRIES) {
chomp;
# /file/ver/timestamp/options/tag_or_date
my($filename, $version,$ts,$opt,$tag) = split('/', substr($_, 1));
$cvsversion{$filename} = $version;
# the /^D/ date specification for a tag should not be possible in a commit
# so ignore it
if ($tag eq '' || $tag =~ /^T/) {
$cvsbranch{$filename} = $tag;
}
$cvsoption{$filename} = $opt;
  }
  close(ENTRIES);

It should also be possible to do something like:

  cvs -Qn status filename

and parse the 'Sticky Tag:' line in your script.

This does not require any patches to cvs at all.

-- Mark

 baris
 
 --- [EMAIL PROTECTED] wrote:
 -
  A simple question. Can I discover on which branch a file is being
committed from withina script run from the commitinfo file? Basically,
I know how to apply per user/module access controls, but I would like
to extend this to include branch information so that certain teams are
confinedto branches. We have in the past experienced code fixes being
applied to thewrong branch and it would be preferable for the
technology to help people avoidthat mistake in the future.


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



RE: (no subject) - Thanks

2002-08-01 Thread Josh


 Thanks a lot!!!

 [bot]
 I didn't have that syntax possibility (i also had read that info 
 from the bsd man) so i thought it was a bit weird mine didnt accept it.
 Anyway all i needed was to compile a newer inetd to get that 
 syntax possibility ;-)

 Cheers,
 -Josh



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Mike Ayers
Sent: Thursday, August 01, 2002 4:51 AM
To: Douglas Finkle
Cc: [EMAIL PROTECTED]
Subject: Re: (no subject)



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

___
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



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



Re: (no subject)

2002-07-30 Thread Gianni Mariani


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



RE: (no subject)

2002-05-16 Thread Vishal Jain

Use $Log$ , this will be resolved at the time of checkin to the comment
that user provide while commiting the code to repository.

-- 
Regards,
Vishal Jain
ILX Systems

On Tue, 14 May 2002, Rashmi Vittal wrote:

 Date: Tue, 14 May 2002 13:08:28 -0700 (PDT)
 From: Rashmi Vittal [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: (no subject)
 
 Hi,
I am adding a new file to the repository.  Can
 somebody tell me what I need to add in this C file so
 that I shall be able to see the logs printed at the
 beggining of the file.
 
 Thank you
 Rashmi
 
 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com
 
 ___
 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-05-16 Thread david

 Use $Log$ , this will be resolved at the time of checkin to the comment
 that user provide while commiting the code to repository.
 
  Hi,
 I am adding a new file to the repository.  Can
  somebody tell me what I need to add in this C file so
  that I shall be able to see the logs printed at the
  beggining of the file.
  
  Thank you
  Rashmi
  
Be warned that the $Log$ will continue to grow, and can become
annoyingly large.  Last place I worked, we decided that having the
log information in the source file was mostly useless, since we
could easily get the same information out of CVS.

David H. Thornley| If you want my opinion, ask.
[EMAIL PROTECTED]   | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-

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



RE: (no subject)

2002-05-16 Thread Stefn Freyr Stefnsson

May I suggest that you consider putting the $Log$ at the end of the
file.  That way the log can grow large without bothering anyone very
much.
 
Regards, Stefan.

-Original Message- 
From: [EMAIL PROTECTED] 
Sent: fim. 16.5.2002 16:04 
To: Vishal Jain 
Cc: Rashmi Vittal; [EMAIL PROTECTED] 
Subject: Re: (no subject)



 Use $Log$ , this will be resolved at the time of checkin to
the comment
 that user provide while commiting the code to repository.

  Hi,
 I am adding a new file to the repository.  Can
  somebody tell me what I need to add in this C file so
  that I shall be able to see the logs printed at the
  beggining of the file.
 
  Thank you
  Rashmi
 
Be warned that the $Log$ will continue to grow, and can become
annoyingly large.  Last place I worked, we decided that having
the
log information in the source file was mostly useless, since we
could easily get the same information out of CVS.

David H. Thornley| If you want my
opinion, ask.
[EMAIL PROTECTED]   | If you don't, flee.
http://www.thornley.net/~thornley/david/ | O-

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



winmail.dat

Re: (no subject)

2002-03-09 Thread Stephen Leake

Monica Larsson [EMAIL PROTECTED] writes:

 Hallo!
 Can I achive a directory in WinCvs, where some users have full access and
 can checkout and commit files, some users just can checkout but not commit,
 
 and some users dont have access to this directory at all.
 I know about unixgroups, and directory permissions, but is there other
 solutions?

Assuming you are using a Unix server, what is wrong with Unix groups?
They are designed specifically for this situation. 

Note that you need to use the LockDir option in the CVSROOT/config
file to get read-only directories.

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



Re: (no subject)

2002-02-08 Thread Larry Jones

Michael J Hollander writes:
  
 While trying to add a file it gives me this:
 cvs add: nothing known about the (file I am trying to add)

Usually that means that (the file you're trying to add) doesn't exist. 
Which usually means you mistyped the name.

-Larry Jones

Don't you hate it when your boogers freeze? -- Calvin

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



RE: (no subject)

2002-01-18 Thread Stone, Rick
Title: RE: (no subject)





I'm finding that it is pretty effective to filter on character set. Look in the headers for character set info. I filter out the ones that my computer isn't configured to display anyway.

But it is a problem. Such a waste of bandwidth to filter on my end...


-Original Message-
From: Malcolm Fernandes [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 18, 2002 1:42 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: (no subject)
Importance: Low






 - - - - - - -  Appended by Scientific-Atlanta, Inc.  - - - - - - -  
This e-mail and any attachments may contain information which is confidential, proprietary, privileged or otherwise protected by law. The information is solely intended for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer. 

---BeginMessage---




Can the list owner block these messages. I've received over hundred
of these in the last few days.
Thanks,
Mal

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

---End Message---


Re: (no subject)

2002-01-17 Thread Malcolm Fernandes


Can the list owner block these messages. I've received over hundred
of these in the last few days.
Thanks,
Mal

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



Re: (no subject)

2001-10-23 Thread Matt Riechers

Peng, Guiai [IT] wrote:
 
 Dear Sir/Madam,
 
 We are using CVS to maintain our C++ code. I have a problem related to
 cvs checkout since this command only applies to a module. when a guy in
 our
 group added a new file to our repository. I cannot check out the new file by
 cvs checkout. Do you know any other way to do this besides to check out
 the whole module again? Thanks a lot.
 
 Guiai Peng
 212-723-2295

Does 'cvs update' work?

-Matt

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



Re: (no subject)

2001-10-23 Thread Larry Jones

Peng, Guiai [IT] writes:
  
 We are using CVS to maintain our C++ code. I have a problem related to 
 cvs checkout since this command only applies to a module. when a guy in
 our
 group added a new file to our repository. I cannot check out the new file by
 cvs checkout. Do you know any other way to do this besides to check out
 the whole module again? Thanks a lot.

Use cvs update -d in your checked-out working directory.

-Larry Jones

Nothing spoils fun like finding out it builds character. -- Calvin

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



RE: (no subject)

2001-10-15 Thread Joseph Natar
Title: RE: (no subject)





Hi Larry:


This brings me to a question, I am planning to migrate the cvs repository to another machine. I am using the same password file from the old one in the new one. 

Does it mean since the name of the machine before and after are same, it is transparent to the user. Or do they have to logout and log in. 

Thanks


joe


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 11, 2001 10:31 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: (no subject)



Sean Staats writes:
 
 You probably logged in to repository-1 then changed your CVSROOT to
 repository-2 and didn't log in to it; therefore, even though you set your
 CVSROOT to repository-2, cvs is looking at your cvspass file and using what
 you've logged into and not what your CVSROOT is set at.


Logging in has no effect on what root CVS uses. All logging in does is
validate the supplied password and then remember it in ~/.cvspass so you
don't have to type it in again.


-Larry Jones


Who, ME? Who?! Me?? WHO... Me?! Who, me??? -- Calvin


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





Re: (no subject)

2001-10-03 Thread Larry Jones

Alex Woods writes:
 
 Is is possible to check out a single file rather than a whole project or
 module into a working directory? If so, how?

Yep, just append a slash and the filename to the module or directory:

cvs co ccvs/src/lock.c

-Larry Jones

Buddy, if you think I'm even going to BE here, you're crazy! -- Calvin

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



Re: (no subject)

2001-10-03 Thread Jesus Manuel NAVARRO LOPEZ

Alex Woods wrote:
 
 Hello,
 
 I have installed and setup cvs and was testing various features of cvs.
 I have created a repository and have checked projects out, successfully.
 
 Is is possible to check out a single file rather than a whole project or
 module into a working directory? If so, how?
 
 Any help would be greatly appreciated.
 
 regards,
 
 Alex Woods


Wow!!! I read *Greg* Woods for a moment... I was asking to myself what a
grevious accident went on Greg for this strongest amnesia attack!!!
Now, for Alex.  Go to www.cvshome.org, and please have a look at the
manual section.
-- 
SALUD,
Jesús
***
[EMAIL PROTECTED]
***
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: (no subject)

2001-07-13 Thread Harald Kucharek



Larry Jones wrote:
 
 Becker Thomas writes:
 
  unsubscribe info-cvs [EMAIL PROTECTED]
 
 No one on the list can do that.  You can, however, do it yourself.  As
 it says in the headers of every list message:
 
  List-Unsubscribe: http://mail.gnu.org/mailman/listinfo/info-cvs,
mailto:[EMAIL PROTECTED]?subject=unsubscribe
 
 -Larry Jones

That's the heck with the mail user agent most people use. They 'protect' you
from the full beauty of a mail header for your convenience and expose you to 
the blast of malicious attachments for your convenience.

Harald

-- 
 iXpoint Informationssysteme GmbH #
   Daimlerstr. 3  # Harald Kucharek
  76275 Ettlingen # [EMAIL PROTECTED]
Tel/Fax +49 7243 3775-0/77# www.ixpoint.de

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



Re: (no subject)

2001-07-12 Thread Frank Derichsweiler

On Thu, Jul 12, 2001 at 12:58:37PM +0200, Becker Thomas wrote:
 unsubscribe info-cvs [EMAIL PROTECTED]

 List-Unsubscribe: http://mail.gnu.org/mailman/listinfo/info-cvs,
   mailto:[EMAIL PROTECTED]?subject=unsubscribe

Please send such requests to the propper address and _NOT_ to the
_LIST_ itself!!

Thanks.

Frank

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



Re: (no subject)

2001-06-27 Thread Noel L Yap

Merges need three versions to work with -- the two versions you see and their
ancestor (eg the version before code branched off).  If you have all three:
1. import the original code into the repo
2. checkout the code twice into different sandboxes
3. copy one branch into one sandbox
4. copy the other branch into the other sandbox
5. checkin one of the sandboxes
6. update (and resolve conflicts in) the other sandbox
7. checkin the other sandbox

Noel


|+--
||  |
||  deepak_khugher@h|
||  otmail.com  |
||  |
||  06/27/01 03:58  |
||  PM  |
||  |
|+--
  |
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc: (bcc: Noel L Yap)|
  |   Subject: (no subject)|
  |






Hi,

A repository for my project was created some time back. But the development
work continued without checking out a working copy from the repository. Also
the development work divided into two branches thinking that CVS would help
merge at a later stage. Now is there any chance to merge these two branches
of development which have been created without using CVS?

Many thanks,
Deepak
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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




This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase  Co., its
subsidiaries and affiliates.


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



Re: (no subject)

2001-06-27 Thread Larry Jones

Deepak Khugher writes:
 
 A repository for my project was created some time back. But the development 
 work continued without checking out a working copy from the repository. Also 
 the development work divided into two branches thinking that CVS would help 
 merge at a later stage. Now is there any chance to merge these two branches 
 of development which have been created without using CVS?

Assuming that some version of the project was checked in to CVS way back
when, your best bet is probably to check that version out and then
create a branch (or two, if you don't want either existing branch to be
the trunk).  Once you have that set up, check out each branch and copy
the corresponding current development sources over top of what was
checked out, do any necessary adds and/or removes, and commit.  That
gets everything into CVS so you can start figuring out what you want to
merge and how.  Also, threaten to break the fingers of any developer who
continues to make changes without having a checked out copy so you don't
have this problem again.  ;-)

-Larry Jones

I suppose if I had two X chromosomes, I'd feel hostile too. -- Calvin

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



Re: (no subject)

2001-06-22 Thread Matthew Riechers

 Srinivas S wrote:
 
 hello,
 
 i am new to this list. could anyone help me out for using CVS.
 
 i need to install a CVS server on a Linux machine and the client
 should be NT.
 
 i need the installation procedures, configuration details and
 downloads available for the Server Installation on Linux.
 
 i have installed WinCVS on the NT m/c.
 
 pls help me out.
 
 thanx in advance
 
 srinivas

All you seek can be found at http://cvshome.org

Binaries/sources are in the downloads section:
http://cvshome.org/downloads.html
The manual is in the docs section:
http://cvshome.org/docs/manual/cvs.html

-Matt

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



Re: (no subject)

2001-06-22 Thread Matthew Riechers

Schroder, Bart R wrote:
 
 Hello,
 
 I have a quick question.
 
 I understand that the CVS code repository software is free for individual
 non-commercial development, but is it free if a large multinational
 corporation uses it for commercial development?
 
 Thanks,
 
 Bart Schroder
 

CVS is licensed under the terms of the GPL
http://www.gnu.org/copyleft/gpl.html

It means that you can use CVS any way you want w/o paying for it,
regardless of who you are, but if you distribute a modified version, you
must make the source code modifications publicly available. This license
has no effect on the source code you use CVS to manage, only on the
source for CVS itself.

Think free as in freedom, not free beer.

See the GPL FAQ for more info http://www.gnu.org/copyleft/gpl-faq.html

-Matt

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



Re: (no subject)

2001-06-22 Thread Larry Jones

Schroder, Bart R writes:
 
 I understand that the CVS code repository software is free for individual
 non-commercial development, but is it free if a large multinational
 corporation uses it for commercial development?

Yes.

-Larry Jones

You're just trying to get RID of me, aren't you? -- Calvin

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



RE: (no subject)

2001-06-18 Thread Thornley, David



 -Original Message-
 From: Randall Weigers [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 18, 2001 9:52 AM
 To: '[EMAIL PROTECTED]'
 Subject: (no subject)
 
 
 
 
   Can you review the attached list and tell me how CVS 
 fairs in regard
 to the characteristics we are looking for in a source 
 management system??
 Thanks !
 
Characteristics of a source code control system.doc 
 

No, I cannot review the attached list - or, to be more precise,
I will not.  I do not open attachments from people I do not
know, and I don't know you.  Please review the information
at

http://www.cvshome.org/

and, if you have further questions, please post them as plain
text.

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



Re: (no subject)

2001-06-14 Thread Derek R. Price

Alex Flores wrote:

 I need help please.  I can not merge a branch into my main trunk.  I
 am a ClearCase man.  I can not figure out how to use the CVS merge
 utility or how to resolve conflicts.

http://cvshome.org/docs/manual/cvs_5.html#SEC54


 cvs commit: Examining .
 cvs [commit aborted]: end of file from server (consult above messages
 if any) D:\CVS\CVSwork\practice_folder

This is generally a bad sign.  There's a section of the manual on
trouble shooting a CVS server, and this looks like the symptoms of the
common problem of inetd not actually launching a CVS server, but your
previous sucessful updates tell me that something else might be wrong,
like your commit is causing a core dump.

Likely this means you have an old and buggy version of the server or a
poorly hacked version of the server.

Derek

--
Derek Price  CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net )
--
I will not squeak chalk.
I will not squeak chalk.
I will not squeak chalk...

  - Bart Simpson on chalkboard, _The Simpsons_




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



Re: (no subject)

2001-06-14 Thread Mike Castle

On Thu, Jun 14, 2001 at 01:58:11PM -0500, Alex Flores wrote:
 D:\CVS\CVSwork\practice_foldercvs update -j rel_1_0_practice
 practice_alex.cpp
 M practice_alex.cpp
 RCS file: d:/cvs/practice_folder/practice_alex.cpp,v
 retrieving revision 1.5
 retrieving revision 1.5.2.2
 Merging differences between 1.5 and 1.5.2.2 into practice_alex.cpp
 rcsmerge: warning: conflicts during merge

That this point, you need to edit the file and resolve the conflicts.

Look for lines with , ===, and  in them.  They mark the boundaries of
the conflicting areas.

 D:\CVS\CVSwork\practice_foldercvs update -j 1.5.2.2 -j 1.9
 practice_alex.cpp
 C practice_alex.cpp

I'm not sure this command makes send here.  1.9 is on the main branch,
which you said you were working on already.  So what this command will do
is create a diff between 1.5.2.2 and 1.9 and apply it.  Since that would
essentially be applying the same set of changes back onto yourself, it
doesn't seem to make much sense.

 D:\CVS\CVSwork\practice_foldercvs commit
 cvs commit: Examining .
 cvs [commit aborted]: end of file from server (consult above messages if
 any)

You can't do a commit until you resolve the conflicts above.

mrc
-- 
 Mike Castle  [EMAIL PROTECTED]  www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal (You are in a maze of twisty compiler features, all different); -- gcc

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



Re: (no subject)

2001-05-25 Thread Matthew Riechers


Jindal Shah wrote:
 
 Hi,
 I am a new comer to the world of CVS. Actually, I started using CVS only
 two days ago and
 have managed to run my code through checkouts and updates. However, I
 was not sure that
 if CVS updates executables too. Just curious. THough my installed
 version does not do it.
 
 -Jindal

If you are asking if it automatically builds the updated code into an
executable, the answer is no. It is not a build system.

-Matt

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



RE: (no subject)

2001-05-25 Thread Matthew . Helliwell

Not be default, due to the cvsignore settings. See
http://www.cvshome.org/docs/manual/cvs_18.html#SEC173

-- 
Matt


-Original Message-
From: Jindal Shah [mailto:[EMAIL PROTECTED]]
Sent: 25 May 2001 16:41
To: [EMAIL PROTECTED]
Subject: (no subject)


Hi,
I am a new comer to the world of CVS. Actually, I started using CVS only
two days ago and
have managed to run my code through checkouts and updates. However, I
was not sure that
if CVS updates executables too. Just curious. THough my installed
version does not do it.

-Jindal


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


--
If you have received this e-mail in error or wish to read our e-mail 
disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.
--

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



Re: (no subject)

2001-04-27 Thread Donald Sharp

Please feel free to peruse the archives( search for Permission denied )
and or read this:

http://www.cvshome.org/docs/manual/cvs_21.html#SEC182

odnald
On Fri, Apr 27, 2001 at 10:49:45AM +0800, casper wrote:
   I have a question of  CVS.
  When I checkout a moudle from server using pserver, there is always a message of
 cvs server: cannot open /root/.cvsignore: Permission denied
 cvs [server aborted]: can't chdir(/root): Permission denied 
 How does this happen,and how to resolve it?   
 Thanks
 
 casper
 [EMAIL PROTECTED]
 
 
 ___
 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)

2001-04-24 Thread Chuck . Irvine

See http://www.cvshome.com/communication.html

 -Original Message-
 From: rnanca [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 24, 2001 9:28 AM
 To: info-cvs
 Cc: rnanca
 Subject: (no subject)
 
 
 Please add to mailing list.
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs
 



Re: (no subject)

2001-04-19 Thread Frank Derichsweiler

On Wed, Apr 18, 2001 at 01:14:21PM -0700, mm rao wrote:
 Can you please include me in this group please. Right
 now I am not ablt to post the messages ti this group.

You have to do that by yourself:

 List-Help: mailto:[EMAIL PROTECTED]?subject=help
 List-Post: mailto:[EMAIL PROTECTED]
 List-Subscribe: http://mail.gnu.org/mailman/listinfo/info-cvs,
   mailto:[EMAIL PROTECTED]?subject=subscribe
 List-Id: Announcements and discussions for the CVS version control system 
info-cvs.gnu.org
 List-Unsubscribe: http://mail.gnu.org/mailman/listinfo/info-cvs,
   mailto:[EMAIL PROTECTED]?subject=unsubscribe
 List-Archive: http://mail.gnu.org/pipermail/info-cvs/

HTH
Frank

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



RE: (no subject)

2001-04-18 Thread Chuck . Irvine

Go to http://www.cvshome.org/communication.html#maillists and subcribe 
to [EMAIL PROTECTED] 

 -Original Message-
 From: mmrao12 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 18, 2001 3:14 PM
 To: info-cvs
 Cc: mmrao12
 Subject: (no subject)
 
 
 Can you please include me in this group please. Right
 now I am not ablt to post the messages ti this group.
 
 Thanks
 --MM.
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs
 



Re: (no subject)

2001-04-09 Thread Matt Smith

Free up some disk space in the CVS server.

I am, very sincerely and truly,
your Friend and Well-Wisher,

Matthew O. Smith
Sr. Software Engineer - Build/Release Manager

Campus Pipeline http://www.campuspipeline.com
msmithATcampuspipeline.com  (801) 485-6000 x142 or (801) 257-4142

On Mon, 9 Apr 2001, Maryane Djigal wrote:


 how can i resolve this problem?
 thanks
 M:\mdjigal\workcvs -q update (in directory
 ing_directory\florence\java\com\cadextan\JMS\florence\util\)
 can't create temporary directory
 No space left on device
 *CVS exited normally with code 1*


 ___
 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)

2001-04-09 Thread Larry Jones

Maryane Djigal writes:
 
 how can i resolve this problem?
 thanks
 M:\mdjigal\workcvs -q update (in directory
 ing_directory\florence\java\com\cadextan\JMS\florence\util\)
 can't create temporary directory
 No space left on device

By getting more disk space.

-Larry Jones

Talk about someone easy to exploit! -- Calvin

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



Re: (no subject)

2000-11-06 Thread Richa Munjal

Hi Derek,

Thanks for the prompt response .
Derek , I feel you have not understood my question correctly.
I have an RCS repository at a remote location (at a machine which is in US),
and I want to check-out , check-in the files into the remote repository
without logging on to the remote machine.

I want to do this sitting on my machine (which is in India) without even mounting the 
remote machine.
and I donot want to move to CVS or to some other Version control system.

I know this was quite possible if I moved to cvs .
In cvs it is possible by using the command:

cvs -d richam@indra:/net/jojo/home/Repository co src

assuming indra is a machine in India and jojo is a machine at some remote location.

Is something like this possible in RCS.
If yes, can you please let me know the command using which this can be done.

Your prompt help would be greatly appreciated.

Thanks
--Richa


 From [EMAIL PROTECTED] Fri Nov  3 21:15 IST 2000
 Date: Fri, 03 Nov 2000 10:58:10 -0500
 From: "Derek R. Price" [EMAIL PROTECTED]
 X-Accept-Language: en
 MIME-Version: 1.0
 To: Richa Munjal richam
 CC: [EMAIL PROTECTED]
 Subject: Re: (no subject)
 Content-Transfer-Encoding: 7bit
 X-Received: By mailgate2.Cadence.COM as HAA01916 at Fri Nov  3 07:58:13 2000
 
 Richa Munjal wrote:
 
  I am a user of RCS .
  I have all my repositories in RCS.
  These repositories are located in US.i.e they physically reside on some
  machines in US
  I want to check-out the code from RCS repositories sitting  in India
  without having to log on
  to a US machine  and without having the US machines mounted onto india
  machines.
 
  Is it possible to achive this icnRCS.
  Can some kind of wrapper be writted around RCS that can facilitate this.
 
 CVS does these things and is based on the RCS file format so changeover is
 easy.  Take a look at the CVS doc at
 http://www.cvshome.org/docs/manual/index.html and specifically, the section
 on converting from RCS: http://www.cvshome.org/docs/manual/cvs_3.html#SEC41
 .  Feel free to browse http://CVSHome.org for other general information.
 
 Derek
 
 --
 Derek Price  CVS Solutions Architect ( http://CVSHome.org )
 mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com )
 --
 Suburbia:  Where they tear out the trees and name the streets after them.
 
 

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



Re: (no subject)

2000-11-06 Thread Paul Sander

RCS is a very simple file versioning tool that provides very primitive
capabilities.  Among its missing features is access to repositories outside
of the filesystem on the local machine.

If you want that kind of access, you have no choice but to change to a
different version control system (which might entail writing your own
wrappers around RCS).

--- Forwarded mail from [EMAIL PROTECTED]

Thanks for the prompt response .
Derek , I feel you have not understood my question correctly.
I have an RCS repository at a remote location (at a machine which is in US),
and I want to check-out , check-in the files into the remote repository
without logging on to the remote machine.

I want to do this sitting on my machine (which is in India) without even mounting the 
remote machine.
and I donot want to move to CVS or to some other Version control system.

I know this was quite possible if I moved to cvs .
In cvs it is possible by using the command:

cvs -d richam@indra:/net/jojo/home/Repository co src

assuming indra is a machine in India and jojo is a machine at some remote location.

Is something like this possible in RCS.
If yes, can you please let me know the command using which this can be done.

--- End of forwarded message from [EMAIL PROTECTED]


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



Re: (no subject)

2000-11-06 Thread Richa Munjal

Hi Paul,

Can you suggest as to what kind of wrapper can be written around RCS to achive remote 
access.
I would highly apppreciate your help in this regard.

Thanks ,
--Richa

 From [EMAIL PROTECTED] Mon Nov  6 23:50 IST 2000
 From: [EMAIL PROTECTED] (Paul Sander)
 Date: Mon, 6 Nov 2000 10:33:00 -0800
 To: richam
 Subject: Re: (no subject)
 Cc: [EMAIL PROTECTED]
 X-Received: By mailgate.Cadence.COM as KAA16472 at Mon Nov  6 10:33:24 2000
 
 RCS is a very simple file versioning tool that provides very primitive
 capabilities.  Among its missing features is access to repositories outside
 of the filesystem on the local machine.
 
 If you want that kind of access, you have no choice but to change to a
 different version control system (which might entail writing your own
 wrappers around RCS).
 
 --- Forwarded mail from [EMAIL PROTECTED]
 
 Thanks for the prompt response .
 Derek , I feel you have not understood my question correctly.
 I have an RCS repository at a remote location (at a machine which is in US),
 and I want to check-out , check-in the files into the remote repository
 without logging on to the remote machine.
 
 I want to do this sitting on my machine (which is in India) without even mounting 
the remote machine.
 and I donot want to move to CVS or to some other Version control system.
 
 I know this was quite possible if I moved to cvs .
 In cvs it is possible by using the command:
 
 cvs -d richam@indra:/net/jojo/home/Repository co src
 
 assuming indra is a machine in India and jojo is a machine at some remote location.
 
 Is something like this possible in RCS.
 If yes, can you please let me know the command using which this can be done.
 
 --- End of forwarded message from [EMAIL PROTECTED]
 
 

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



Re: (no subject)

2000-11-03 Thread Derek R. Price

Richa Munjal wrote:

 I am a user of RCS .
 I have all my repositories in RCS.
 These repositories are located in US.i.e they physically reside on some
 machines in US
 I want to check-out the code from RCS repositories sitting  in India
 without having to log on
 to a US machine  and without having the US machines mounted onto india
 machines.

 Is it possible to achive this icnRCS.
 Can some kind of wrapper be writted around RCS that can facilitate this.

CVS does these things and is based on the RCS file format so changeover is
easy.  Take a look at the CVS doc at
http://www.cvshome.org/docs/manual/index.html and specifically, the section
on converting from RCS: http://www.cvshome.org/docs/manual/cvs_3.html#SEC41
.  Feel free to browse http://CVSHome.org for other general information.

Derek

--
Derek Price  CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com )
--
Suburbia:  Where they tear out the trees and name the streets after them.


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



RE: Unidentified subject!

2000-08-25 Thread Shawn Anderson



Perhaps this has something to do with cron and your tty settings.  We run
all Crons through Tcl/Expect.

msa


Hi,

Through a cron job I am executing a file which should retrive information
from cvs server and build it. When I executed from the prompt I got
everything worked , but through cron job I am getting an error message
saying "cvs not found"

Regards

Shreedhar R Bolledula

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com