aboutsummaryrefslogtreecommitdiff
path: root/net/svnup
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update to 1.0Jason Helfman2013-08-042-3/+3
| | | | | | | | | | svnup-1.0 - 3 August 2013 - Fixed a bug with using custom port numbers. Submitted by: jcm@visi.com (maintainer, via personal mail) Notes: svn path=/head/; revision=324217
* - update to 0.99 (bugfix release)Jason Helfman2013-07-252-3/+3
| | | | | | | | | PR: 180490 Reported by: redrat@mail.ru Submitted by: jcm@visi.com (maintainer) Notes: svn path=/head/; revision=323624
* - update to 0.98 [1]Jason Helfman2013-07-232-3/+3
| | | | | | | | | | | | | | | svnup-0.98 - 22 July 2013 - Fixed a bug related to recent (v 1.8) updates to the svn protocol (pr ports/180485). [2] - Fixed a bug where version tags were inserted into files that did not have the FreeBSD=%H keyword associated with them (ports/180490). [3] PR: 180485 [2] PR: 180490 [3] Submitted by: jcm@visi.com (maintainer) [1] Notes: svn path=/head/; revision=323518
* - update to 0.97Jason Helfman2013-07-012-3/+3
| | | | | | | | | | | svnup-0.97 - 30 June 2013 - Fixed bugs in find_local_files and set_configuration_parameters - special thanks to Rudolf Cejka <cejkar@fit.vutbr.cz>. Submitted by: jcm@visi.com ( maintainer ) Notes: svn path=/head/; revision=322108
* - update to 0.96Jason Helfman2013-06-212-3/+3
| | | | | | | | | | | | svnup-0.96 - 19 June 2013 - Added a command line option for overriding the location where the lists of known files are stored. - Simplified the procedure that removes (prunes) local files. Submitted by: jcm@visi.com (maintainer) Notes: svn path=/head/; revision=321443
* - update to 0.95Jason Helfman2013-06-162-3/+3
| | | | | | | | | | | | | | svnup-0.95 - 15 June 2013 - Fixed a bug with the $FreeBSD$ line (pr ports/179548) - Fixed a bug where local files were not being removed when using the -t option. PR: 179548 Reported by: redrat@mail.ru Submitted by: jcm@visi.com (maintainer) Notes: svn path=/head/; revision=321024
* - update to 0.90Jason Helfman2013-06-092-3/+3
| | | | | | | | | | | | | | | | svnup-0.9 - 8 June 2013 - Added a new command line and show all files that exist in the target directory structure that do not exist in the repository. - Fixed bug with the way the progress indicator is displayed. - Fixed segmentation fault that occurred when using the svn protocol and displaying the progress indicator. PR: 179325 Reported by: redrat@mail.ru Submitted by: maintainer, jcm@visi.com Notes: svn path=/head/; revision=320312
* - update to 0.73Jason Helfman2013-06-032-6/+5
| | | | | | | | | | | | | | | | | | | | - while here trim COMMENT and stale mirror svnup-0.73 - 2 June 2013 - Significantly improved performance when using the http/https protocol to fetch incremental updates. - Added a new command line and section option to allow a custom port number to connect to. - Added a new command line option to override the specified section's protocol. - Added a new command line and section option to remove (trim) any files found in the local copy that are not found in the repository. - Fixed a display bug in the progress indicator. Submitted by: maintainer (jcm@visi.com) via mail Notes: svn path=/head/; revision=319735
* - update to 0.72Jason Helfman2013-05-162-3/+3
| | | | | | | | | | | | | | svnup-0.72 - 16 May 2013 - Fixed a bug with the -r command line option. [1] - Added a progress indicator to the output when the verbosity is > 1. - More code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>. - Switched from non-blocking to blocking I/O PR: 178640 [1] Reported by: markiyan.kushnir@gmail.com Notes: svn path=/head/; revision=318343
* - update to 0.71Jason Helfman2013-05-102-3/+3
| | | | | | | | | | | | | | svnup-0.71 - 9 May 2013 - Fixed a bug with the -V command line option not displaying the version number. - Code cleanup - special thanks to Eitan Adler <lists@eitanadler.com>. - Changed the default directory for storing "known files" to /var/tmp/svnup/ in svnup.conf. Submitted by: maintainer, via mail Notes: svn path=/head/; revision=317756
* - update to 0.70Jason Helfman2013-05-092-3/+3
| | | | | | | | | | | | | | | | | | svnup-0.70 - 7 May 2013 - Merged the http and svn code paths. - Replaced binary search tree code with red-black tree defined in <sys/tree.h> - Fixed a bug where revision tags were improperly included if the FreeBSD=%H was not included in the file attributes. - Changed the default directory for storing known files to /var/db/svnup/. - Added the command line option -n to display section's the last known revision and exit. Submitted by: maintainer, via mail Notes: svn path=/head/; revision=317721
* - update to 0.63Jason Helfman2013-04-182-4/+3
| | | | | | | | | | | | | - Fixed a bug where filenames containing multiple hex encoded characters weren't being properly decoded. - adjust mirrors while here Submitted by: maintainer, jcm@visi.com Feature safe: yes Notes: svn path=/head/; revision=316048
* - update to 0.62Jason Helfman2013-04-163-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adjust mirror priorities based on availability svnup-0.62 - 11 April 2013 * Implemented binary search tree for faster lookups of "known files". * Added support for handling symbolic links in the repository. * Fixed a bug where file names with hex encoded characters sent during http transfers weren't properly decoded. * Fixed bug when allocating space for the /tmp/svnup directory - special thanks to (Ilya A. Arkhipov <m1cro@rambler-co.ru>). * Fixed bug where incorrect number of bytes were sent in send_command - special thanks to <boco@ufanet.ru>. svnup-0.61 - 6 April 2013 * Fixed a bug with file deletion. * Minor speed improvement with "known file" lookup. * Fixed several valgrind-detected small memory leaks. * Fixed a segfault when https:// was added to a -h parameter. svnup-0.60 - 3 April 2013 * http/https support added. * added support for a configuration/preferences/aliases file. * added IPv6 support. PR: 177614 [1] PR: 177777 Submitted by: maintainer, jgh@, zi@ [1] Approved by: maintainer, jcm@visi.com Feature safe: yes Notes: svn path=/head/; revision=315911
* - Add mirror as main site is not workingBryan Drewery2013-04-101-1/+2
| | | | | | | | | Approved by: portmgr (implicit) With hat: portmgr Reported by: Ilya A. Arkhipov <rum1cro@yandex.ru> Notes: svn path=/head/; revision=315780
* - update to 0.56 (bug fix release)Jason Helfman2013-03-022-3/+3
| | | | | | | Submitted by: maintainer, jcm@visi.com (via mail) Notes: svn path=/head/; revision=313306
* - add new port: net/svnupJason Helfman2013-02-283-0/+32
A lightweight, dependency-free program to pull source using the svn protocol. WWW: http://jcm.dsl.visi.com/freebsd/svnup/ PR: 176381 Submitted by: jcm@visi.com Notes: svn path=/head/; revision=313081