On Wed, Mar 14, 2012 at 9:33 AM, Qazwart <qazw...@gmail.com> wrote:
> What if you deliver your source code *outside* of your revision control > system? This is quite common for open source projects. If I can't trust the > build process to do a clean, I'm in trouble. > > What if you don't use a build process? Just today, I deployed an "/etc/yum.repos.d" directory under Subversion, using an "svn checkout --force" command to put it under Subversion. This is certainly not under a "build" process, and I would have *loved* to ahve an "svn clean" operation