Storing third-party libraries in source control
Posted
by graham.reeds
on Stack Overflow
See other posts from Stack Overflow
or by graham.reeds
Published on 2008-09-08T05:25:01Z
Indexed on
2010/06/08
0:32 UTC
Read the original article
Hit count: 409
version-control
|library
Should libraries that the application relies on be stored in source control? One part of me says it should and another part say's no. It feels wrong to add a 20mb library that dwarfs the entire app just because you rely on a couple of functions from it (albeit rather heavily). Should you just store the jar/dll or maybe even the distributed zip/tar of the project?
What do other people do?
© Stack Overflow or respective owner