• 
      

    Add --svn-prompt-password option

    Review Request #7206 — Created April 15, 2015 and submitted

    Information

    RBTools
    release-0.7.x
    55d6902...

    Reviewers

    The --svn-prompt-password option will prompt the user for their SVN
    password the first time an SVN command is run. This is useful so as the
    --svn-password option will leave the user's password visible in plain
    text on their console and in their history, which can be a security
    concern on shared systems.

    Successfully used the --svn-prompt-password option when using an SVN
    repository with the remote repository over HTTP. The password was
    prompted for and the command worked.

    Description From Last Updated

    Add added_in field.

    gmyersgmyers
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
    2. 
        
    brennie
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
    2. 
        
    gmyers
    1. 
        
    2. rbtools/commands/__init__.py (Diff revision 2)
       
       
       
       
       
       
       
       
      Show all issues

      Add added_in field.

    3. 
        
    brennie
    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
      
      Tool: Pyflakes
      Processed Files:
          rbtools/clients/svn.py
          rbtools/commands/__init__.py
      
      
    2. 
        
    brennie
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.7.x (c6ffdd0)