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

Re: How do I remove a directory (or file) under version control (opposite of "svn add")

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2005-12-31 14:24:05 CET

On 12/31/2005 6:26 AM, Nagy Zoltán wrote:
> Hi!
>
> I need to remove a directory under version control, but must keep this
> directory in local wokring copy. Unfortunately "svn delete" not just
> remove under version control, but kill my directory (or file) from the
> working copy after commit. So, how do I change a versioned file to be
> unversioned, without local remove? (opposite of "svn add")

I haven't tried this, but I think the following two steps will work:

svn export the directory
svn delete the URL to the directory

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 31 14:26:08 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.