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

Re: undo checkout

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-01-28 06:31:29 CET

On Thu, 2005-01-27 at 23:43, David S. wrote:
> Some version control systems have the notion of undo check-out. In can
> see that with Subversion you can revert.

'svn revert' is used to undo the changes you make. You can't
undo a checkout with 'svn revert'.

Checkout in subversion means, you get a local copy of the repository,
or a portion of the repository. The server does not keep track of
working copies - If you need to get rid of a working copy, just
delete it.

> But what if you want to
> eliminate your view altogether? Do you just delete the directory?
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 28 06:39:12 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.