Re: added text file as binary, want to change it to text

2002-04-17 Thread Paul Sander
First, see if doing a "cvs admin -kkv" on the file produces meaningful results for you. If it doesn't, you'll have to re-add the file under a different name. (CVS' remove and add functions recycle the existing revision history, with all of its RCS attributes preserved.) If neither of these opti

File added but it isn't in repository

2002-04-17 Thread Peter Kesch
hi we have changed the for a file in the repository by : $ move treeMeinWissen.java TreeMeinWissen.java $ cvs remove treeMeinWissen.java $ cvs add TreeMeinWissen.jave $ cvs ci treeMeinWissen.java TreeMeinWissen.java but after a 'cvs up' or 'cvs co w3l' the files TreeMeinWissen.java and tre

Disallow multiple checkouts

2002-04-17 Thread Iqbal Shaikh
Hi all, Just wanted to know how to disallow multiple checkouts of the same file. How to apply it to the entire cvs repository. Is there any administrative file in CVSROOT dir, that you need to edit. Please respond Thanks and Regards iqbal __

RE: Importing a directory tree with empty subdirectories

2002-04-17 Thread Ramón van Alteren
> A query, > Can I import a directory tree with empty subdirectores into > a cvs repository. Should be no problem I think > I tried importoing thro' wincvs client, the tree did not get imported. > Only when i inserted dummy files in the subdirectories the entire tree > got imported. Are

CVS commitinfo

2002-04-17 Thread Eric Fried
Hi,   I just started trying to work with some of the admin features in CVS; particularly with commitinfo.  I am trying to write a validation script which will compile code prior to allowing commits.  Running into some snags;             a) Where are the working copies of the file?        

can different files be diff ed?

2002-04-17 Thread Anshuman Kanwar
Hi all, I have a peculiar problem. I need to run nightly comparisons of configuration files that have been checked in from two different routers. (In my case any difference would mean that one of the routers does not have the latest update of the config.) So is there any way I could do a cvs

Re: password on command line of "cvs login", How to ?

2002-04-17 Thread R P Herrold
On Wed, 17 Apr 2002, Joi Ellis wrote: > On Wed, 17 Apr 2002, Shailesh Garg wrote: > > > I am preparing a batch file. > > > > Any suggestion? > > I have a perl routine that does it using IPC::Open3 and IO::Select. > It launches cvs as a child process and sends the password to the child's > st

Automatically have winCVS place version string in code.

2002-04-17 Thread Howard Chandler
CVSers Is there a way that winCVS can be set up to do some kind of a string replacement so that a tag can be placed in a version string in my code. This should happen when doing a commit I would think. We're always forgetting to update the version string and of course this confuses the heck out

Re: CVS commitinfo

2002-04-17 Thread Larry Jones
Eric Fried writes: > > This is a multi-part message in MIME format. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > I just started trying to work with some of the admin features in CVS; > particularly with commitinfo. I am trying to write a valid

Re: Lying about the author (and so).

2002-04-17 Thread gabriel rosenkoetter
On Wed, Apr 17, 2002 at 09:22:19AM -0700, EXT-Corcoran, David wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > You should _NOT_ use 'cvs import' _unless_ you're managing third-party > > code. > This conflicts with another opinion I found on usenet (link below): It's also, inciden

Re: can different files be diff ed?

2002-04-17 Thread Larry Jones
Anshuman Kanwar writes: > > So is there any way I could do a cvs diff of 2 different files? No. -Larry Jones Some people just don't have inquisitive minds. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/in

Re: Automatically have winCVS place version string in code.

2002-04-17 Thread Larry Jones
Howard Chandler writes: > > Mime-Version: 1.0 (Apple Message framework v481) > Content-Type: multipart/alternative; boundary=Apple-Mail-21--39916071 Please don't send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE. > Is there a way that winCVS can be set up to do some k

Re: can different files be diff ed?

2002-04-17 Thread gabriel rosenkoetter
On Wed, Apr 17, 2002 at 03:02:13PM -0400, Larry Jones wrote: > Anshuman Kanwar writes: > > So is there any way I could do a cvs diff of 2 different files? > No. ... though you're welcome to diff the two files in your sandbox after a checkout. (Unless you're on a system that lacks diff(1). But th

cvs prune question

2002-04-17 Thread Daniels, Dave F
Hi, When updating a module using the command 'cvs update', CVS prints lines which look something like this. M project/src/com/company/Test1.java M project/src/com/company/Test2.java P project/src/com/company/Test3.java I know the M means merge, and I suspect the P means prune. Can someone c

Re: paranoid administration mode in cvs?

2002-04-17 Thread Greg A. Woods
[ On Wednesday, April 17, 2002 at 11:43:52 (-0400), Shane McDaniel wrote: ] > Subject: paranoid administration mode in cvs? > > The manager for our software wants it so that only a select group of > people can authorize commits to the CVS Rep. However since the person > who commits the file gets

Re: can different files be diff ed?

2002-04-17 Thread Greg A. Woods
[ On Wednesday, April 17, 2002 at 11:23:28 (-0700), Anshuman Kanwar wrote: ] > Subject: can different files be diff ed? > > So is there any way I could do a cvs diff of 2 different files? Of course, a > little shell script can check out the files and do the same thing, but it > would be more clean

Re: cvs prune question

2002-04-17 Thread Larry Jones
Daniels, Dave F writes: > > I know the M means merge, and I suspect the P means prune. No, it means "patch". See the manual: -Larry Jones Something COULD happen today. And if anything DOES, by golly, I'm going to be ready for i

RE: Lying about the author (and so).

2002-04-17 Thread Greg A. Woods
[ On Wednesday, April 17, 2002 at 09:22:19 (-0700), EXT-Corcoran, David wrote: ] > Subject: RE: Lying about the author (and so). > > > You should _NOT_ use 'cvs import' _unless_ you're managing third-party > > code. > > This conflicts with another opinion I found on usenet (link below): You'll f

CVS 1.11.2 Released!

2002-04-17 Thread Derek Robert Price
It's been almost a year since the last release, but CVS 1.11.2 has finally been released. It has quite a few bug fixes and a few enhancements. We recommend an upgrade. Take a look at the NEWS file

AW: Is this a bug ???

2002-04-17 Thread Peter Kesch
Sorry i forget to tell it ... The server is a RedHAt 6.2 Linux with cvs-1.11.1p1 ... The client which produce this error was win 2000 with the cvs dos client version 1.10.5 I think th problem is that windoof is not casesensitiv and because of that i can a file named like TreeMeinWissen.ja

Too many files open error on CVS/Linux

2002-04-17 Thread Brett G. Palmer
We run cvs on Redhat 7.0.  CVS runs well for a few weeks but then we startto get errors saying the following:cvs server: cannot open .cvsignore: Too many open filescvs server: cannot open .cvswrappers: Too many open filescvs server: cannot open current directory: Too many open filesWe usual

Re: Too many files open error on CVS/Linux

2002-04-17 Thread Joi Ellis
On Wed, 17 Apr 2002, Brett G. Palmer wrote: > We run cvs on Redhat 7.0. CVS runs well for a few weeks but then we start > to get errors saying the following: > > cvs server: cannot open .cvsignore: Too many open files > cvs server: cannot open .cvswrappers: Too many open files > cvs server: can

Re: Too many files open error on CVS/Linux

2002-04-17 Thread Kaz Kylheku
On Wed, 17 Apr 2002, Brett G. Palmer wrote: > Date: Wed, 17 Apr 2002 16:10:35 -0600 > From: Brett G. Palmer <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [info-cvs] Too many files open error on CVS/Linux > > We run cvs on Redhat 7.0. CVS runs well for a few weeks but then we start > to

Re: CVS 1.11.2 Released!

2002-04-17 Thread Noel Yap
Grrr! It looks like the advisory locks patch still didn't make it in. I think the patch have all the necessary requisites (doc and test patch). Is it still missing something? Noel --- Derek Robert Price <[EMAIL PROTECTED]> wrote: > It's been almost a year since the last release, but > CVS 1.11

Re: Good CVS Admin Docs

2002-04-17 Thread Noel Yap
What about them were weak? Noel --- Ricardo Bosch <[EMAIL PROTECTED]> wrote: > I thought the docs on cvshome.org were weak, where > else can I look? > > > thanks > rickb > ___ > Info-cvs mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/l

Re: Too many files open error on CVS/Linux

2002-04-17 Thread Robert J. Clark
On Wed, 17 Apr 2002 16:10:35 -0600 "Brett G. Palmer" <[EMAIL PROTECTED]> wrote: > We run cvs on Redhat 7.0. CVS runs well for a few weeks but then we > start to get errors saying the following: > > cvs server: cannot open .cvsignore: Too many open files > cvs server: cannot open .cvswrappers: T

Good CVS Admin Docs

2002-04-17 Thread Ricardo Bosch
I thought the docs on cvshome.org were weak, where else can I look? thanks rickb ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs