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

RE: Problem with svn:ignore, possibly Vista related?

From: Bert Huijben <b.huijben_at_competence.biz>
Date: Thu, 2 Oct 2008 15:39:07 +0200

> -----Original Message-----
> From: CharlesRoper_at_sussexwt.org.uk
> [mailto:CharlesRoper_at_sussexwt.org.uk]
> Sent: donderdag 2 oktober 2008 14:39
> To: users_at_subversion.tigris.org
> Subject: Problem with svn:ignore, possibly Vista related?
>
> 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?

What says 'svn --version' on your XP machine?

I think you will find the reason in that older versions of Subversion were
compiled with Visual Studio 6.0 and newer with Visual Studio 2005/2008.

See also C. Michael Pilato's answer on:
http://subversion.open.collab.net/ds/viewMessage.do?dsForumId=4&dsMessageId=
115205

        Bert

---------------------------------------------------------------------
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 15:39:29 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.