Re: How to set svn:ignore automatically in all subdirs?
From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Wed, 20 Feb 2008 05:22:37 -0600
On Feb 20, 2008, at 03:08, Andreas Benzler wrote:
> For the executables this is a good point and I will check this.
Only you know what files you want to ignore, so you should look at
But, this might be a start:
svn st | sed -n -E 's%^\?.{6}([^/]+)$%\1%p' | sed -E 's%^.*(\..*)$%*
Run this, put its output in an editor, tweak it to your liking, then
---------------------------------------------------------------------
|
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.