Re: pattern for specifying svn:ignore for files without extension
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Wed, 1 Dec 2010 15:33:44 -0600
On Dec 1, 2010, at 15:19, Steve Cohen wrote:
> It seems to me that
Yes, that's right.
> Which leads me to think that a one-time shell script or python script or whatever might be written to walk the directory tree, look for all the executable files and manually add them to that directory's svn:ignore list.
That should work.
The other approach that initially occurred to me was to clean the directory so there are no unversioned files ("make clean" perhaps), then build the software ("make"), then copy the output of "svn status" into an editor and massage it a bit to turn it into something you can hand to "svn propset svn:ignore --file". Though this would have to be done on a per-directory basis, so if there are many directories involved this may be impractical and a script as you suggest may do better.
|
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.