Tagged Questions
1
vote
6answers
280 views
How to use Subversion for non-compiled language?
I want to use Subversion with a script based development system, and was wondering what to do differently to my usual situation (C#/.NET).
The normal day-to-day update/commit cycle will work fine, as ...