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

Re: Using svn in a unix pipe

From: Ryan Schmidt <subversion-2006Q2_at_ryandesign.com>
Date: 2006-05-02 22:44:32 CEST

On May 2, 2006, at 22:17, Steven Elliott wrote:

> svn st | egrep “\?” | sed ‘s/\?\(.*\)/ \1/’ | svn add

I do not believe "svn add" makes any use of things passed to it via
stdin like that. Rather, it acceps parameters on its command line.
The command "xargs" is useful for converting from the one to the other.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 2 22:46:00 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.