Using svn in a unix pipe
From: Steven Elliott <steven.s.elliott_at_gmail.com>
Date: 2006-05-02 22:17:57 CEST
I realize that not all command line commands can be used in a unix pipe.
But it would really help me not only satisfy an itch but help in my
What I am trying to do is take the output of ³svn st² and pipe that back
I have so far got
svn st | egrep ³\?² | sed Œs/\?\(.*\)/ \1/¹ | svn add
So svn is outputting to egrep which is taking all the files marked ³?² and
Problem is the stdout is not making it to the add argument.
Any help would be appreciated.
Steven
|
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.