Arpit
Arpit

Reputation: 6260

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?

Upvotes: 6

Views: 6633

Answers (2)

thekbb
thekbb

Reputation: 7924

or you could do

svn propget svn:externals -R

Upvotes: 12

Arpit
Arpit

Reputation: 6260

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

Upvotes: 0

Related Questions