Search code examples
svntortoisesvnsvn-externals

How to check if svn external is set for a repository?


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?


Solution

  • 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!!