how to merge my users svn Portfile into macports trunk?

Rainer Müller raimue at macports.org
Sat May 30 07:53:03 PDT 2009


On 2009-05-30 02:24, Bryan Blackburn wrote:
> $ cd /path/to/macports/checkout/trunk/dports/graphics/InsightToolkit
> $ svn merge http://svn.macports.org/repository/macports/users/dweber/graphics/InsightToolkit

A small side-note, as of Subversion 1.6 you do not have to type the full
URL anymore. See the release notes:
<http://subversion.tigris.org/svn_1.6_releasenotes.html#repository-root-relative-urls>

So, for this it would be enough to type:

$ svn merge ^/users/dweber/graphics/InsightToolkit

This is my personal favorite for best new feature of Subversion 1.6 ;-)

Rainer


More information about the macports-dev mailing list