0
I have a web application that I develop in partnership with another programmer. There are situations where we cannot share a particular file.
Example: file nhibernate.cfg
of the briefcase bin
.
It is possible to keep two versions of the same file one for each user?
A common practice in version controls is to ignore that the file in question went to the repository, thus obliging each one to create their own version of the file. See if it fits your case.
– Rodrigo Rigotti