Project

General

Profile

Actions

Subversion


General information

Installation

How To

Lock a svn repo subfolder

Lock a branch so that no more commits can be made. In a fresh checkout you can lock the whole directory in zsh with

 svn lock <root>/**/*(.) 

in bash with

find <root> -type f | xargs svn lock

or by using Tortoise Lock.

Updated by Andreas Müller almost 2 years ago · 7 revisions