2
votes
How do I keep Resharper Files out of SVN?
Short answer: the "svn:ignore" property
Long answer:
# cd /your/working/copy
# export EDITOR=vi
# svn propedit svn:ignore .
(add "_Resharper.ProjectName" o …
2
votes
What is a good, non-distributed, alternative to subversion that has excellent branching and merging support?
Did you ever ask yourself why you have so many branch/merge operations? Is there a way to simplify your development process?
Subversion, IMHO, is a good application of the KISS (Keep it si …
