• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Subversion Checkout

October 19, 2012

The Subverion Checkout command is used to pull out a working copy of a project from the main Subversion repository. The Checkout command signals the start of using version control. This command is usually performed once at the beginning, but sometimes, it can also be performed whenever there are major changes to a project structure. To perform a checkout, type the following command in the Terminal.

svn co http://repository/project/trunk .

svn co http://repository/project/trunk .

The period at the end is very important.

It tells Subversion that you want a copy of “trunk” in the current directory.

Filed Under: SVN Tagged With: checkout, co

Cloud Journal

January 1, 2012


Herein are a few things I learned as a cloud engineer. Hope you find this website helpful.

Filed Under: Misc Tagged With: welcome

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 123
  • Go to page 124
  • Go to page 125
  • Home
  • About
  • Archives

Copyright © 2023