Check SVN Folder externals via System Command Line

193 views Asked by At

i currently try to access the list of all externals in a specific folder via the system command line. I tried following follwing command:

TortoiseProc.exe /command: propget svn:externals -R

Can somebody help me with that ?

Cheers

1

There are 1 answers

2
jf_ On BEST ANSWER

Best to use the regular command line interface for working with SVN on the command line:

svn propget svn:externals -R

If you don't have the svn command installed with your TortoiseSVN, you can easily do that by modifying your current installation. This answer helps: https://stackoverflow.com/a/34077456/14627587