I am using Visual Studio and nuget packages.
I am starting to use svn for all my work.
I am not willing to let nuget download the packages on build time. I want to keep the packages directory committed to the repository.
If i check out the project just to update the nuget packages and immediately commit them adding a tag, hat means that i have a trunk version with previous nuget packages?
Also nuget seems not to delete the old packages after update. I would delete the directories manual and commit. Correct?
In general what should be my correct strategy if wanted to keep nuget packages in repository?