Every coworker works on a copy of the same VPC and uses Tortoise to commit files. Some questions have arisen due the fact all VPC's have the same host-name and commit to the same repository. Questions about whether this will or not lead to corruption or conflicts of any sort in the repository.
I initially believed that this would not pose any problem since commits are atomic and subversion does not care about the host-name of the committing machine. But I just can't find any source stating this as a true fact.
So the question is, are there any concerns that need to be considered when committing files from multiple VPC's that all have the same host-name?