svn fetch multiple directories
Lawrence Velázquez
larryv at macports.org
Sun Oct 12 19:48:36 PDT 2014
On Oct 12, 2014, at 10:24 PM, Mark Brethen <mark.brethen at gmail.com> wrote:
> On Oct 12, 2014, at 8:00 PM, Lawrence Velázquez <larryv at macports.org> wrote:
>
>> Right now, you can do your own fetch in a pre- or post-fetch stage. See the rust port, for example.
>
> Or, how about:
>
> fetch {
> svn checkout file:///tmp/repos/test file:///tmp/repos/quiz ${worksrcpath}
> }
You lose a fair amount of important logic if you roll your own fetch phase, especially regarding Subversion checkouts. I personally don't recommend it.
vq
More information about the macports-dev
mailing list