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
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
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
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
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
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
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
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?
>>
>
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
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
10 matches
Mail list logo