0

What's the difference between the following 2 icon overlays?

I am using TortoiseSVN 1.8.7.

enter image description here

ADD

Thanks to the replies, I found this link: http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-externals.html

smwikipedia
  • 61,609
  • 92
  • 309
  • 482

2 Answers2

4

The one with the arrow should be pointing to an external definition, i.e. svn:externals.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Ivan Jovović
  • 5,238
  • 3
  • 29
  • 57
1

The overlayed folder should represent an external link, although usually the arrow icon is red instead of blue.

An external link is like a pointer to a source stored in another location in the repository or even stored in a different repository.

Here it is a topic related to an issue on external links, where the user also wonders about the icon.

Community
  • 1
  • 1
vortex.alex
  • 1,105
  • 3
  • 11
  • 24