History Of Ticket e19b873e0d
Not logged in
Ticket change [582df7e762] (rid 5234) by altufaltu on 2009-09-16 17:05:49:
  1. Change comment to "I hope I haven't just missed this in the documentation, but I can't find how to check out a complete set of code according to a global revision number (like subversion) or to a timestamp (like CVS). I would sincerely appreciate such a feature being added, if it is lacking, since unfortunately the Sqlite project has migrated away from CVS into Fossil. <hr><i>drh added on 2009-09-16 14:42:26:</i><br> Check-out complete code by the hexadecimal (SHA1-hash prefix) version number as follows: wget http://www.fossil-scm.org/fossil/zip/FILENAME.zip?uuid=VERSION Change FILENAME and VERSION in the above as appropriate for what you want to do. There is no way to get a ZIP Archive based on just the date. (That is problematic because there could be multiple branches and forks going all at once.) But you can get a timeline of check-ins that occur around a certain date by pointing your web-browser at a URL like the following: [http://www.fossil-scm.org/fossil/timeline?c=2009-08-01] Adjust the date at the end of the URL as appropriate, of course. <hr><i>altufaltu added on 2009-09-16 17:05:00:</i><br> I think ability to specify a combination of date/time and branch name (default to trunk) in fossil open and fossil update command would be helpful. I understand that other clones may have different data but given a local version of repository, this option will be helpful to go back and forth in time. Please consider this request. - Altu"
Ticket change [1739c97e1d] (rid 5233) by altufaltu on 2009-09-16 17:05:00:
  1. Appended to comment:

    altufaltu added on 2009-09-16 17:05:00:
    I think ability to specify a combination of date/time and branch name (default to trunk) in fossil open and fossil update command would be helpful.

    I understand that other clones may have different data but given a local version of repository, this option will be helpful to back and forth in time.

    Please consider this request.

    - Altu

Ticket change [f24a138625] (rid 5227) by drh on 2009-09-16 14:42:26:
  1. Appended to comment:

    drh added on 2009-09-16 14:42:26:
    Check-out complete code by the hexadecimal (SHA1-hash prefix) version number as follows:

    wget http://www.fossil-scm.org/fossil/zip/FILENAME.zip?uuid=VERSION

    Change FILENAME and VERSION in the above as appropriate for what you want to do.

    There is no way to get a ZIP Archive based on just the date. (That is problematic because there could be multiple branches and forks going all at once.) But you can get a timeline of check-ins that occur around a certain date by pointing your web-browser at a URL like the following:

    http://www.fossil-scm.org/fossil/timeline?c=2009-08-01

    Adjust the date at the end of the URL as appropriate, of course.

  2. Change resolution to "Not_A_Bug"
  3. Change status to "Closed"
Ticket change [89c77f8631] (rid 5225) by anonymous on 2009-09-16 06:26:19:
  1. Change comment to "I hope I haven't just missed this in the documentation, but I can't find how to check out a complete set of code according to a global revision number (like subversion) or to a timestamp (like CVS). I would sincerely appreciate such a feature being added, if it is lacking, since unfortunately the Sqlite project has migrated away from CVS into Fossil."
  2. Change foundin to "Latest"
  3. Change severity to "Severe"
  4. Change status to "Open"
  5. Change title to "Ability to check-out to a global revision number and/or date"
  6. Change type to "Feature_Request"