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

Re: removing missing files/directories?

From: Julien ALLANOS <julien.allanos_at_aql.fr>
Date: 2005-07-13 20:11:19 CEST

Quoting Bob Proulx <bob@proulx.com>:

> Julien ALLANOS wrote:
>> Quoting Gary Thomas <gary@mlbassoc.com>:
>> >% svn status | fgrep '\!' | awk '{print $2;}' | xargs svn rm
>> >
>>
>> Heh, unfortunatly it's not as simple as that, as I'm using a Windows shell
>> :)
>
> Ugh. I would redirect the output to a doit.bat file. Then edit the
> file with an editor and create the commands to do what you want
> there. You should be able to create the commands easily in a
> reasonable editor. Then run the resulting bat file.
>
> Actually, what I would really do is to install the Cygwin toolkit and
> run the originally suggested commands. It is free and very useful.

Yes, I'm aware of Cygwin, but here we don't have permissions to install
additional software.

>
>> Is there any change that a new option to svn remove would appear to
>> ease this process?
>
> This is such a low use case that I don't think an option is really
> needed. How often does this happen?
>
> Bob

I agree this is not a daily need, but it might happen from times to times...

-- 
Julien ALLANOS
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 13 20:15:45 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.