0 votes
in SVN by
Explain the process of importing the current directory into a new repository?

1 Answer

0 votes
by

One of the best feature of SVN functioning is that it facilitates the process of importing the current directory into a new repository by making use of a simple command prompt.

1. The command you need to use to perform this action is

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

3. By executing this command prompt you can import your current directory into new repository. 

Related questions

0 votes
asked Dec 19, 2020 in SVN by SakshiSharma
0 votes
asked Dec 19, 2020 in SVN by SakshiSharma
...