svn - what are your favourite subversion tips and tricks -
After the experience with source protection and subversion, subversion is my source control of choice
.net I am developing with the command line filled with files which are not relevant and should be ignored. Since v1.5, ignoring the patterns of files and folders is a life saver that helps prevent missing files, inside of which I should check.
Another tip that I find useful is "external" register:
repo a - prag 1 - lib (retrieve the latest binary of external repo) repo (library) ) - Prage 1 - Prose 2 - Binary - v1 - Latest
In this way, when I update, I also get the latest external assemblies.
What are the tips and tricks for you as a facilitator of life, and as a developer?
Comments
Post a Comment