0 votes
in SVN by (30.8k points)

Suppose you need to verify what exactly is present inside a repository, how you will do this?

1 Answer

0 votes
by (30.8k points)

There is often a need to verify the data or the information present in the repository. For this, the users need not to worry about anything. With the help of a command, this can be done in a very easy manner. Execute the following command for this.

“.svn list file”

Choose the option “repo” that appears on the bar and it will reflect what exactly is present in the repository

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

Related questions

...