Re: repositories
Re: repositories
- Subject: Re: repositories
- From: Fritz Anderson <email@hidden>
- Date: Thu, 26 Jul 2012 16:33:22 -0500
On 26 Jul 2012, at 3:19 PM, H. Miersch <email@hidden> wrote:
> i just bought a new mac. how do i get my projects (including their repositories!) onto my new mac? is it enough to just copy the project directories, or do i need to do something more complicated?
It depends on what kind of repositories you have.
Short answer: It's best to clone/check out from a remote repository if at all possible. The Welcome (sh-cmd-1) window has a "Connect to a repository" option that will do this.
Copying the project directory will work with Git, but that's not the best option. If you need to migrate the main repository under Subversion, use svnadmin commands to dump it from the old location and load it into the new, and _then_ check out a fresh copy of the project.
This isn't a good forum for Subversion or Git administration; search the Web, man pages, and help commands for details.
— F
--
Fritz Anderson -- Xcode 4 Unleashed: Now in stores! -- <http://x4u.manoverboard.org/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >repositories (From: "H. Miersch" <email@hidden>) |