Ticket Change Details
Not logged in
Overview

Artifact ID: b2fb7e4b423c5f4b1a632e2484c557c02cffc99c
Ticket: ce33b14f8fa9a41679705502086ca5fdfb5d142f
'configure pull' command recevie empty response.
User & Date: anonymous 2011-02-18 19:52:23
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2011-02-18 19:52:23 UTC:</i><br />
    This would be nice to see. At present, if you aren't logged in via remote-url, <code>fs config pull all</code> silently fails unless you're really observant and notice there weren't any received cards. This took me a few minutes of head scratching to figure out. I'm not sure the patch is the right way to solve this (it could be), but I'm glad I'm not the only one who's run in to this oddity.
    
    <verbatim>% fs config pull all
                    Bytes      Cards  Artifacts     Deltas
    Sent:             660         26          0          0
    waiting for server...Total network traffic: 428 bytes sent, 0 bytes received
    % fs remote-url
    http://127.0.0.1:9023/
    % fs remote-url http://sean@127.0.0.1:9023/
    password for sean: 
    http://sean@127.0.0.1:9023/
    % fs config pull all
                    Bytes      Cards  Artifacts     Deltas
    Sent:             660         26          0          0
    Received:       55201         15          0          0
    Total network traffic: 490 bytes sent, 39537 bytes received</verbatim>
    
  2. resolution changed to: "Open"