Hi, Is there any way in SVN to mandate the user to check in all the files he modified at a time?. Problem is people are checking in the code one by one and in between his checkins, If I get the code from svn, I am getting build failures. I come across the concept of changelist. But it is not a mandatory one. Can we have any concept like transaction and restricting the user to check in all the files he modified ( If he dont want to checkin some file he may revert the changes for unwanted files)
--> begin transaction --> modify files --> ci transaction (All files at a time) . Thanks, Babji