Transitioning from Clearcase to Mercurial (A developer's account)

Tim Vernum tim at adjective.org
Fri Oct 14 11:44:55 UTC 2011


On 14/10/11 2:38 PM, Snidely wrote:
>
> On Oct 13, 5:56 am, Chris Scott <Chris.Sc... at mmodal.com> wrote:
>
>> Yes, this is exactly how it works in an Ivy descriptor.  Here's an example dependency section:
>>
>> <dependencies>
>>     <dependency org="log4j" name="log4j" rev="1.2.14"/>
>>     <dependency org="org.junit" name="junit" rev="4.4"/>
>> </dependencies>
>>
> Okay, but you aslo need something to run the repository ...
> Artifactory, in your case, right?  What other tools did you look at
> for that role?

Ivy is pretty flexible in this regard (more so than Maven).
You can run a repository on  a filesystem (although it would need to be
shared) or from a basic HTTP server.
There are a handful of dedicated repository managers - archiva, nexus,
artifactory - that give you management tools and an admin interface, but
you can get by without them if you need.

But this is getting a bit off topic, so I'll bow out now.




More information about the Mercurial mailing list