I have a repository R, in which I have an svn:externals entry to repository X under directory vendors/x
. I now added a file manually at vendors/x/subdir/myfile
. The subdir was already provided by repository X.
What I want to do is commit myfile into my repository R. Can that be done?
I am using the SVN CLI utilities 1.6.12 on Mac OS X 10.6, just for the sake of completeness.