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

Re: deleting older files from docroot

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Mon, 7 Dec 2009 17:10:13 -0600

On Dec 7, 2009, at 11:21, Charan Ramireddy wrote:

> We have ant script in place which exports content from svn and places
> it in docroot. There will be multiple deployments every 3 days. Is it
> possible to delete files from the docroot using the svn tag. These
> were the files that exist in the previous tag but not in the latest
> tag. Only the files that have previous tag must be deleted. Is there
> any way to do tha

Not built-in.

You could consider using using a working copy on your server instead of an export; then updating it would be as simple as running "svn up". There are downsides to consider with this approach, but it would solve the specific issue you asked about.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428023

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-08 00:11:27 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.