In SourceSafe, I can know if someone changed the file, but did not commit it, because the file will be locked.
By default, Svn does not work with locks, which is good, but how can I find out if someone changed a file and forgot to commit it?
In my work, we collect the dll on the development machine and send it to the stage, I know that the build server integrated with the subversion server solves this problem, but I do not want to do it at the moment.
PS: My task is to compile the project with the old .cs, because the programmer may not have committed.
source
share