[MacPorts] howto/SyncingWithSVN modified

Lawrence Velázquez larryv at macports.org
Tue Jun 16 13:57:17 PDT 2015


On Jun 16, 2015, at 2:20 PM, MacPorts <noreply at macports.org> wrote:

> Page "howto/SyncingWithSVN" was changed by rogerpack2005 at gmail.com
> Diff URL: <https://trac.macports.org/wiki/howto/SyncingWithSVN?action=diff&version=14>
> Revision 14
> Comment: add early out option, minor textual changes
> Changes:
> -------8<------8<------8<------8<------8<------8<------8<------8<--------
> Index: howto/SyncingWithSVN
> =========================================================================
> --- howto/SyncingWithSVN (version: 13)
> +++ howto/SyncingWithSVN (version: 14)
> @@ -27,7 +27,7 @@
> cd svn.macports.org/trunk/dports 
> svn co https://svn.macports.org/repository/macports/trunk/dports/ .
> }}}
> -If you prefer, the repository is also available via HTTP:
> +If you prefer, the repository is also available via HTTP, which may be easier to sync later.

Easier how, exactly?

> +At this point, if you don't care about future updates, you can manually build a portindex, like this:
> +
> +{{{
> +cd $prefix/var/macports/sources/svn.macports.org/trunk/dports/
> +portindex
> +}}}
> +
> +and you're ready to go.  If you want to enable easy future updates, see step 3 "Configure Subversion" instead.
> +

Why would one check out the ports tree via Subversion if one wasn't going to update it later?

vq


More information about the macports-dev mailing list