History Of Ticket 68c7f7bee9513021546efac9166a70674f663e0b
Not logged in
Ticket change [cc60a72d1e] (rid 5525) by drh on 2009-10-31 14:08:58:
  1. Appended to comment:

    drh added on 2009-10-31 14:08:58:
    Check-in 11ecd5c0b512fdea2565a133e9dec19c4ba81e27

  2. Change resolution to "Fixed"
  3. Change status to "Fixed"
Ticket change [e2f2293853] (rid 5399) by rwilson on 2009-10-07 00:17:54:
  1. Change comment to "the remote-url command should preserve the username and password that are embedded in the url, but it does not. my system is a windows system, if that makes a difference. however, i think the problem is in remote_url_cmd() where it stores g.urlCanonical, which strips the usr:pwd@ from the url. process_sync_args(), by comparison, will take <nowiki>arg[2]</nowiki> over g.urlCanonical as long as the url does not refer to a file. i think remote_url_cmd() should do the same. <pre> PS C:\fossil\fossil> fossil remote-url --show-pw http://rwilson:password@www.fossil-scm.org/ PS C:\fossil\fossil> fossil remote-url http://a:b@www.fossil-scm.org/ http://www.fossil-scm.org/ PS C:\fossil\fossil> fossil remote-url --show-pw http://www.fossil-scm.org/ PS C:\fossil\fossil> fossil ver This is fossil version [37f295c310] 2009-09-21 19:19:20 UTC PS C:\fossil\fossil> </pre>"
  2. Change foundin to "37f295c310"
  3. Change private_contact to "2359089ef753bc96e12743e299243d5232c749fa"
  4. Change severity to "Minor"
  5. Change status to "Open"
  6. Change title to "remote-url command doesn't persist username and password"
  7. Change type to "Code_Defect"