Re: pattern for specifying svn:ignore for files without extension

2010-12-02 Thread Ryan Schmidt
On Dec 2, 2010, at 08:43, Luke Imhoff wrote: > On Thu, 2010-12-02 at 00:31 -0600, Daniel Shahaf wrote: >> svn:ignore patterns are apr_fnmatch() patterns, and apr_fnmatch() does >> accept regex-like [a-z] expressions in its patterns, so you could try >> >> [a-z][a-z][a-z][a-z][a-z] >> >> to ignore

Re: pattern for specifying svn:ignore for files without extension

2010-12-02 Thread Luke Imhoff
On Thu, 2010-12-02 at 00:31 -0600, Daniel Shahaf wrote: > Ryan Schmidt wrote on Wed, Dec 01, 2010 at 13:33:50 -0600: > > > > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > > > > > The build process of the application I am bringing under svn creates a > > > number of unix binary executables that

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 01, 2010 at 13:33:50 -0600: > > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > > > The build process of the application I am bringing under svn creates a > > number of unix binary executables that have no extension : for example > > > > abcde > > fghqp > > > > et

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
Steve Cohen wrote on Wed, Dec 01, 2010 at 17:40:12 -0600: > On 12/01/2010 03:33 PM, Ryan Schmidt wrote: >> On Dec 1, 2010, at 15:19, Steve Cohen wrote: >> >>> It seems to me that >>> svn --recursive propset svn:ignore xyz >>> >>> is basically just syntactic sugar for manually going through issu

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
On 12/01/2010 03:33 PM, Ryan Schmidt wrote: On Dec 1, 2010, at 15:19, Steve Cohen wrote: It seems to me that svn --recursive propset svn:ignore xyz is basically just syntactic sugar for manually going through issuing svn propset svn:ignore xyz on every node of the directory st

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 15:19, Steve Cohen wrote: > It seems to me that > svn --recursive propset svn:ignore xyz > > is basically just syntactic sugar for manually going through issuing > svn propset svn:ignore xyz > > on every node of the directory structure, It is syntactic sugar in th

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
On 12/01/2010 02:08 PM, Ryan Schmidt wrote: Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: On 12/01/2010 01:38 PM, Ryan Schmidt wrote: Can you have the build process write its files to a different directory (a "build" directory) that y

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: > On 12/01/2010 01:38 PM, Ryan Schmidt wrote: >> Can you have the build process write its files to a different directory (a >> "build" directory) that you could svn:ignore everything in? >> >

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:33, Ryan Schmidt wrote: > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > >> The build process of the application I am bringing under svn creates a >> number of unix binary executables that have no extension : for example >> >> abcde >> fghqp >> >> etc. >> >> I believe th

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:31, Steve Cohen wrote: > The build process of the application I am bringing under svn creates a number > of unix binary executables that have no extension : for example > > abcde > fghqp > > etc. > > I believe that * will match any files with or without periods so it isn