Opened 15 years ago
Closed 14 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)
Change History (4)
Changed 15 years ago by chris@…
Attachment: | Portfile.diff added |
---|
Changed 15 years ago by chris@…
Attachment: | patch-externals.c.diff added |
---|
files/patch-externals.c.diff - patch to correct the problem
comment:1 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to dluke@… |
---|---|
Priority: | High → Normal |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This appears to be long since fixed.
Note: See
TracTickets for help on using
tickets.
Patch to Portfile to bump revision and add reference to source patch.