svntortoisesvnexternalsvn-externals

Check SVN Folder externals via System Command Line


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


Solution

  • 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