[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Change repository versioning mode

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-26 23:00:11 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.