On 10/26/05, Eduardo G. Ferreira <eferreira@engesis.com> wrote:
> Hi, i was testing Subversion and created a repository using the
> Lock-Modify-Unlock mode. Now iŽd like to keep this repository, but
> change to Copy-Modify-Merge mode.
> How can i do this please?
>
Remove svn:needs-lock properties. Locking behavior is controlled
by those properties on individual files, possibly use svnadmin or
svnlook to remove any locks present. The repository itself does
not have a "Lock-Modify-Unlock" mode, that is a pattern of usage
that is allowed by certain functionality, so just change the usage
of the repository and you are in "Copy-Modify-Merge" mode. The
repository itself is the same.
More detail:
http://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html
http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.lslocks.html
http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.rmlocks.html
Josh
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 26 23:02:29 2005