-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkoutmanager.cfg
49 lines (48 loc) · 1.35 KB
/
checkoutmanager.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Sample config file. Should be placed as .checkoutmanager.cfg in your home
# directory.
#
# There are different sections per base location and version control
# system.
#
# ``checkoutmanager co`` checks them all out (or clones them).
# ``checkoutmanager up`` updates them all.
# ``checkoutmanager st`` to see if there are uncommitted changes.
# ``checkoutmanager out`` to see if there are unpushed git/hg commits.
[homescripts]
vcs = git
basedir = ~
checkouts =
[email protected]:v17al/home-scripts.git bin
#[recipes]
## Buildout recipes I work on.
#vcs = svn
#basedir = ~/svn/recipes
#checkouts =
# http://svn.zope.org/repos/main/z3c.recipe.usercrontab/trunk
# # svn+ssh://[email protected]/repos/main/z3c.recipe.usercrontab/trunk
#
#[hg-example]
#vcs = hg
#basedir = ~/utilities
#checkouts =
# https://bitbucket.org/reinout/checkoutmanager
# https://bitbucket.org/reinout/eolfixer
# https://bitbucket.org/reinout/createcoverage
#
#
##[git-example]
#vcs = git
#basedir = /tmp/git
#checkouts =
# [email protected]:django/django.git
#
# [dotfolders]
# # Advanced usage!
# # Folders that end up as dotted configfolders in my home dir.
# # Note that there's a directory name behind the repository
# # location, separated by a space.
# vcs = bzr
# basedir = ~
# checkouts =
# lp:emacsconfig/trunk .emacs.d
# sftp://somewhere/subversion/trunk .subversion