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

Re: svn add *

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Mon, 14 Jan 2008 05:24:58 -0600

On Jan 14, 2008, at 05:05, Ryan Schmidt wrote:

> On Jan 14, 2008, at 05:04, Thufir wrote:
>
>> How can I use "svn add" to add the following in one go?
>>
>> thufir_at_arrakis ~/hasmanythrough $ svn status
>> ? app/views/shared
>> ? app/views/layouts/streamlined.rhtml
>> ? vendor/plugins/streamlined
>> ? public/overlib
>> ? public/windows_js
>> ? public/images/streamlined
>> ? public/javascripts/rico_corner.js
>> ? public/javascripts/streamlined.js
>> ? public/stylesheets/as_style.css
>> ? public/stylesheets/menu.css
>> ? public/stylesheets/streamlined.css
>> thufir_at_arrakis ~/hasmanythrough $
>
> svn add app/views/shared app/views/layouts/streamlined.rhtml \
> vendor/plugins/streamlined public/overlib public/windows_js \
> public/images/streamlined public/javascripts/rico_corner.js \
> public/javascripts/streamlined.js public/stylesheets/as_style.css \
> public/stylesheets/menu.css public/stylesheets/streamlined.css

Or perhaps you were looking for:

svn status | sed -n s/^\?//p | xargs svn add

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-14 12:26:24 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.