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

AW: unversioned files / directories in externals treated inconsistently

From: Hendrik Fuß <fuss_at_molecular-machines.com>
Date: Mon, 16 Jan 2012 10:03:53 +0100

> On 13.01.2012 09:17, Hendrik Fuß wrote:
> > Hi,
> >
> > I've found something in TortoiseSVN that looks to me like an
> > inconsistency:
> >
> > If I have unversioned items in an svn:external directory, the
> > unversioned directories appear under the heading "(externals) name"
> > in the status dialog. Unversioned files, however, appear under "root
> > project".
>
> for me, unversioned files inside an external folder also appear under
> "(externals) name".

I think I have nailed down the problem here -- it's not about files vs directories. First-level items, that is, files and directories that appear directly inside a versioned external directory, are shown under "(externals) name". Second-level items and beyond are incorrectly shown as belonging to the root project.

This is the case in my setup, in which I include google test (gtest) under path externals/gtest. After compilation, the unversioned directory externals/gtest/msvc/Platform is shown under "(externals) gtest", but externals/gtest/msvc/Platform/Debug is shown under "root project".

Additional info about my setup:

Folder "externals" in the project root dir has an svn:externals property of:
"http://googletest.googlecode.com/svn/tags/release-1.6.0 gtest"

I've tried this with TortoiseSVN 1.7.4

Cheers
Hendrik

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2909084

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-16 10:06:21 CET

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.