Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8226269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:42:22+00:00 2026-06-07T15:42:22+00:00

Xcode now have built-in version control system. how I can check out older version

  • 0

Xcode now have built-in version control system. how I can check out older version of my current project in a different location?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:42:23+00:00Added an answer on June 7, 2026 at 3:42 pm

    You are looking at two steps here:

    1. Cloning the repository.
    2. Checking out an older revision.

    Cloning the repository

    This is pretty straightforward through the steps in Xcode’s documentation (look for “Clone or Check Out a Copy of a Project to Use Locally”).

    Let’s say that we start with a project called “Foo” with a repository created by Xcode. I have already done this and made a couple commits. In the Repository Organizer (Command-Shift-2, followed by switching to the “Repositories” tab) I can see Foo listed on the left side. To clone this repository, click the plus sign at the bottom left of the window (shown below).

    Repositories organizer.

    Per Apple’s instructions, I select “Checkout or Clone Repository…”. In the next view I provide the complete path to Foo’s repository and continue through the steps. Ultimately, I have two copies of “Foo” in the Repositories Organizer.

    Checking out an older revision

    Let’s assume for the answer that you are using Git.

    This question and this question both indicate that checking out a specific revision is not supported in Xcode. You can do it pretty easily in the terminal.

    In the screenshot below you can see the commit log of my repository shown in the Repositories Organizer. Commit a04ae8d14d13 is the current HEAD of the repository. Let’s say that I want to check out commit ea09c358d44f.

    Commit log.

    To do this, I open a terminal, cd into /Users/David/Documents/Projects/Foo2 and do git checkout ea09c358d44f. After doing that, you can update the Repository Organizer and see the new view of the commit log.

    Commit log after checkout.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Now I have a Xcode project which is built for iOS 5, but now
I have an Xcode project that uses git for version control. I have a
I have an Xcode 4.2 project with ios5 targeting 4.3 and am now suddenly
I have built an iOS app that leverages Core Location Framework. I have Xcode
I am doing iOS project in Xcode . It was working properly but now
I developed a project for the base sdk 3.0 and now I have installed
I have a web application built with jQuery Mobile and PHP (CodeIgniter framework). Now
I have an iPhone (Xcode) Project that was working fine. Something must have been
I have a game built on xcode using objective c. this game needs to
I am using Xcode 4.2 now. I wonder if there is a way to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.