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

Re: users Digest of: thread.15530

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Thu, 17 Jan 2008 09:34:53 -0600

On Jan 15, 2008, at 15:59, Reedick, Andrew wrote:

>> -----Original Message-----
>> From: michael [mailto:cs_at_networkingnewsletter.org.uk]
>> Sent: Tuesday, January 15, 2008 4:41 PM
>> To: users_at_subversion.tigris.org
>> Subject: Re: users Digest of: thread.15530
>>
>>
>> I too would like something like CVS' release. ie a ''clean'' way to
>> remove a working copy that, say, checks everything's been commited
>> and
>> then removes the given directory locally and removes all notes in the
>> repository 'admin' that I'd checked out the project. (I presume there
>> is
>> some 'admin' mechanism that tracks who's checked out what?)
>
> Run 'svn status' to get a list of outstanding items in your
> workspace. Resolve any issues. If you use locks, then you would need
> to 'svn unlock' your locks. There's no built-in automated way of
> doing
> so since locks aren't normally used. Run 'svn status' again
> because you
> just know you've missed something. Then run 'rm -rf' or deltree or
> 'rd
> /s/q' or 'degauss' on the workspace.
>
> Unlocking stuff you locked in this workspace:
> svn status | grep '^.....K' | sed 's/^...... //' | xargs svn
> unlock

And no, there is no mechanism in the repository that keeps track of
who checked out what. When you're done with a working copy, just
delete it from your local disk and you're done.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-17 16:35:29 CET

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.