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.

what is svn? and how to use it with project?

svn is short for subversion, which is a type of version control system. Version control is a huge topic — in a nutshell, these are just some of the benefits you get from using version control: Track changes to your code base (i.e. who changed what), and roll back to previous revisions Collaborate with your … Read more