Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 817
Arpit Avatar asked Jun 29 '11 04:06

Arpit


1 Answers

or you could do

svn propget svn:externals -R
like image 77
thekbb Avatar answered Nov 15 '22 06:11

thekbb