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

Re: [TSVN] [BUG] Problem with detection of changes in svn:externals included folders

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-22 19:30:46 CET

Dmitry Radzevich wrote:

> But I keep getting that warning... After carefully studying the
> working copy, I think the problem is related to the following.
>
> Some of svn:externals targets in my WC are not immediate children of a
> versioned directory the prop was set on.
>
> E.g. on '/libs' folder I have the following svn:externals prop set:
> exports/mask_1 http://path/to/repo/folder
>
> In the WC, the following directory structure gets created after 'svn
> update':
> |
> |---/libs (versioned folder, with svn:externals set)
> | |
> | |---/exports (*UNVERSIONED* folder!)
> | |
> | |---/mask_1 (versioned folder, corresponds to the URL in svn:externals on /libs)
>
> The /exports unversioned folder (intermediate) is the only thing that
> could possibly trigger that warning in the commit dialog. There're no
> modified or unversioned files in the /mask_1 dir.

Checked the code. And I just can't think of a reason why an unversioned
file would trigger that warning. The flag which trigggers that warning
is only set to TRUE if the entry field in the status struct is not NULL,
and that only happens for versioned items.
Can you please use the command line client and do an
'svn st -v > status.txt'
and send me the status.txt file? Something's definitely wrong here, but
I don't know what....

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 Mon Nov 22 19:31:39 2004

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.