#20777: Subversion fetch should use peg revisions not operative revisions -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: MacPorts Future Component: base | Version: 1.7.1 Keywords: | Port: -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Old description:
In order to ensure that a user always gets the same code for a port that checks out from Subversion, MacPorts uses an operative revision (`svn co URL -rREV`). This is insufficient in the case where the directory being fetched from is renamed or delete later. MacPorts should use a peg revision instead (`svn co URL@REV`).
New description: In order to ensure that a user always gets the same code for a port that checks out from Subversion, MacPorts uses an operative revision (`svn co URL -r REV`). This is insufficient in the case where the directory being fetched from is renamed or deleted later. MacPorts should use a peg revision instead (`svn co URL@REV`). -- -- Ticket URL: <http://trac.macports.org/ticket/20777#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS