6

I have an old repository (SVN) and I am not sure if svn external is set for it, and if yes.. for what path?

Is there a way to find that out?

Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
Arpit
  • 6,212
  • 8
  • 38
  • 69

2 Answers2

12

or you could do

svn propget svn:externals -R
thekbb
  • 7,668
  • 1
  • 36
  • 61
0

Sry for being so restless... Did a little research and got the answer ...
These properties can be viewed through the following ways:

  1. Right click on the working copy -> Tortoise SVN -> Properties
  2. In the .svn folder, browse through the entries file.

Cheers!!

Arpit
  • 6,212
  • 8
  • 38
  • 69
  • 1
    But is `TortoiseSVN == It's own Repo Server`. I guess it's a thin client to facilitate the operations around your SVN repo. Let me know if I have gone horribly wrong here... – Arpit Aug 18 '15 at 05:01