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

Re: Re: is there a way to..

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-11 14:29:13 CEST

On 10/11/07, Giulio Troccoli <Giulio.Troccoli@uk.linedata.com> wrote:
> If I understood correctly, the OP wanted to automatically delete from
> the repository the files that are not present anymore in the WC.
>
> I had the some problem and I used this
>
> svn st | grep '^!' | awk 'BEGIN{FS=" "}{print $2} | xargs svn delete
>
> and then commit the deletions.
>
> Note that svn st will show missing (from the WC) files with ! and
> unversioned files with ?, so what Matt suggested will try to remove for
> the repository unversioned files, which abviously won't work :-)

Doesn't svn_load_dirs.pl already handle all this?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 11 14:29:33 2007

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.