CocoaSeeds icon indicating copy to clipboard operation
CocoaSeeds copied to clipboard

Always coming back to master

Open thedamfr opened this issue 10 years ago • 16 comments

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

thedamfr avatar Aug 17 '15 06:08 thedamfr

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!

devxoul avatar Aug 17 '15 09:08 devxoul

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

thedamfr avatar Aug 17 '15 10:08 thedamfr

Hello,

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

Thanks.

devxoul avatar Aug 17 '15 14:08 devxoul

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 https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-131834330.

thedamfr avatar Aug 17 '15 14:08 thedamfr

@thedamfr, is that working properly?

devxoul avatar Aug 20 '15 16:08 devxoul

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 https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-133068368.

thedamfr avatar Aug 20 '15 16:08 thedamfr

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*

thedamfr avatar Aug 25 '15 09:08 thedamfr

@thedamfr, could you please show me your Seedfile?

devxoul avatar Aug 25 '15 10:08 devxoul

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}"

thedamfr avatar Aug 25 '15 10:08 thedamfr

@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}"

devxoul avatar Aug 25 '15 12:08 devxoul

it does works :-)

thedamfr avatar Sep 01 '15 22:09 thedamfr

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

thedamfr avatar Sep 01 '15 22:09 thedamfr

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

devxoul avatar Sep 02 '15 16:09 devxoul

$ 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>.
>

thedamfr avatar Sep 02 '15 16:09 thedamfr

@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'.

devxoul avatar Sep 09 '15 06:09 devxoul

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 https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-138796584.

thedamfr avatar Sep 09 '15 06:09 thedamfr