SVN: Recurisvely add files?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-03-12T04:06:12Z
Indexed on
2010/03/12
4:07 UTC
Read the original article
Hit count: 166
I'm trying
svn add *.py --force
As the documentation suggests, but I know for a fact it's missing files nested in deeper folders. Why?
Is there a standard way to do this with other unix commands too? */*.py
will nab a few more files, but it's kind of a pain in the butt to do this for every possible depth.
© Stack Overflow or respective owner