Search Results

0
votes

.net solution subversion best practices?

Sounds like you're trying to do configuration control with a source code control system. Subversion my not be the right choice, since it's really for source code (ascii files) and build dep …
1
vote

How do you treat legacy code (and data)?

Use svn:externals to reference your legacy code as you would a third-party repository. Then you …