rylin wrote: > <snip/> > > Given the example-tree: > A > -1 > --I > -2 > B > -3 > > I might only need to deploy "I" and "3" (e.g., I don't need the > contents of the entire tree, just the contents of I and 3). > > I'm guessing I'll have to start hacking a new update_code task, but > I've no real idea on where to start. > Any hints? > > > If your using svn you can use svn:external to create conglomerate projects. That might be more what your looking for rather than hacking Capistrano. http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html
Hope this helps, --R --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
