CVS log for ports/devel/pysvn/distinfo
Up to [FreeBSD] / ports / devel / pysvn
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 7 10:57:44 2011 UTC (8 months ago) by culot
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
- Update to 1.7.5 PR: ports/157678 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 28 15:50:54 2010 UTC (23 months, 1 week ago) by nemoliu
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- Update to 1.7.2 PR: ports/144359 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Feature safe: yes
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 23 09:29:45 2009 UTC (2 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Unbreak build - Upgrade pysvn to 1.7.0. This release include: * bug fixes for reported issues * New callback_conflict_resolver * Support Subversion 1.6 PR: 133893 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 17 18:25:33 2008 UTC (3 years, 2 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 1.6.2 - Use PYTHONPREFIX_SITELIBDIR instead PR: ports/128850 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Attila Nagy <bra AT fsn.hu> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 2 14:35:17 2008 UTC (3 years, 4 months ago) by lwhsu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- Update to 1.6.1 PR: ports/127752 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Attila Nagy <bra AT fsn.hu> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 23 08:07:29 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 1.6.0 - Switch to neon.28 and require at least py-cxx 5.4.1 PR: ports/125869 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 27 09:29:44 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. This API cannot create new repositories; it can only interact with existing repositories. If you need to create a repository, use the svnadmin command from Subversion. Using the API, you can check out a working copy, add, edit, and remove working files, and check in, compare, or discard your changes. Repository properties such as keyword expansion, end of line characters, and ignore lists can also be examined and manipulated. WWW: http://pysvn.tigris.org/ PR: ports/122986 Submitted by: Attila Nagy <bra@fsn.hu>
