Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Always coming back to master #24

Open
thedamfr opened this issue Aug 17, 2015 · 16 comments
Open

Always coming back to master #24

thedamfr opened this issue Aug 17, 2015 · 16 comments

Comments

@thedamfr
Copy link

Hi !

When I use Seeds on other branch than master, the script always get me back to master.

I think this is an issue.

With Love,
Damien

@devxoul
Copy link
Owner

devxoul commented Aug 17, 2015

Hi @thedamfr,

Could you please tell me:

  1. which version are you using
  2. how did you test (Seedfile or something else about your environment)

Thanks!

@thedamfr
Copy link
Author

Hello !

seed --version
0.1.3

I'm on a branch called prod-v2
I update my Seedfile and then do a seed install
And I get myself on master and lost what I edited on my Seedfile

@devxoul
Copy link
Owner

devxoul commented Aug 17, 2015

Hello,

could you please update CocoaSeeds to latest version(0.2.0) which officially supports branches and try again?

Thanks.

@thedamfr
Copy link
Author

Okay !

Le lun. 17 août 2015 à 16:18, Suyeol Jeon [email protected] a
écrit :

Hello,

could you please update CocoaSeeds to latest version(0.2.0) which
officially supports branches and try again?

Thanks.


Reply to this email directly or view it on GitHub
#24 (comment).

@devxoul
Copy link
Owner

devxoul commented Aug 20, 2015

@thedamfr, is that working properly?

@thedamfr
Copy link
Author

Didn't have the time to check again. But I will do soon!

Le jeu. 20 août 2015 6:33 PM, Suyeol Jeon [email protected] a
écrit :

@thedamfr https://github.com/thedamfr, is that working properly?


Reply to this email directly or view it on GitHub
#24 (comment).

@thedamfr
Copy link
Author

Hi !
It's prod day ! Prod-day is the day I remove all frameworks from Cocoapods to go AppStore.
And this is not working yet :

thedamfr at MacBook-Pro-de-Damien.local  ~/Dev/Projects/Txxxxxx/Txxxxxx on prod-v2
$ seed --version
0.2.0
thedamfr at MacBook-Pro-de-Damien.local  ~/Dev/Projects/Txxxxxx/Txxxxxx on prod-v2
$ seed install
Anaylizing dependencies
Installing Alamofire 1.3.1 (was )
Installing Async.legacy master (was master)
Using SnapKit (0.13.0)
Configuring Txxxxxx.xcodeproj
thedamfr at MacBook-Pro-de-Damien.local  ~/Dev/Projects/Txxxxxx/Txxxxxx on master*

@devxoul
Copy link
Owner

devxoul commented Aug 25, 2015

@thedamfr, could you please show me your Seedfile?

@thedamfr
Copy link
Author

cat Seedfile
# seeds for all targets

github "josephlord/Async.legacy", "master", :files => "AsyncLegacy.{h,swift}"
github "SnapKit/SnapKit", "0.13.0", :files => "Source/*.{swift,h}"
github "Alamofire/Alamofire", "1.3.1", :files => "Source/*.{swift,h}"

@devxoul
Copy link
Owner

devxoul commented Aug 25, 2015

@thedamfr,
There's no such code in CocoaSeeds that changes current branch.
Could you please check again without josephlord/Async.legacy?

github "SnapKit/SnapKit", "0.13.0", :files => "Source/*.{swift,h}"
github "Alamofire/Alamofire", "1.3.1", :files => "Source/*.{swift,h}"

@thedamfr
Copy link
Author

thedamfr commented Sep 1, 2015

it does works :-)

@thedamfr
Copy link
Author

thedamfr commented Sep 1, 2015

Even so, the Alamofire and Snapkit folders are now empty :(

@devxoul
Copy link
Owner

devxoul commented Sep 2, 2015

Hmm, that's odd. Which shell and which version of git are you using?

e.g.

$ echo $0
-bash
$ git --version
git version 2.3.7

@thedamfr
Copy link
Author

thedamfr commented Sep 2, 2015

$ echo $0
-bash
$  git --version
git version 2.3.0

Le mer. 2 sept. 2015 à 18:26, Suyeol Jeon <[email protected]> a
écrit :

> Hmm, that's odd. Which shell and which version of git are you using?
>
> e.g.
>
> $ echo $0
> -bash
> $ git --version
> git version 2.3.7
>
> —
> Reply to this email directly or view it on GitHub
> <https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-137155875>.
>

@devxoul
Copy link
Owner

devxoul commented Sep 9, 2015

@thedamfr,
I've struggled with this issue for several days but couldn't find a solution.
I'm sorry, I'll keep this issue open with labeled 'help wanted'.

@thedamfr
Copy link
Author

thedamfr commented Sep 9, 2015

Okay! :)

Le mer. 9 sept. 2015 8:12 AM, Suyeol Jeon [email protected] a
écrit :

@thedamfr https://github.com/thedamfr,
I've struggled with this issue for several days but couldn't find a
solution.
I'm sorry, I'll keep this issue open with labeled 'help wanted'.


Reply to this email directly or view it on GitHub
#24 (comment).

@devxoul devxoul added the bug label Oct 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants