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

Re: Include / Exclude Path woes Was: TSVNCache and Handles on USB Dri ve

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-12-08 19:35:34 CET

Lübbe Onken wrote:
> Hi Stefan,
>
> I have a similar problem, but the other way round. I have a source folder
> linked to a repository on my C: drive, that contains some library stuff. I
> want to exclude everything on C: from the cache apart from this folder. I
> can't make TortoiseSVN do-the-right-thing, no matter which include/exclude
> paths I tried.
>
> Overlay Settings:
> Cache -> Standard
> Drive types -> Local Drives, everything else unchecked
>
> 1 C:\Delphi contains
> +5 five versioned and
> +3 three unversioned folders.
> +2 Two of the five versioned folders contain an unversioned subfolder.
> 11 Foldes to watch in total
>
> The unversioned folders contain many (hundreds of) subfolders which should
> be ignored.
>
> I don't know the internals of the cache, but if I get the include/exclude
> settings right, I would expect TSVNCache to monitor 11 folders.
>
> I tried the following different include/exclude settings:
> Case 1: Exclude: C:\*
> A)
> Include: C:\Delphi\
> Result: 1 (Cached Directory) / No (overlay on C:\Delphi) / No (overlays on
> folders in C:\Delphi\)

You're only including one folder, c:\delphi

> B)
> Include: C:\Delphi\*
> Result: 12 / No / Yes

You're including all files below c:\delphi, but not c:\delphi itself.

Use:
Include: C:\Delphi\* (newline) c:\Delphi

And since the number of items in the cache is for internal use only,
don't pay too much attention to that.

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 Fri Dec 8 19:35:44 2006

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.