0 votes
in SVN by
How you can import your existing directory into the new repository?

1 Answer

0 votes
by
The command you will use to import your existing directory into the new repository you have to write

svn import/home/mysurface/programming file:///home/mysurface/repo/programing_repo-m “initial import”
...