"svn add" can't add files in a version controlled directory recursively
From: Liu Yubao <yubao.liu_at_gmail.com>
Date: 2006-12-14 06:35:08 CET
Hello,
$ mkdir A
It's annoyed to give full paths if there are many files to be added spreading across
I know I can use "find . -name .svn -prune -o -exec svn add {} \;", but it will produce
Any advice for this scenario is appreciated.
---------------------------------------------------------------------
|
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.