I have a scenario where i want to get documentation files from Documentation folder in SVN, and the pdf version only. Current the documentation folder has .doc and .pdf files
The target folder is Portal/Docs
I setup a svn:externals property on Portal/docs to svn:externals /svn/codebase/Documentation/Release Notes.pdf
on current checkout directory of /svn/codebase/Portal/Docs C:\Portal\Docs
I receive an error saying 'http://codebase/Documentation/Release' at revision X doesn't exist
I have tried %20, "", + and ? but does not work...
Any suggestions?