0 votes
in SVN by
Write the command used for deleting a selected file from the SVN Repo.

1 Answer

0 votes
by

Deleting a file from the SVN Repo can be successfully be done by simply making use of  the command “svn delete” followed by the file name which you want to get deleted or removed from your SVN Repo. The command code for this purpose is given below

svn delete filename

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

Related questions

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