Check in / Check out in subversion

If you use AnkhSVN in Visual Studio, read its documentation. You may also want to try VisualSVN plug-in if there are issues with AnkhSVN

Can someone clarify the steps required to check in / check out to subversion.

With SVN you checkout from repository, make local changes, and commit them to the repository with svn commit command.

Leave a Comment