Changes between Initial Version and Version 3 of Ticket #20777


Ignore:
Timestamp:
Nov 16, 2009, 12:15:24 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20777

    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Milestone changed from to MacPorts Future
  • Ticket #20777 – Description

    initial v3  
    1 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`).
     1In 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`).