[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with svn:ignore, possibly Vista related?

From: <CharlesRoper_at_sussexwt.org.uk>
Date: Thu, 2 Oct 2008 13:38:45 +0100

First things first:

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

Now the problem:

On my Vista SP1 box, if I run the following:

  $ svn propset svn:ignore "*" tmp/

I get this:

  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...]
  
Which clearly isn't correct.

If I run the same command on my XP SP2 box, it works as expected:

  $ svn propset svn:ignore "*" tmp/
  property 'svn:ignore' set on 'tmp'
  
Is this an issue with Vista, or is something else going on here?

Many thanks,
Charles

Sussex Wildlife Trust is a company limited by guarantee under the Companies Act. Registered in England, Company No. 698851. Registered Charity No. 207005. VAT Registration No. 191 305969. Registered Office: Woods Mill, Henfield, West Sussex BN5 9SD. Telephone 01273 492 630

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-02 14:41:22 CEST

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.