0 votes
in SVN by
How to check what’s inside the repository?

1 Answer

0 votes
by

SVN command prompts help in checking what exactly is inside the present repository. The command prompt which you need to work on for this approach is 

svn list file:///home/xsurface/repo/programming_repo. 

Upon execution of this command prompt you will get a chance to know what exactly lies in the current repository..

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

🔗Source: JAVA Interview Questions and Answers

...