I would use the export command to generate a clean (meaning no .svn
subdirectories) tree of that part of the working copy that you want to
remove from version control, but not delete. Put it in a temporary location.
Then remove the directories from your working copy using the normal
subversion commands. This will remove them from version control. Lastly, put
back those trees you exported into their original position, under the
working copies. Any more updates and commits will ignore these directories
now, as they are no longer under version control.
> -----Original Message-----
> From: Kenneth Porter [mailto:shiva@sewingwitch.com]
> Sent: Tuesday, February 01, 2005 7:43 AM
> To: Subversion Users
> Subject: Remove without delete
>
>
> I want to remove some subdirectories in a website from
> version control, but
> I don't want to lose the content there. These are mostly
> dynamic content
> cache areas. What Subversion command would I need to issue to
> accomplish
> that? For instance, how I would I remove /var/www/html/cache
> from revision
> control but not delete the directory or its content?
>
> ---------------------------------------------------------------------
> 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 Tue Feb 1 16:02:51 2005