Re: [swift-users] Trouble with initial checkout

2016-12-09 Thread Ryan Parman via swift-users
I’ll give that a shot. Thank you! -- Ryan Parman https://github.com/skyzyx https://keybase.io/skyzyx > On Dec 8, 2016, at 3:08 AM, Alex Blewitt wrote: > > If you want to use the branch swift-3.0.2-PREVIEW-1 tag then you should run > update-checkout with that tag name, to ensure that you're o

Re: [swift-users] Trouble with initial checkout

2016-12-08 Thread Alex Blewitt via swift-users
If you want to use the branch swift-3.0.2-PREVIEW-1 tag then you should run update-checkout with that tag name, to ensure that you're on the right one. You can run: swift/utils/update-checkout --tag swift-3.0.2-PREVIEW-1 If you find that you have problems with repository state (that you didn't

Re: [swift-users] Trouble with initial checkout

2016-12-07 Thread Anthony Kong via swift-users
Sorry Ryan, I think I have jumped the gun. I got the same merge conflict on osx. So it has nothing to do with the platform Cheers On Thu, Dec 8, 2016 at 3:49 PM, Anthony Kong wrote: > On which OS you are checking out the repo? If you are cloning it on a > linux machine, it could be a result of

Re: [swift-users] Trouble with initial checkout

2016-12-07 Thread Anthony Kong via swift-users
On which OS you are checking out the repo? If you are cloning it on a linux machine, it could be a result of file name case issue here. (os x filesystem is case insensitive) Cheers On Thu, Dec 8, 2016 at 3:00 PM, Ryan Parman via swift-users < swift-users@swift.org> wrote: > I’ve been using Git

[swift-users] Trouble with initial checkout

2016-12-07 Thread Ryan Parman via swift-users
I’ve been using Git for about 8 years now, so I know my way around. But in checking out a release of Swift, I’m running into errors. ``` $ git clone -q -b swift-3.0.2-PREVIEW-1 https://github.com/apple/swift.git; Note: checking out 'dc2c3d580f52367eebaada34901a945466e947df'. You are in 'detached