Bzr-svn version 1.0.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    bzr-svn  most recent diff


    version 1.0.0

      View the most recent changes for the bzr-svn port at: bzr-svn.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for bzr-svn.
      The raw portfile for bzr-svn 1.0.0 is located here:
      http://bzr-svn.darwinports.com/dports/devel/bzr-svn/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/bzr-svn


      The bzr-svn Portfile 58718 2009-10-03 09:50:45Z raimue macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: bzr-svn
      epoch 1
      Version: 1.0.0
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: devel python
      Platform: darwin
      Maintainers: raimue

      Description: Plugin that allows direct access to Subversion repositories
      Long Description: A bzr plugin that allows most bzr commands to work directly against Subversion repositories, as if you were using bzr with a native bzr repository. The plugin can at the moment be used to commit to, pull from, merge from, push to and view logs of Subversion branches from Bazaar.

      Homepage: http://bazaar-vcs.org/BzrForeignBranches/Subversion
      Master Sites: https://launchpad.net/${name}/${branch}/${version}/+download/

      Checksums: md5 7d4fb557c1d2be48771526c015b7e1cd sha1 4e744524711201b6689bacd51b1d4017ac296dca rmd160 284c2a23a0a74d54ef5950e00c09e6e878cc7dc4

      depends_lib-append port:bzr port:bzr-rebase port:py26-subvertpy

      universal_variant no

      livecheck.type regex
      livecheck.url https://launchpad.net/${name}/+download
      livecheck.regex {bzr-svn-(\d+(?:\.\d+)*).tar.gz}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/bzr-svn
      % sudo port install bzr-svn
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching bzr-svn
      ---> Verifying checksum for bzr-svn
      ---> Extracting bzr-svn
      ---> Configuring bzr-svn
      ---> Building bzr-svn with target all
      ---> Staging bzr-svn into destroot
      ---> Installing bzr-svn
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using bzr-svn with these commands:
      %  man bzr-svn
      % apropos bzr-svn
      % which bzr-svn
      % locate bzr-svn

     Where to find more information:

    Darwin Ports



    Lightbox this page.