0 votes
in SVN by

Name any one command that you can execute when it comes to viewing the exact difference between the repository and the local version?

1 Answer

0 votes
by

This can be done by executing the following command

.svn diff dirname”

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

...