On 03/26/2015 03:51 PM, Greg Reagle wrote:
> How does this work?
>    svnlist | xargs -0 svn ps svn:ignore

That is a neat idea, but in this case it does not work like that because 
‘svn propset’ wants the property value first.  From the help:

 > svn h ps
propset (pset, ps): Set the value of a property on files, dirs, or 
revisions.
usage: 1. propset PROPNAME PROPVAL PATH...

So you would have to use an extra command to reverse the arguments.


        Elias


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to