Ivy setup with Git?
Asked Answered
T

2

8

I've used Ivy with SVN to manage dependencies for Actionscript projects in the past. The library I used was ivysvn.

It seemed to work pretty well, the svn repository hosted versioned binary .swc files for each Actionscript library and I would pull them down into individual projects using ivysvn ANT tasks.

Is there a similar workflow like this for git? I'm guessing it might be a little more complicated (maybe using git submodules) since git can't really pull down individual files as far as I know. I'd also probably need another ANT task specific to git like the third party ivysvn libary. Is there a better way to manage 3rd party dependencies with git besides ivy?

Tuxedo answered 29/12, 2009 at 20:51 Comment(0)
C
0

You should rather use a repository manager like Nexus instead of abusing a SCM to manage binary artifacts.

Cruciferous answered 23/7, 2011 at 19:28 Comment(2)
Or Artifactory - nicer for Ivy, in my opinion.Strongwilled
If someone asks a question, we cannot lecture them not to ask their question if they have valid need to do so.Kaleena
B
-1

I actually blogged about this a year ago. I hope it helps you.

Barcot answered 15/8, 2011 at 21:4 Comment(1)
If someone asks a question, we cannot lecture them not to ask their question if they have valid need to do so.Kaleena

© 2022 - 2024 — McMap. All rights reserved.