You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Steve Loughran <st...@apache.org> on 2007/04/12 15:13:41 UTC

Re: SVN setup in structure of an Ivy Repo...

Ken Gentle wrote:
> Steve, could you say a little more about this structure?  I'm intrigued, 
> to say the least.

> Do you have IVY hitting the SVN Repo?  Or does Ivy get pointed at a 
> "checked-out" view of the SVN directory?

we have ivy hitting the filesystem view. Everyone who checks stuff out, 
gets the files. The entry in ivyconf.xml looks like this

   <property name="maven2.pattern"
       value="[organisation]/[module]/[revision]/[module]-[revision]" />
   <property name="maven2.pattern.ext"
       value="${maven2.pattern}.[ext]" />

...

     <filesystem name="team">
       ivys="true" artifacts="true"
       m2compatible="true" >
       <artifact 
pattern="${root.dir}/antbuild/repository/${maven2.pattern.ext}"/>
       <ivy 
pattern="${root.dir}/antbuild/repository/${maven2.pattern}.xml"/>
     </filesystem>