We try to retrieve the content of a SVN folder that has \"real\" file and
svn:externals in that folder. The externals are file externals:
myLocalFileName.cpp -r1234
http:/server/path/to/the/repoFilename.cppUsing the SccGet() API function only retrieves the \"real\" repo file but
not the file externals. The SccGet API function return with SCC_OK. We all
it with a path and SCC_GET_ALL.
Can you help out. Why are the file externals not retrieved?
What would be a typical procedure using your API to do so?
Can you provide some example pseudo code?
Kind Regards
Roman