简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM