Svn check out

Svn checkout using svn co Command:

svn co source destination

Command example:

svn co file:///D:/svn_localhost_repo D:\\myworkingcopy

This command checked out all the files and folders from the repository to myworkingcopy folder.

If you don’t know how to create the local svn repo, click svn repository creation in localhost for clear understanding.

 

Svn checkout using Tortoise svn:

Create new folder and inside that folder follow the below steps,

Note:

After checkout see the working copy,

If green color over working copy folder then it means all the files are up to date.

If red color over working copy folder then need to update using tortoise svn or svn command.

If tortoise svn throwing any error, please check the folder permissions.

Leave a Reply