Category: <span>subversion</span>

Using Git with Subversion

Do you love Git?  Are you working on a project that’s using Subversion?  Well, did you know that Git actually integrates quite nicely with Subversion right out of the box?  I’ll show you what you need to know to get started with Git and Subversion, and I’ll show you the workflow I use for keeping…

Read More

Easily Un-ignore NuGet Package Contents With Subversion

A common practice when using Subversion is to ignore build output files such as DLLs and EXEs.  However, there are times when you want to include these sorts of files, such as when you add a new NuGet package to your project.  There is a poorly-documented feature in Subversion that allows you to un-ignore files…

Read More