RE: binary file ?

2003-04-01 Thread Gurpreet Singh (SCM)
Hi Get the files, checkin with -kb before any further revisons - this would probably work very smooth Regards Gurpreet S -Original Message- From: Ronald Petty [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:36 AM To: info-cvs Subject: binary file ? I have uploaded some

loginfo question

2003-04-01 Thread Sameer Karmarkar
Hi, I have setup CVS mail notification by including the following line in my loginfo file. ^mymodule Mail -s %s myalias I have setup only one OS user samk on my linux box but have created $CVSROOT/CVSROOT/passwd users for my project members. I would like to include the user who committed

Re: loginfo question

2003-04-01 Thread Mark D. Baushke
Sameer Karmarkar [EMAIL PROTECTED] writes: Hi, I have setup CVS mail notification by including the following line in my loginfo file. ^mymodule Mail -s %s myalias I have setup only one OS user samk on my linux box but have created $CVSROOT/CVSROOT/passwd users for my project members.

Allow root question

2003-04-01 Thread Edward MacGillivray
I am trying to setup our cvs (p)server after upgrading to RedHat 7.3 and I can not get the configuration to be like the way it was previously installed (on RedHat 7.0, with a previous version of cvs). I have successfully configured it so that cvs works under xinetd, however the problem is in

Re: Allow root question

2003-04-01 Thread Edward MacGillivray
Actually at one point I did this (ln -s /path/to/root/jail/cvsroot /cvsroot), and it did work the way I wanted. I was concerned that this would invalidate the whole root jail. I am also not in favor of having extra stuff in the root directory (/). On Tuesday 01 April 2003 12:56 pm, Mike

Re: Allow root question

2003-04-01 Thread Larry Jones
Edward MacGillivray writes: I have successfully configured it so that cvs works under xinetd, however the problem is in regard to the root of the repository. Previously the root was /cvsroot, and now when I ask for a status of already checked out material it indicates that the root is

directory not relative within the depository

2003-04-01 Thread jdaues
Newbie error: Trying to create a project from source code Source code is on cdrom in /mnt/cdrom/Foo/ CVSROOT is set to /usr/local/cvs-repository Created repository with: cvs -d /usr/local/cvs-repository init Create /usr/local/cvs-repository/Foo Command is (after 3.1.1. in cederqvist): cvs

RE: loginfo question

2003-04-01 Thread Silton, Rick
You might look in section C.8 - Expansions in administrative files in the Cederqvist. I haven't tried it, but was looking there just today for something and noticed it talking about user info. - Rick -Original Message- From: Sameer Karmarkar [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: directory not relative within the depository

2003-04-01 Thread Eric Siegerman
On Tue, Apr 01, 2003 at 02:26:20PM -0700, jdaues wrote: Newbie error: Trying to create a project from source code Source code is on cdrom in /mnt/cdrom/Foo/ CVSROOT is set to /usr/local/cvs-repository Created repository with: cvs -d /usr/local/cvs-repository init Ok so far. Create

Moving branch to trunk

2003-04-01 Thread Ed Swierk
A long time ago, we started a new branch that has since become the main development line. A few changes occurred on the trunk as well but that line has effectively died out. Now I would like to merge everything from the branch into the trunk, ignoring any changes made in the trunk since the

Re: Moving branch to trunk

2003-04-01 Thread Eric Siegerman
On Tue, Apr 01, 2003 at 05:39:15PM -0800, Ed Swierk wrote: Now I would like to merge everything from the branch into the trunk, ignoring any changes made in the trunk since the branch was created and removing any files in the trunk that are not present in the branch.

Ignore local changes?

2003-04-01 Thread Wade Williams
I've got a file which I must make changes to on my system. However, I don't ever want my changes put back into the repository. Currently, I handle this by removing the file and re-updating the file from the repository before doing a commit. But is there a way I can tell CVS - always update