Login
Remember
Register
Ask a Question
How you can import your existing directory into the new repository?
0
votes
asked
Dec 17, 2020
in
SVN
by
SakshiSharma
How you can import your existing directory into the new repository?
#import-directory
directory-import-svn
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 17, 2020
by
SakshiSharma
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”
...