CVS log for ports/devel/hgsvn/Makefile
Up to [FreeBSD] / ports / devel / hgsvn
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:14:48 2011 UTC (6 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Update to 0.1.9.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 18 04:07:38 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Chase devel/apr -> devel/apr1 shuffling PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 5 21:52:12 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
4/5: Chase devel/apr shlib bump PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 30 01:30:13 2010 UTC (2 years ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -4 lines
Update to 0.1.8
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 22 23:20:12 2009 UTC (2 years, 4 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -4 lines
Update to 0.1.7. Submitted by: Marco Bröder <marco.broeder gmx eu> PR: ports/ports/139067 Feature safe: yes
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 7 12:37:18 2008 UTC (3 years, 7 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
- Bump PORTREVISION after apr update PR: 125270 125271 125272 125278 125281 125282 125284 125285 125287 125288 125289 125290 125291 125292 125293 125295 125296 125297 125300 Submitted by: rodrigc
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 30 19:33:32 2008 UTC (3 years, 7 months ago) by delphij
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Update to 0.1.6
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:18 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 10 10:14:10 2008 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Update to 0.1.5
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 14 00:04:37 2007 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
Make use of port infrastructure's easy_install support[1]. While I'm there, add subversion and mercurial as RUN_DEPENDS, as one will have to install them to make this useful. Reported by: pointyhat via pav [1]
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 13 01:32:50 2007 UTC (4 years, 1 month ago) by delphij
Branches: MAIN
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
