summaryrefslogtreecommitdiff
path: root/subversion
Commit message (Collapse)AuthorAge
* workaround_EINVAL_on_kfreebsdJames McCoy2018-10-09
| | | Gbp-Pq: Name workaround_EINVAL_on_kfreebsd
* ssh-no-controlmasterJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | | Bug #413102: Avoid accidentally becoming an ssh ControlMaster. Bug #413102: Avoid accidentally becoming an ssh ControlMaster. If you set ControlMaster via your ssh config: .ssh/config: Host * ControlMaster auto Controlpath ~/.ssh/master-%r@%h:%p you can get 'svn: Can't write to connection: Broken pipe' with certain ssh commands, because svn can open multiple ssh sessions and kill them at unpredictable times. I don't really think the problem is either svn's or openssh's fault, but this is the obvious way to avoid it. We will still use ssh connection sharing, but only if a ControlMaster is already present. Gbp-Pq: Name ssh-no-controlmaster
* ruby-test-svnserve-raceJames McCoy2018-10-09
| | | | | | | | | | | | Bug #378837: Ruby testsuite: wait for svnserve to start before Bug #378837: Ruby testsuite: wait for svnserve to start before connecting to it. This mainly affects very slow machines - observed on various arm and m68k builds. Thanks to Roman Zippel, Kobayashi Noritada, Wouter Verhelst and Martin Michlmayr. Gbp-Pq: Name ruby-test-svnserve-race
* repos-templatesJames McCoy2018-10-09
| | | | | | | | | | Bug #210901: Add fully qualified paths to commands in example hook Bug #210901: Add fully qualified paths to commands in example hook scripts that get installed as .tmpl files in new repositories. Use $REPOS/hooks/ as the path, to encourage repository admins to copy the hooks, not just use them in place. Gbp-Pq: Name repos-templates
* last-changed-date-charsetJames McCoy2018-10-09
| | | | | | | | | | Bug #290774: Convert $LastChangedDate$ keyword to the local character Bug #290774: Convert $LastChangedDate$ keyword to the local character set, since it is already rendered in the local language. Not accepted upstream: http://svn.haxx.se/dev/archive-2006-04/0730.shtml Gbp-Pq: Name last-changed-date-charset
* New upstream version 1.11.0~rc2James McCoy2018-10-02
|
* New upstream version 1.10.2James McCoy2018-07-31