You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter McAlpine <pe...@gmail.com> on 2006/11/15 19:39:13 UTC

Delete from working copy only

Hello,

I check out parts of my repository with the -N option so that only the
sections of code that I care about are checked/updated when I do my
"svn st" or "svn up". Occasionally I check out things I don't really
want or finish working with parts of the repository and don't want to
look at it anymore.

Is there a way to "delete" something from my working copy so that it
still exists in the repository but doesn't get touched when I do "svn
st" or "svn up"?

-Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Delete from working copy only

Posted by Tim Hill <dr...@comcast.net>.
Just delete it as you would any other non-subversion file(s) or folder 
(s), including the .svn folders; the server has no memory of the  
checkout. The only caution here is if you have locked files; unlock  
them first.

--Tim

On Nov 15, 2006, at 11:39 AM, Peter McAlpine wrote:

> Hello,
>
> I check out parts of my repository with the -N option so that only the
> sections of code that I care about are checked/updated when I do my
> "svn st" or "svn up". Occasionally I check out things I don't really
> want or finish working with parts of the repository and don't want to
> look at it anymore.
>
> Is there a way to "delete" something from my working copy so that it
> still exists in the repository but doesn't get touched when I do "svn
> st" or "svn up"?
>
> -Peter
>
> ---------------------------------------------------------------------
> 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