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

Re: adding all unversioned files (except ignored ones)

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-02-14 05:03:37 CET

On 2/13/06, Matthew Willis <mwillis@ecornell.com> wrote:
>
>
> svn status -u | grep "?" | awk '{print $2}' | while read i ; do svn
> add "$i" ; done

I last touched a real unix shell years ago... How is this different than:
"svn add . --force"

In limited testing here, it seems to work just as Dan wants.
Received on Tue Feb 14 05:05:06 2006

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.