I try to do upload a release note from my Ubuntu to a SVN repository:
svn import -m "Release Notes" Release_Notes_2.2.0.pdf https://myrepo.com/svn/docs/ReleaseNotes/
This gives me the following error:
svn: E145000: New entry name required when importing a file
Anyone know the issue?