next up previous contents
Next: Commiting files and showing Up: Basic Operations Previous: Adding a project in   Contents

Checkout a project

After we import the project, we need to check it out. We can checkout either the whole project with all tags and branches or just the branch or the directory we need:

svn co https://localhost/svn/repo1/helloworld/trunk hw-trunk

Subversion checks out the project and in each of its directories it adds a hidden directory called .svn that contains some internal information about the directory, like its location in the repository.



Ivan Ivanov 2008-04-21