|
Re: SVN externals handling: msg#00036java.hudson.user
Kohsuke Kawaguchi wrote: Renaud Bruyeron wrote:Yes I've tried this here with a large project and it works quite well. 2 drawbacks: * double the size of the checkout (I go from 1GB to 2GB in my case...) * hudson is not really aware of the externals and only calculates "changes" for the root project. Yes it recurses to find all the modified stuff. For a fresh checkout, it will not display anything except the externals: <entry path="A/B/C"> <wc-status props="none" item="external"> </wc-status> </entry> This means that folder C in A/B is actually an external. Then svn info --xml on A/B/C gives us the actual SVN url. ah yes I see - could we simply "register" the externals as "modules" so that we get automagic changeset merging?* if (externalSupportEnabled), run svn info --xml on the root AND on the externals location I guess it is less daunting than I initially thought. My hack with cascading projects kinda works for now, but I sure would like to see this improvement. - Renaud
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: SVN externals handling, Kohsuke Kawaguchi |
|---|---|
| Next by Date: | Re: (Hudson) Issue #167 - SVN Update not working, Kohsuke Kawaguchi |
| Previous by Thread: | Re: SVN externals handling, Kohsuke Kawaguchi |
| Next by Thread: | Re: First impressions and issues, Java Questions |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |