Use svn-add "some-file"
to add some file or directory of the working directory to version control. The current project must already be under version control. To send the file finally to the repository you have to check in the project (see svn-ci).
Example: The current working directory may be ip
. Then
$ svn-add new.for
adds new.for
to version control.
(see also svn-add Usage).