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
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
> "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
> 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
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
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
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