jidanni at jidanni.org writes: > $ ls -d . extensions/*|grep -v README|xargs svn up Uh oh, xargs will interfere if svn needs to ask you questions, e.g., in the case of conflicts if one has edited any of the files. I removed the extension anyway.