GioCa
GioCa

Reputation: 13

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

Upvotes: 1

Views: 323

Answers (1)

jf_
jf_

Reputation: 3489

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

Upvotes: 2

Related Questions