Skip to main content

$ vcspull · Python Package License Code Coverage

Manage and sync multiple git, svn, and mercurial repos via JSON or YAML file. Compare to myrepos, mu-repo. Built on libvcs.

Great if you use the same repos at the same locations across multiple machines or want to clone / update a pattern of repos without having to cd into each one.

  • clone /update to the latest repos with $ vcspull
  • use filters to specify a location, repo url or pattern in the manifest to clone / update
  • supports svn, git, hg version control systems
  • automatically checkout fresh repositories
  • supports pip-style URL's (RFC3986-based url scheme)

See the documentation, configuration examples, and config generators.

how to

install

$ pip install --user vcspull

Developmental releases

You can test the unpublished version of vcspull before its released.

  • pip:

    $ pip install --user --upgrade --pre vcspull
    
  • pipx:

    $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
    

    Then use vcspull@next sync [config]....

configure

add repos you want vcspull to manage to ~/.vcspull.yaml.

vcspull does not currently scan for repos on your system, but it may in the future

~/code/:
  flask: "git+https://github.com/mitsuhiko/flask.git"
~/study/c:
  awesome: "git+git://git.naquadah.org/awesome.git"
~/study/data-structures-algorithms/c:
  libds: "git+https://github.com/zhemao/libds.git"
  algoxy:
    repo: "git+https://github.com/liuxinyu95/AlgoXY.git"
    remotes:
      tony: "git+ssh://git@github.com/tony/AlgoXY.git"

(see the author's .vcspull.yaml, more configuration)

$HOME/.vcspull.yaml and $XDG_CONFIG_HOME/vcspull/ (~/.config/vcspull) can be used as a declarative manifest to clone you repos consistently across machines. Subsequent syncs of nitialized repos will fetch the latest commits.

clone / update your repos

$ vcspull

Keep nested VCS repositories updated too, lets say you have a mercurial or svn project with a git dependency:

external_deps.yaml in your project root, (can be anything):

./vendor/:
  sdl2pp: "git+https://github.com/libSDL2pp/libSDL2pp.git"

clone / update repos:

$ vcspull sync -c external_deps.yaml

See the Quickstart for more.

pulling specific repos

have a lot of repos?

you can choose to update only select repos through fnmatch patterns. remember to add the repos to your ~/.vcspull.{json,yaml} first.

The patterns can be filtered by by directory, repo name or vcs url.

// any repo starting with "fla"
$ vcspull sync "fla*"
// any repo with django in the name
$ vcspull sync "*django*"

// search by vcs + url
// since urls are in this format <vcs>+<protocol>://<url>
$ vcspull sync "git+*"

// any git repo with python in the vcspull
$ vcspull sync "git+*python*

// any git repo with django in the vcs url
$ vcspull sync "git+*django*"

// all repositories in your ~/code directory
$ vcspull sync "$HOME/code/*"
image

Donations

Your donations fund development of new features, testing and support. Your money will go directly to maintenance and development of the project. If you are an individual, feel free to give whatever feels right for the value you get out of the project.

See donation options at https://git-pull.com/support.html.

More information

Docs Build Status

Release files for vcspull 1.12.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vcspull 1.12.2
File Size Uploaded
vcspull-1.12.2.tar.gz 20.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for vcspull 1.12.2
File Interpreter ABI Platform
vcspull-1.12.2-py3-none-any.whl Python 3 none any Details

Total release size: 33.2 kB

Release files / vcspull-1.12.2.tar.gz

Download URL vcspull-1.12.2.tar.gz
Size 20.5 kB
Tags Source
SHA-256 checksum
How to use checksums
afa7a8d52e4fff055fcea5ee03c69dfe2659ced20c0025cf996fdaa0c9f082c3
BLAKE2b-256 checksum
How to use checksums
2c9f184cc7f67d6b7c4531abc2804f3abcfe7e04af048bde75c947211f99f94a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / vcspull-1.12.2-py3-none-any.whl

Download URL vcspull-1.12.2-py3-none-any.whl
Size 12.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
dca80c97c931b8e99d399fbc166c4e5c68c588cd6fdb3b62b77b1beba6a0f6f4
BLAKE2b-256 checksum
How to use checksums
396a7cff3d0770be557ce5034ad4223965e1ce50f515d871f0c3ccaeb14eb733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release history Release notifications | RSS feed

1.67.0

2 release files

1.66.0

2 release files

1.64.0

2 release files

1.63.0

2 release files

1.62.0

2 release files

1.61.0

2 release files

1.60.1

2 release files

1.60.0

2 release files

1.59.0

2 release files

1.58.1

2 release files

1.57.0

2 release files

1.56.1

2 release files

1.56.0

2 release files

1.55.0

2 release files

1.51.0

2 release files

1.50.1

2 release files

1.50.0

2 release files

1.48.0

2 release files

1.47.1

2 release files

1.47.0

2 release files

1.41.0

2 release files

1.40.0

2 release files

1.39.1

2 release files

1.39.0

2 release files

1.38.0

2 release files

1.37.0

2 release files

1.36.0

2 release files

1.34.1

2 release files

1.34.0

2 release files

1.33.0

2 release files

1.32.0

2 release files

1.31.0

2 release files

1.30.0

2 release files

1.29.0

2 release files

1.28.1

2 release files

1.26.0

2 release files

1.25.0

2 release files

1.24.1

2 release files

1.24.0

2 release files

1.23.0

2 release files

1.21.1

2 release files

1.21.0

2 release files

1.20.3

2 release files

1.20.1

2 release files

1.20.0

2 release files

1.19.0

2 release files

1.17.1

2 release files

1.17.0

2 release files

1.16.0

2 release files

1.15.8

2 release files

1.15.7

2 release files

1.15.6

2 release files

1.15.5

2 release files

1.15.4

2 release files

1.15.3

2 release files

1.13.0

2 release files

This release

1.12.2 This release

2 release files

1.12.0

2 release files

1.11.3

2 release files

1.11.2

2 release files

1.11.1

2 release files

1.9.0

2 release files

1.8.1

2 release files

1.8.0

2 release files

1.7.0

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.3

1 release file

1.4.2

1 release file

1.4.1

1 release file

1.4.0

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2.0

1 release file

1.1.0

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

0.9.0

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.10

1 release file

0.0.9.1

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page