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

Re: Svn add question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-04 22:28:56 CEST

On 10/4/07, Reuben Avery <reuben@swirl.net> wrote:
> Hmm.. This script sure looks complicated.
>
> Isn't there a nifty Unix way to use grep to do this?
>
> For example, I can delete results of a find command by using -exec ala
> find . -name "Thumbs.db" -exec rm {} \;
>
> But I cannot figure out how to do the same through grep.. it would look
> something like this conceptually:
> svn status | grep "^A" -exec svn del {} \;
>
> My unix hacker skills are rather limited, I am afraid..

Please use Reply To All to keep discussion on-list.

Why do you need to pick the script apart? Just run it. It will figure
out what needs to be added, what needs to be deleted, and perform the
commit for you.

>
> On 10/4/07 12:54 PM, "Andy Levy" <andy.levy@gmail.com> wrote:
>
> > svn_load_dirs.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 4 22:29:21 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.