At SourceSafe, I can know if someone modified a file but dont commited, because file will be locked.
By default Svn don´t work with locks, it´s good, but how can I know if someone modified any file and forgot to commit?
At my work, we compile dlls at development machine and send to staging, I know that build server integrated with subversion server resolve this problem, but I dont want do this at moment.
Thanks
PS:My concern is to compile a project with old .cs, because the programmer may not have made the commit.