Is Subversion's 'Lazy Copy' still lazy when overwriting a previously deleted file?
- by JW
Is Subversion's 'Lazy Copy' still lazy when overwriting a previously deleted file?
I store my externals in a separate folder for each version: i.e say for dojo I'd have:
webroot\
scripts\
dojo-v-1.0.0\
dojo-v-1.1.0\
etc.
By doing this, for me at least, I feel it makes it easier to switch over to a new version.
By only adding each new…