On 19/03/12 17:11, Geoff Hoffman wrote:
On Mon, Mar 19, 2012 at 9:32 AM, Giulio Troccoli
<giulio.trocc...@mediatelgroup.co.uk
<mailto:giulio.trocc...@mediatelgroup.co.uk>> wrote:
Do you mean that the files are shown with an A in the first column?
No, they're shown as
? logs/error.log
? logs/access.log
But they're not automagically ignored, even though they match "logs/*"
which successfully is applied as an svn:ignore pattern on trunk.
Ok, have you tried ignoring just logs rather than all files, I mean svn
ps svn:ignore logs ? As Andy said, the * is expanded by your shell, so
basically you won't ignore future logs.
G