← Back to team overview

ooc-dev team mailing list archive

Class files in source repos

 

Hey all,

Compiled .class files are getting versioned along with the sources.
It's making the checkouts impressively large (my initial checkout was
30+mb). I'm not sure how easy it is to fix with svn, but with git all
that needs to be done is a few git rm's, and adding *.class to
.gitignore. Are the .class files versioned for a reason, does anyone
have anything against cleaning up the repos?

Justin



Follow ups