Folks,
Sometimes we need to have the Check-out functionality from VSS to be used in SubVersion, i.e. someone will only check-out a file/folder and nobody else can do that.
I guess this feature is not present in SVN, but can we simulate it ??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are looking for the lock command. It will prevent other users from making commits to a file or set of files until the lock is released. It is primarily intended for use when modifying binary resources that cannot be merged, such as images.
Advanced Topics: Locking
svn lock