0 votes
in SVN by
What is Check out command in Subversion?

1 Answer

0 votes
by

IT is basically a command that simply let you come with a local workable copy when you retrieve any of your projects from local repository. All of the files get copied to the current directory upon execution of this command.

🔗Reference: stackoverflow.com

🔗Source: SVN Interview Questions and Answers

...