GithubHelp home page GithubHelp logo

sup's Introduction

sup - do <whatever SCM> update

NAME

sup(1) - do <whatever SCM> update

SYNOPSIS

sup [-erq] [<path>...]
vcs [-q] [<path>...]

DESCRIPTION

sup(1) is a tool to just "update" a working directory using whatever SCM commands appropriate for the directory. Updating is performed for each given path, or the current directory if none is given.

sup currently supports CVS (cvs), Subversion (svn), Git (git/git-svn), Mercurial (hg) and Bazaar (bzr).

Git-only features:

  • Calls git-sync or hub sync if they are available
  • Updates remotes in parallel
  • Follows the master to main switch in remotes

If called as vcs, the name of SCM detected is printed for each given path.

OPTIONS

The following command line arguments are supported:

-e

Show errors only, suppressing output of successful updates.

-q

Suppress warnings like "VCS unknown".

-r

Update directories recursively according to a file named .sup which should list the names of subdirectories to process. Empty lines and lines starting with # are ignored, lines starting with - or ! are regarded as negative patterns, and those starting with + or otherwise, are regarded as positive patterns. Surrounding space characters are trimmed, and shell wildcards are available.

In recursion, symbolic links are ignored for security reasons.

BUGS

  • The name obviously collides with the legendary tool "SUP" (Software Upgrade Protocol).

  • sup calls rebase in Git instead of merge and there is no way to configure that.

  • There is no command line option, no configuration and no nothing.

AUTHOR

Copyright (c) 2008-2024 Akinori MUSHA.

Licensed under the 2-clause BSD license. See LICENSE.txt for details.

Visit GitHub Repository for the latest information.

sup's People

Contributors

knu avatar

Stargazers

Jarrian Gojar avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.