svn commit: r219788 - head/release

Garrett Cooper gcooper at FreeBSD.org
Sat Mar 19 23:10:43 UTC 2011


On Sat, Mar 19, 2011 at 4:06 PM, Nathan Whitehorn
<nwhitehorn at freebsd.org> wrote:
> Author: nwhitehorn
> Date: Sat Mar 19 23:06:17 2011
> New Revision: 219788
> URL: http://svn.freebsd.org/changeset/base/219788
>
> Log:
>  Add support for checking out ports and doc trees from a CVS repository,
>  in addition to CVSUP, and add support for alternate SVN roots for src.
>
>  Requested by: jhb

Although this seems good and all, wouldn't it make sense to split off
the pulling infrastructure into separate scripts so that someone could
have hooks to do:

- pre-pull (create paths, whatever)
- pull
- post-pull (patch?)

That way someone could choose any arbitrary SCM (git, hg, etc),
specify necessary configuration files, and apply local patches as
necessary.
Thanks,
-Garrett


More information about the svn-src-head mailing list