i have a directory called ‘library’ in my SVN tree which uses externals to load libs such as zend framework/smarty/….
im using a self written tool which uses “svn list” where i can select files which should be uploaded to the servers and it seems
svn list doesnt load external props and thus the library directory is empty
which means i cant upload the libs using my tool
so the question:
is there any option to have ‘svn list’ also load the externals?
thx
The solution would be to call:
and call svn list on each external paths.