Re: Any ideas about WinCVS crashing out of the blue?

2002-04-03 Thread Joi Ellis
AV problems often report the error you're seeing to the JBuilder newsgroups. If your machine's NAV automatically updates itself, such an update might trigger a sudden conflict with an existing application. -- Joi EllisSoftware Engineer Aravox Technologies

Re: Re: Problems using CVS transparently

2002-04-05 Thread Joi Ellis
out JBuilder's file handling in the past. Is META-CVS a drop-in replacement for cvs? Is its output radically different from regular CVS? -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus Free

RE: problem of giving LOCK to one file

2002-04-05 Thread Joi Ellis
l environment. We consider the Makefile to be part of the project, and everyone uses the same copy. It's just written smart so that stuff which varies local can be overridden. Those who can't deal with variables make their own little launch command. mymake: #!/bin/

repository orgnization

2002-04-08 Thread Joi Ellis
ything by a logical module name, what other problems are the guys going to run into, if any? (I already know that at least some cvs applications like JBuilder won't grok nested modules.) -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL

Re: PROPOSAL: Addressing the list's spam issue: was: [GB2312] ±ÜÃâåeÎóµÄÍâÙQÐÐäN·½Ê

2002-04-08 Thread Joi Ellis
joined this list last week, and it's the noisest list I've ever seen. I think your proposal is a fine way to reduce the spam problem. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux

Re: .cvsrc files

2002-04-09 Thread Joi Ellis
out, update, and tag without a .cvsrc file. I haven't tried to code up a commit routine, but if tag will work, I think commit will also. (My code is tested with repositories that use pserver and local access.) -- Joi EllisSoftware Engineer Aravox Technologies [EM

Re: inetd.conf problem

2002-04-11 Thread Joi Ellis
ith all of your repositories, then call that shell script from inetd.conf instead of cvs pserver directly. That's how I did it on one of my RH 6.2 boxes. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we th

Re: Too many files open error on CVS/Linux

2002-04-17 Thread Joi Ellis
handles, and you can simply cat a new value into it to increase the number. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is that it

Re: Which dowload to use for Red Hat 7.2 i586?

2002-04-26 Thread Joi Ellis
The 686 binary *might*, but I wouldn't be shocked if it doesn't. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux versus FreeBSD, etc., the one thing I really like about Linux is th

Re: Disabling -n option to commit/rtag

2002-04-26 Thread Joi Ellis
he common global -n, not the common client -n. > then you aren't committing anything, just going through the motions, > and no commitinfo should be run. > > Am I missing something? Sort of. ;) -- Joi EllisSoftware Engineer Aravox Technologies

RE: merge mode for XMLp

2002-04-29 Thread Joi Ellis
length of 40 characters, the growth in an html file that contains newlines is only 5%. If the file is already so large than an extra 5% is noticable, you have other problems. You'll see more degradation by using whitespace to indent the markup than you will from the use of newlines. -- Joi

Re: Moving CVS repository

2002-05-01 Thread Joi Ellis
ther than a 'cp' because some of our modules are nested and I don't trust the Root file to be identical all through the tree. Maybe they are, maybe they aren't. It also makes it easier to repair damage should some foolish programmer have a file named 'Root' with other

Re: [OT] Example for Perlwrapper around cvs login?

2002-05-02 Thread Joi Ellis
#warn( "GOT $len bytes: ", $buf ); $output .= $buf ; # } if ( $len == 0 ) { #warn( "EOF on filehandle detected, removed from selector" ); $selector->remove($fh); } } } @temp = split(/\n/,$output); foreach (@temp) {

Re: Moving CVS repository

2002-05-02 Thread Joi Ellis
On Thu, 2 May 2002, Greg A. Woods wrote: > [ On Thursday, May 2, 2002 at 13:39:06 (-0400), Eric Siegerman wrote: ] > > Subject: Re: Moving CVS repository > > > > On Wed, May 01, 2002 at 01:42:44PM -0500, Joi Ellis wrote: > > > find . -type f -name 'Root'

Re: ant and cvs directory structure?

2002-05-13 Thread Joi Ellis
or deal with jar file handle conflicts. I use JBuilder rather than ant, but the tool doesn't matter that much. Ant is a fine, java-based make replacement but I just haven't needed it for more than building one or two 3rd party libraries. > > what do you people usually do? > > th

Re: How to keep unix eoln in repository

2002-05-14 Thread Joi Ellis
and a DS window accessing the same source files via a samba mount. (Our samba doesn't enable the auto-eoln setting.) JBuilder is another such editor, if you're doing java. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTE

Re: How to keep unix eoln in repository

2002-05-14 Thread Joi Ellis
ng Windows editors is the best solution. At the very least, invest in a smarter editor for the developers who insist on involving two different platforms in their development process. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No

Re: CVS vs VSS

2002-05-16 Thread Joi Ellis
ntary cvs access within the ide that way. > I would appreciate any answers or places where I can find answers. You can ask JBuilder specific questions on Borland's newsgroups: http://www.borland.com/newsgroups/ news://newsgroups.borland.com/borland.public.jbuilder.team-development -- Joi

Re: problem when using shell script to checkout huge binary files(>70MB)

2002-05-21 Thread Joi Ellis
in size, the windows process dies with an out-of-memory error. I've seen this happen on a coworker's win2k box, while I can manipulate the same file on my linux system without problems. -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED],

Re: export command help

2002-05-22 Thread Joi Ellis
and. however, there is no revisions or anything to > this project it is still in its initial state. what do > i do? > I use something like: cvs export -D tomorrow module -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED]