show/hide this revision's text 4 changed the title to better describe the problem

How do I get Problem with propset svn:ignore to work properly?- possibly Vista related.

show/hide this revision's text 3 Added further info

As I understand it, the command to ignore the content of a directory using SVN is this:

svn propset svn:ignore "*" tmp/

This should set the ignore property on the content of the tmp directory, right? In other words, the wildcard is set to be the ignore value on the tmp directory. Trouble is, here's what is happening on my Windows box:

> svn propset svn:ignore "*" ./tmp
property 'svn:ignore' set on 'app'
property 'svn:ignore' set on 'config'
property 'svn:ignore' set on 'db'
property 'svn:ignore' set on 'doc'
property 'svn:ignore' set on 'lib'
property 'svn:ignore' set on 'log'
property 'svn:ignore' set on 'nbproject'
property 'svn:ignore' set on 'public'
[etc...]

That's not right. Am I doing something wrong (or perhaps going insane), or is my svn on Windows broken?

Some notes:

> svn --version
svn, version 1.5.2 (r32768)
compiled Aug 28 2008, 19:05:34

I'll accept an answer confirming that


Update: I've have just tried this on a Windows XP machine and it works as expected. So either this is indeed broken behavioura Vista specific issue, or there is a problem with my Vista configuration. Is anyone else able to reproduce this problem on Vista? I have just spotted that Vista isn't listed as one of the supported platforms on the CollabNet downloads page.

show/hide this revision's text 2 Added some notes

As I understand it, the command to ignore the content of a directory using SVN is this:

svn propset svn:ignore "*" tmp/

This should set the ignore property on the content of the tmp directory, right? In other words, the wildcard is set to be the ignore value on the tmp directory. Trouble is, here's what is happening on my Windows box:

> svn propset svn:ignore "*" ./tmp
property 'svn:ignore' set on 'app'
property 'svn:ignore' set on 'config'
property 'svn:ignore' set on 'db'
property 'svn:ignore' set on 'doc'
property 'svn:ignore' set on 'lib'
property 'svn:ignore' set on 'log'
property 'svn:ignore' set on 'nbproject'
property 'svn:ignore' set on 'public'
[etc...]

That's not right. Am I doing something wrong (or perhaps going insane), or is my svn on Windows broken?

Some notes:

> svn --version
svn, version 1.5.2 (r32768)
compiled Aug 28 2008, 19:05:34

I'll accept an answer confirming that this is indeed broken behaviour.

show/hide this revision's text 1