aboutsummaryrefslogtreecommitdiff
path: root/devel/hgsvn
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.5Xin LI2008-01-102-5/+4
| | | | Notes: svn path=/head/; revision=205362
* Make use of port infrastructure's easy_install support[1]. While I'm there,Xin LI2007-12-141-1/+4
| | | | | | | | | | add subversion and mercurial as RUN_DEPENDS, as one will have to install them to make this useful. Reported by: pointyhat via pav [1] Notes: svn path=/head/; revision=203513
* Add hgsvn:Xin LI2007-12-134-0/+45
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 Notes: svn path=/head/; revision=203432