Commit graph

17 commits

Author SHA1 Message Date
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Jason Helfman
95c0a8a483 - update to 1.0
svnup-1.0 - 3 August 2013
-  Fixed a bug with using custom port numbers.

Submitted by:	jcm@visi.com (maintainer, via personal mail)
2013-08-04 06:47:58 +00:00
Jason Helfman
e95c0f3261 - update to 0.99 (bugfix release)
PR:		180490
Reported by:	redrat@mail.ru
Submitted by:	jcm@visi.com (maintainer)
2013-07-25 00:31:38 +00:00
Jason Helfman
9ef3e0d263 - update to 0.98 [1]
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]
2013-07-23 07:46:56 +00:00
Jason Helfman
d6742ed77c - update to 0.97
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 )
2013-07-01 00:13:20 +00:00
Jason Helfman
b2a1fe8968 - update to 0.96
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)
2013-06-21 06:03:25 +00:00
Jason Helfman
a85d45e9db - update to 0.95
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)
2013-06-16 07:07:17 +00:00
Jason Helfman
b286a9090c - update to 0.90
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
2013-06-09 03:36:49 +00:00
Jason Helfman
62dfc51bf0 - update to 0.73
- 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
2013-06-03 00:11:32 +00:00
Jason Helfman
2adb5908b7 - update to 0.72
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
2013-05-16 22:54:58 +00:00
Jason Helfman
53cfb4d9a3 - update to 0.71
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
2013-05-10 01:08:37 +00:00
Jason Helfman
0b006259ac - update to 0.70
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
2013-05-09 02:08:32 +00:00
Jason Helfman
5a73402b76 - update to 0.63
- 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
2013-04-18 16:13:41 +00:00
Jason Helfman
6c375692c2 - update to 0.62
- 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
2013-04-16 22:00:28 +00:00
Bryan Drewery
a73c7c9632 - Add mirror as main site is not working
Approved by:	portmgr (implicit)
With hat:	portmgr
Reported by:	Ilya A. Arkhipov <rum1cro@yandex.ru>
2013-04-10 20:56:07 +00:00
Jason Helfman
a4d21be282 - update to 0.56 (bug fix release)
Submitted by:	maintainer, jcm@visi.com (via mail)
2013-03-02 23:32:40 +00:00
Jason Helfman
1495500dbb - add new port: net/svnup
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
2013-02-28 06:59:13 +00:00