How do you store third party libraries in your source control?
Posted
by ajma
on Stack Overflow
See other posts from Stack Overflow
or by ajma
Published on 2009-04-09T19:53:09Z
Indexed on
2010/03/14
20:55 UTC
Read the original article
Hit count: 159
version-control
How do you store third party libraries that you use in your project in your source control?
When would you store binaries in your source control?
When would you store the code in your source control?
Would you ever store both? In what situations would you do this?
(Btw, I'm using .NET but it doesn't really matter for this question)
© Stack Overflow or respective owner