Sunday, July 27, 2008

How to checkout in SubVersion?

1) Create the repository using svnadmin command as follows
svnadmin create --fs-type fsfs C:\SVN

2) Change directory to newly created repository as follows
cd C:\SVN

3) Checkout the directory using svn command as follows.
svn checkout file:///C:/SVN C:\Test

Thus, your working directory C:\Test is checked out to the repositoy C:\SVN.

No comments: