0 votes
in SVN by
Which command should be used to add a file or Dir?

1 Answer

0 votes
by

In order to add a file or a dir into the SNV the command prompt which we have to use is

1. Svn add filename

2. Svn add dirname

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

...