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

Re: Unversioned vs Ignored in Check for Modifications

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-10-09 19:48:21 CEST

Josha Foust wrote:
> In the Check for Modifications screen, I noticed a problem with the
> definition of Unversioned vs Ignored. When both of those check boxes
> are checked, files in subdirectories of Ignored directories show up as
> Unversioned.
>
> Example:
> A/
> 1/
> 2/
> ab.txt
> cd.txt
>
> If svn:ignore of "A" is "2" then "2" will show up as ignored, but
> "ab.txt" and "cd.txt" will show up non-versioned. This seems incorrect
> to me. Is this by design or accident?

This is by design. the svn:ignore property can only ignore items
directly below it. "ab.txt" and "cd.txt" are in an ignored subfolder,
they're not ignored anymore by the svn:ignore property - so they're
really unversioned.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Oct 9 19:48:35 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.