Opened 14 years ago

Closed 13 years ago

#22322 closed defect (fixed)

Fix for subversion "ssh connections piling up with many externals" problem

Reported by: chris@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: subversion

Description

If you are using subversion to check out a tree that contains many externals via svn+ssh, the ssh connections stack up until the parent svn command exits. For a large project, this can exhaust system resource limits and cause the "svn co" or "svn up" command to hang. This problem is present in subversion 1.6.5, and was fixed upstream only ten days ago.

This ticket applies the patch found at

http://svn.collab.net/viewvc/svn?view=revision&revision=40152

to correct the problem, and bumps the port revision to make version 1.6.5_1.

Attachments (2)

Portfile.diff (556 bytes) - added by chris@… 14 years ago.
Patch to Portfile to bump revision and add reference to source patch.
patch-externals.c.diff (1.1 KB) - added by chris@… 14 years ago.
files/patch-externals.c.diff - patch to correct the problem

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by chris@…

Attachment: Portfile.diff added

Patch to Portfile to bump revision and add reference to source patch.

Changed 14 years ago by chris@…

Attachment: patch-externals.c.diff added

files/patch-externals.c.diff - patch to correct the problem

comment:1 Changed 14 years ago by blb@…

Owner: changed from macports-tickets@… to dluke@…
Priority: HighNormal

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

This appears to be long since fixed.

Note: See TracTickets for help on using tickets.