svn - Removing needs-lock attribute when tagging -



svn - Removing needs-lock attribute when tagging -

i wonder if there smart way remove needs-lock attribute when branching/tagging subversion directory.

it comes useful because while in trunk need serialize access shared files, when making modifications branch integrating trunk modifications, developer assigned task.

is there smart way either ignore svn:needs-lock property during tagging (probably not) or perchance remove @ 1 time svn:needs-lock attribute recursively in directory?

thank you

svn

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -