Modify ↓
Opened 18 years ago
Closed 18 years ago
#7123 closed defect (fixed)
svn:externals can cause infinite loop
| Reported by: | Tim Hatch | Owned by: | Tim Hatch |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | general | Version: | 0.11b2 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Setting svn:externals to blah /path causes an infinite loop ending in MemoryError. I ran a quick test by the svn version at hand and it seems to skip such entries as incorrect.
I'm patching trunk for this in a sec (to simply prevent the loop, not try to make sense out of the entries).
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Applied in r6829