Is it possible to have an inconsistent branch/tag with SVN due to concurrent commit action?
Posted
by maraspin
on Stack Overflow
See other posts from Stack Overflow
or by maraspin
Published on 2010-04-17T22:38:18Z
Indexed on
2010/04/17
22:43 UTC
Read the original article
Hit count: 263
I'm trying to understand whether subversion has its own mechanisms for regulating concurrent user activities on the trunk (IE a branch/tag action and a commit action happening at the same time) or if it's up to the users to sync between themselves before acting on the trunk.
I've been trying to find documentation about this on the net but haven't been able to come up with something, so I appreciate if someone can enlighten me on the topic.
Thank you in advance!
© Stack Overflow or respective owner