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

Re: svn:externals set on a folder is inherited by all subfolders within that folder

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 3 Dec 2013 16:48:49 +0100

On Tue, Dec 3, 2013 at 8:10 AM, Amin Mohadjer <aminm_at_fastmail.fm> wrote:

> Hello,
>
> I have the following directory structure:
>
> app/
> js/
> css/
>
> When I right-click on app folder and Choose TortoiseSVN > Properties and
> set an Externals property with local path of classes and URL of svn://
> myserver.com/repos/projects/myproject/trunk/classes and then update and
> commit the Externals property will also show on js and css folder!
>
> I install collabnet svn client and when I inspect the properties on js or
> css folders using "svn proplist js" or "svn proplist css" commands, I do
> not see any externals properties listed.
>
> Is this a bug in TortoiseSVN? Why is Externals property show as inherited
> under TortoiseSVN?
>
>

Because they are - they're inherited but not used on the inherited
locations.

run
svn proplist js --show-inherited-props
to compare.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3069659
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-12-03 16:49:13 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.