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

Re: [TSVN] Can't build TSVNCache

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-05-05 15:28:57 CEST

Mark Phippard wrote:
> Doing a build from latest HEAD. TSVNCache does not build.
>
> SVNStatusCache.cpp(225) : error C2065: 'bNoUpdates' : undeclared
> identifier

in that line, there's no 'bNoUpdates' at all?

> CachedDirectory.cpp(350) : error C2065: 'bNoUpdates' : undeclared
> identifier

declared in the method itself (line 160):
CStatusCacheEntry CCachedDirectory::GetStatusForMember(const CTSVNPath&
path, bool bRecursive, bool bNoUpdates)

> CachedDirectory.cpp(502) : error C3861: 'bNoUpdates': identifier not
> found, even with argument-dependent lookup

again, declared in the method itself.

Are you *sure* you've updated *all* files of your working copy? And
they're not modified against BASE?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu May 5 15:30:54 2005

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

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