Putting a versioned-but-not-via-source control project in source control
- by Emilio
I have some old code (an old but still maintained VB6 application) that from a source control point of view is the ultimate example of the plumber's plumbing (or cobbler's shoes). It's been version controlled by the approach of making a new directory for each version.
Are there any major downsides to taking the following approach?
Do the…