RE: Recursive add
From: Campbell, Matthew A <Matthew.Campbell_at_Relizon.com>
Date: 2004-07-08 19:58:43 CEST
> Shouldn't we be able to do something like:
You're trying to make an alias with spaces in it. Think of alias as
alias my_add_hack="find . -name .svn -prune -o -print | xargs svn add"
... should work. (and it's a bit more picky about what it filters out)
PS - your first alias probably *did* work, you just didn't call it
would very likely have run the alias (depending on your shell). But that's
---------------------------------------------------------------------
|
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.