cvs commit: ports/devel Makefile ports/devel/hgsvn Makefile distinfo pkg-descr pkg-plist

Xin LI delphij at FreeBSD.org
Wed Dec 12 17:32:51 PST 2007


delphij     2007-12-13 01:32:50 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hgsvn          Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add hgsvn:
  
  This set of scripts allows to work locally on Subversion-managed
  projects using the Mercurial distributed version control system.
  
  Why use Mercurial? You can do local (disconnected) work, pull the
  latest changes from the SVN server, manage private branches, submit
  patches to project maintainers, etc.  And of course you have fast
  local operations like "hg log", "hg annotate"...
  
  Currenly two scripts are provided:
  
   * hgimportsvn initializes an SVN checkout which is also a
     Mercurial repository.
   * hgpullsvn pulls the latest changes from the SVN repository,
     and updates the Mercurial repository accordingly.  It can
     be run multiple times.
  
  WWW:    http://cheeseshop.python.org/pypi/hgsvn
  
  Revision  Changes    Path
  1.2930    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/hgsvn/Makefile (new)
  1.1       +3 -0      ports/devel/hgsvn/distinfo (new)
  1.1       +17 -0     ports/devel/hgsvn/pkg-descr (new)
  1.1       +3 -0      ports/devel/hgsvn/pkg-plist (new)


More information about the cvs-ports mailing list