0 votes
in SVN by
Explain how a new directory can be created in SVN under the version control?

1 Answer

0 votes
by

SVN has the presence of different set of commands which are called fro different approaches to deliver different set of actions. In such a case where you need to create new directory using version control can be successfully done by making use of the command stated below

1. svn mkdir directory

2. svn mkdir http://url/directory

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

Related questions

0 votes
asked Aug 22, 2023 in AWS CodeCommit by SakshiSharma
+1 vote
asked Dec 17, 2020 in SVN by SakshiSharma
...