Re: Java and CVS

1998-10-06 Thread Mario Camou
Travis Shirk wrote: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I want my CVS repository

Re: Java and CVS

1998-10-06 Thread Alexander Davydenko
Travis Shirk wrote: > (1) I don't want CVS to try and merge .class > files and put file(s) cvsignore in the working dir and under all subdirs in the package hierarchy. > (2) people working with the repository should need to do a cvs add > on only the source file and not the new .class file. t

Re: Java and CVS

1998-10-06 Thread Michael Thome
> "Travis" == Travis Shirk <[EMAIL PROTECTED]> writes: > (CVS, sources vs. binaries, Make, javac) > Has anyone ever solved this problem. This is the first time I've really > wished for header files, because C/C++ does not have this problem during > compile time. Sure it does, just different

Re: Java and CVS

1998-10-06 Thread Bruno Boettcher
> is pretty basic, I want my CVS repository to contain only java source files. put *.class in the CVSROOT/cvsignore file of your cvs server

Re: Java and CVS

1998-10-06 Thread John Summerfield
On Mon, 5 Oct 1998, Travis Shirk wrote: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I

Java and CVS

1998-10-06 Thread Paul Michael Reilly
Travis Shirk writes: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I want my CVS

Java and CVS

1998-10-06 Thread Travis Shirk
Hello All, This post does not have anything to do with Linux, but some of you may be able to help since you're Unix users. --- I'm having some problems using CVS with a pretty large Java API. The problem is pretty basic, I want my CVS repository to contain only java source files. T