zoukankan      html  css  js  c++  java
  • fossil 使用

    ~$ fossil update
    Cannot figure out who you are! Consider using the --user
    command line option, setting your USER environment variable,
    or setting a default user with "fossil user default USER".
    cannot determine user

    ~$ fossil user list
    anonymous Anon
    developer Dev
    hu
    nobody Nobody
    reader Reader
    ~$ fossil user ls
    anonymous Anon
    developer Dev
    hu
    nobody Nobody
    reader Reader
    ~$ fossil user default anonymous
    ~$ fossil update
    Autosync: https://synopse.info/fossil
    Round-trips: 1 Artifacts sent: 0 received: 0
    Pull done, sent: 310 received: 613 ip: 2.0.1.187
    -------------------------------------------------------------------------------
    checkout: b0e38cf244ef67d22ef54e9bdb29d9455bc52d5e 2018-10-13 10:36:12 UTC
    tags: trunk
    comment: {4847} XE5 and higher FireDAC DriverID for firebird definition fix - thanks Oleg Tretyakov for the github pull request! (user: ab)
    changes: None. Already up-to-date

    https://www.fossil-scm.org/xfer/test-all-help

    user:

    user:

    Usage: fossil user SUBCOMMAND ...  ?-R|--repository FILE?
    
    Run various subcommands on users of the open repository or of
    the repository identified by the -R or --repository option.
    
       fossil user capabilities USERNAME ?STRING?
    
           Query or set the capabilities for user USERNAME
    
       fossil user default ?USERNAME?
    
           Query or set the default user.  The default user is the
           user for command-line interaction.
    
       fossil user list
       fossil user ls
    
           List all users known to the repository
    
       fossil user new ?USERNAME? ?CONTACT-INFO? ?PASSWORD?
    
           Create a new user in the repository.  Users can never be
           deleted.  They can be denied all access but they must continue
           to exist in the database.
    
       fossil user password USERNAME ?PASSWORD?
    
           Change the web access password for a user.
  • 相关阅读:
    .Net 应用中使用dot trace进行性能诊断
    MyBatis批量增删改查操作
    hadoop2.7.2基于centos全然分布式安装
    HDOJ 3666 THE MATRIX PROBLEM 差分约束
    BZOJ1635: [Usaco2007 Jan]Tallest Cow 最高的牛
    BZOJ1089: [SCOI2003]严格n元树
    BZOJ1406: [AHOI2007]密码箱
    BZOJ1270: [BeijingWc2008]雷涛的小猫
    BZOJ1211: [HNOI2004]树的计数
    BZOJ2729: [HNOI2012]排队
  • 原文地址:https://www.cnblogs.com/marklove/p/9799874.html
Copyright © 2011-2022 走看看