RE: CVS setup

2001-04-06 Thread Anders Truelsen
Hi David, I've been using CVS to control out install shield setups with spaces and all for a couple of years now and I've never experienced any problems. Just yesterday I created a bunch of modules with with spaces in their names and it seemed to work just fine, though I'm getting slightly

pserver problems

2001-04-06 Thread MOHIT A LAD
Hi, I'm having some problems with the pserver of cvs. My setup: = redhat 6.2 kernel2.2.14-12 cvs1.10.7 On server side: === 1 following line in /etc/inetd.conf (all on one line) cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/usr/local/cvsdb pserver 2in

RE: Module variable

2001-04-06 Thread Nick Flowers
Larry/Laine - Thanks for the advice. I did not read the contents of that URL you sent until Laine's posting. It was just what I needed. Thanks, Nick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 April 2001 22:40 To: [EMAIL PROTECTED] Cc: [EMAIL

Re: cvswrappers - any better suggestions ?

2001-04-06 Thread Alexander Kamilewicz
"David H. Thornley" wrote: Here's the situation I'm looking at. We do most of our work in conventional programming languages like C++ and Java and Perl, and these work very well with CVS. We use HTML for some documentation, and that generally works well (although I have little experience

Re: Latest core CVS source

2001-04-06 Thread Larry Jones
Tony Hoyle writes: The makefiles are corrupt (at least on the Linux box I tried it on). It doesn't even start compiling. There's also a missing variable (client_active) referenced in 4 or 5 places in the code. Linux is one of the nightly testing platforms and that works fine, so I'm not

Re: Question about cvsGUI

2001-04-06 Thread Larry Jones
[EMAIL PROTECTED] writes: 3.I get a problem that I can't checkout from server, the message display in the screen is : "cvs -q checkout abc (in directory C:\temp\temp\temptest) cvs [checkout aborted]: end of file from server (consult above messages if any) Please

Re: How to fix revision tree?

2001-04-06 Thread Larry Jones
Nils Jakobson writes: Can these unchanged 1.1.1.1-files cause troubles? Is there a way to = remove the 1.1.1.1 branch or force the file to next trunk revision? No, that's perfectly normal. Do a ``cvs status'' on one of the troublesome files and let us know what it says. -Larry Jones I'll

Re: pserver problems

2001-04-06 Thread Larry Jones
MOHIT A LAD writes: My setup: = redhat 6.2 kernel2.2.14-12 cvs1.10.7 I strongly suggest upgrading to the current release (1.11), which you can get from www.cvshome.org, but that isn't what's causing your problem. 1 export CVSROOT=:pserver:mohit@baharat:/usr/local/cvsdb 2 cvs

Re: CVS setup

2001-04-06 Thread Larry Jones
Anders Truelsen writes: I've been using CVS to control out install shield setups with spaces and all for a couple of years now and I've never experienced any problems. Just yesterday I created a bunch of modules with with spaces in their names and it seemed to work just fine, though I'm

Getting import tags

2001-04-06 Thread Jim Harkins
This seems like a silly question that I should be able to get the answer to, but danged if I see it. A while ago I imported vendor source code, and I've been changing said code. Now the vendor has updated their code, so I want to import it again. How do I get the vendor tag and release tags I

Re: Getting import tags

2001-04-06 Thread Stephen Rasku
Jim Harkins wrote: This seems like a silly question that I should be able to get the answer to, but danged if I see it. A while ago I imported vendor source code, and I've been changing said code. Now the vendor has updated their code, so I want to import it again. How do I get the vendor

Re: Getting import tags

2001-04-06 Thread Larry Jones
Jim Harkins writes: How do I get the vendor tag and release tags I used in the original import? Pick a representative file and do ``cvs status -v'' on it. The tag for branch 1.1.1 is the vendor tag and the other tags on that branch are the release tags. -Larry Jones But Mom, frogs are our

RE: CVS setup

2001-04-06 Thread Jerry Nairn
Also worth mentioning in this thread is the fact that most of the files generated by InstallShield and the associated tool, Package for the Web, are ordinary text. Jerry ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: CVS setup

2001-04-06 Thread David H. Thornley
Jerry Nairn wrote: Also worth mentioning in this thread is the fact that most of the files generated by InstallShield and the associated tool, Package for the Web, are ordinary text. Jerry Yes, that's what I was told, and that's one thing that makes me unwilling to zip everything up and

RE: Latest core CVS source

2001-04-06 Thread Ross Smith
From: Larry Jones It looks like it's rebuilding a bunch of automake/autoconf files that shouldn't need to be rebuilt Right. On a pristine ccvs, I ran ./configure. Then I ran make and it complains and wants to rerun ./configure (see Listing 1). Go figure. BTW, the same thing happens on

Re: Latest core CVS source

2001-04-06 Thread Larry Jones
Ross Smith writes: Right. On a pristine ccvs, I ran ./configure. Then I ran make and it complains and wants to rerun ./configure (see Listing 1). Go figure. That's because when you check things out of CVS, the files' timestamps are set to the current time rather than the time they were

EDITOR

2001-04-06 Thread cherry Jacky
Hi all: I have set both $CVSEDITOR and $VISUAL in my working environment to vi. I was expecting to see a vi editor shows up when I commit a file but I didn't. Do I miss something here? This is what I did. % %setenv CVSEDITOR vi %setenv VISUAL vi %cvs commit main.C % % % % best regards,

Re: CVS setup

2001-04-06 Thread Laine Stump
Jerry Nairn [EMAIL PROTECTED] writes: Also worth mentioning in this thread is the fact that most of the files generated by InstallShield and the associated tool, Package for the Web, are ordinary text. Yes, the unfortunate part is that InstallShield insists on using long names with embedded

Re: EDITOR

2001-04-06 Thread Ashley M. Kirchner
cherry Jacky wrote: %setenv CVSEDITOR vi Try 'setenv EDITOR vi' (although this will change your global value, so that it applies to everything calling the $EDITOR variable, not just CVS) AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere.

Re: EDITOR

2001-04-06 Thread Larry Jones
cherry Jacky writes: I have set both $CVSEDITOR and $VISUAL in my working environment to vi. I was expecting to see a vi editor shows up when I commit a file but I didn't. What happened instead -- did you get a different editor, were you prompted to enter a log message, or did it just

Re: CVS setup

2001-04-06 Thread Larry Jones
Laine Stump writes: Yes, the unfortunate part is that InstallShield insists on using long names with embedded spaces for directories and files, which leads to odd inconveniences occasionally (eg, cvs -n update doesn't work properly, What goes wrong? you can't use "find . -print | xargs

Re: CVS setup

2001-04-06 Thread Laine Stump
[EMAIL PROTECTED] (Larry Jones) writes: Laine Stump writes: Yes, the unfortunate part is that InstallShield insists on using long names with embedded spaces for directories and files, which leads to odd inconveniences occasionally (eg, cvs -n update doesn't work properly, What

Re: Latest core CVS source

2001-04-06 Thread Laine Stump
[EMAIL PROTECTED] (Larry Jones) writes: That's because when you check things out of CVS, the files' timestamps are set to the current time rather than the time they were committed (for good reason) I thought that was only the case for updates, not for checkout. The initial checkout gives

Re: CVS setup

2001-04-06 Thread Eric Siegerman
On Fri, Apr 06, 2001 at 03:00:37PM -0400, Larry Jones wrote: You can if you have the GNU versions of find and xargs: find . -print0 | xargs -0 ... (Actually, all you need is GNU xargs: find . -print | tr '\n' '\0' | xargs -0 ... Well, GNU's find and xargs are distributed in

Re: CVS setup

2001-04-06 Thread Larry Jones
Eric Siegerman writes: On Fri, Apr 06, 2001 at 03:00:37PM -0400, Larry Jones wrote: (Actually, all you need is GNU xargs: find . -print | tr '\n' '\0' | xargs -0 ... Well, GNU's find and xargs are distributed in the same package (findutils), so this shouldn't be too much of

jailing list!

2001-04-06 Thread mm rao
I would like to be in the CVS-Info mailing list. Please add me or tell me hoe to subscribe. _Thanks -MM __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re: Latest core CVS source

2001-04-06 Thread Larry Jones
Laine Stump writes: [EMAIL PROTECTED] (Larry Jones) writes: That's because when you check things out of CVS, the files' timestamps are set to the current time rather than the time they were committed (for good reason) I thought that was only the case for updates, not for checkout.

Re: jailing list!

2001-04-06 Thread Larry Jones
mm rao writes: I would like to be in the CVS-Info mailing list. Please add me or tell me hoe to subscribe. It's in the headers of every message (although you may have to beat your mailer to get it to show you all the headers): List-Subscribe: http://mail.gnu.org/mailman/listinfo/info-cvs,

RE: Latest core CVS source

2001-04-06 Thread Ross Smith
From: Larry Jones After running make, which reruns aclocal, autoconf, (automake?) and ./configure, I tried running 'cvs diff -u', but I get "connection reset by peer". That indicates a (hopefully) temporary server problem -- please try it again. What I want to know is how the

moving modules from one repository to another with all details

2001-04-06 Thread Sudarshan
hi i have created a repository in /projects. where i had a module called projsudhi. which i have subjected to lot of changes. now i want to move that module to new cvs root under /projects/project2 not as the new module but with the module which has all the earlier modifications into it from the