Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
cabf47dc
Commit
cabf47dc
authored
12 years ago
by
Richard Hartmann
Browse files
Options
Downloads
Plain Diff
Merge tag 'v1.20130614' into debian
Release v1.20130614 Birthday edition
parents
c06b5c24
161df8ce
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
PACKAGING.md
+24
-17
24 additions, 17 deletions
PACKAGING.md
README.md
+137
-66
137 additions, 66 deletions
README.md
changelog
+5
-0
5 additions, 0 deletions
changelog
doc/vcsh.1.ronn
+2
-2
2 additions, 2 deletions
doc/vcsh.1.ronn
vcsh
+1
-1
1 addition, 1 deletion
vcsh
with
169 additions
and
86 deletions
PACKAGING.md
+
24
−
17
View file @
cabf47dc
# Archlinux
# Distributions with readily available packages
## Archlinux
AUR does not require any packaging information within this repository.
AUR does not require any packaging information within this repository.
# Debian
#
# Debian
Debian packages are provided by the author in separate branches, maintained in
Debian packages are provided by the author in separate branches, maintained in
the upstream repository
the upstream repository
## Ubuntu
##
#
Ubuntu
Ubuntu imports Debian's package automagically.
Ubuntu imports Debian's package automagically.
# Mac OS X
#
# Mac OS X
/ Homebrew
Homebrew does not require any packaging information within this repository.
Homebrew does not require any packaging information within this repository.
A separate branch with a statically compiled manpage and release tags is
A separate branch with a statically compiled manpage and release tags is
provided to ease packaging. The static manpage because Homebrew lacks ronn;
provided to ease the work of Homebrew packagers:
the tag so github generates tarballs Homebrew can be pointed at.
# Additional notes
*
The static manpage because Homebrew lacks ronn
*
The tag so GitHub generates tarballs Homebrew can be pointed at
## Static manpage
In case you can not build the manpage because you are missing ronn please
# Supporting new distributions
contact the author. The "debian-squeeze" branch carries a quilt patchset with
a pre-compiled manpage and the "homebrew" one carries a static manpage. If you
need, or want, to build your packages against a static version in your own
branch this can be done.
##
Other systems
##
Your own work
If you are maintaining a package for a different distribution, please get
If you are maintaining a package for a different distribution, please get
in touch so your work can be included in another branch, thus allowing others
in touch so your work can be included in a packaging branch in the upstream
to adapt it to their needs or to improve upon it.
repository.
This allows others to adapt your work for their own distributions or
packaging needs.
## Static manpage
The "debian-squeeze" branch carries a quilt patchset with a pre-compiled
manpage and the "homebrew" one carries a static manpage.
In case you can not build the manpage because you are missing ronn or you
prefer a precompiled manpage for another reason, please contact us; we will
gladly provide up-to-date packages with every release.
This diff is collapsed.
Click to expand it.
README.md
+
137
−
66
View file @
cabf47dc
vcsh -
manage config files in $HOME via fake bar
e
g
it repositories
vcsh -
Version Control System for $HOME - multipl
e
G
it repositories
in $HOME
# Index #
1.
Contact
# Index
2.
Introduction
3.
Overview
4.
Getting Started
5.
Usage
# 1 Contact #
1.
[
Introduction
](
#introduction
)
2.
[
30 second howto
](
#30-second-howto
)
3.
[
Overview
](
#overview
)
4.
[
Getting Started
](
#getting-started
)
5.
[
Usage Exmaples
](
#usage-examples
)
6.
[
Contact
](
#contact
)
There are several ways to get in touch with the author and a small but committed
community around the general idea of version controlling your (digital) life.
*
IRC: #vcs-home on irc.oftc.net
*
Mailing list:
[
http://lists.madduck.net/listinfo/vcs-home
][
vcs-home-list
]
*
Pull requests or issues on
[
https://github.com/RichiH/vcsh
][
vcsh
]
# Introduction
# 2 Introduction #
[
vcsh
][
vcsh
]
allows you to maintain several git repositories in one single
[
vcsh
][
vcsh
]
allows you to maintain several git repositories in one single
directory. They all maintain their working trees without clobbering each other
directory. They all maintain their working trees without clobbering each other
or interfering otherwise. By default, all git repositories maintained via
or interfering otherwise. By default, all git repositories maintained via
`vcsh`
are stored in
<
$
HOME
>
but you can override this setting if you want to.
`vcsh`
are stored in
`
$HOME
`
but you can override this setting if you want to.
All th
at
means that you can have one repository per application or application
All th
is
means that you can have one repository per application or application
family, i.e.
`zsh`
,
`vim`
,
`ssh`
, etc. This, in turn, allows you to clone
family, i.e.
`zsh`
,
`vim`
,
`ssh`
, etc. This, in turn, allows you to clone
custom sets of configurations onto different machines or even for different
custom sets of configurations onto different machines or even for different
users; picking and mixing which configurations you want to use where.
users; picking and mixing which configurations you want to use where.
...
@@ -33,48 +25,80 @@ For example, you may not need to have your `mplayer` configuration on a server
...
@@ -33,48 +25,80 @@ For example, you may not need to have your `mplayer` configuration on a server
or available to root and you may want to maintain different configuration for
or available to root and you may want to maintain different configuration for
`ssh`
on your personal and your work machines.
`ssh`
on your personal and your work machines.
`vcsh`
was designed with
[
mr
][
mr
]
in mind so you might want to install that, as
`vcsh`
was designed with
[
mr
][
mr
]
, a tool to manage Multiple Repositories, in
well.
mind and the two integrate very nicely.
`mr`
has native support for
`vcsh`
repositories and to
`vcsh`
,
`mr`
is just another configuration to track.
Read
<INSTALL.md>
and
<PACKAGING.md>
for instructions specific to your operating
This make setting up any new machine a breeze. It takes literally less than
system
.
five minutes to go from standard installation to fully set up
system
The following overview will try to give you an idea of the use cases and
A lot of modern UNIX-based systems offer pacakges for
`vcsh`
. In case yours
advantages of
`vcsh`
. See sections 3 and 4 for detailed instructions and
does not read
`INSTALL.md`
for install instructions or
`PACKAGING.md`
to create
examples.
a package, yourself. If you do end up packaging
`vcsh`
please let us know so we
can give you your own packaging branch in the upstream repository.
##
2.1
Talks
##
## Talks
Some people found it useful to look at slides and videos explaining how
`vcsh`
Some people found it useful to look at slides and videos explaining how
`vcsh`
works.
works
instead of working through the docs, first
.
They can all be found
[
on the author's talk page
][
talks
]
.
They can all be found
[
on the author's talk page
][
talks
]
.
# 3 Overview
## 3.1 Comparison to Other Solutions ##
# 30 second howto
While it may appear that there's an overwhelming amount of documentation and
while the explanation of the concepts behind
`vcsh`
needs to touch a few gory
details of
`git`
internals, getting started with
`vcsh`
is extremely simple.
Let's say you want to version control your
`vim`
configuration:
vcsh init vim
vcsh vim add ~/.vimrc ~/.vim
vcsh vim commit -m 'Initial commit of my Vim configuration'
# optionally push your files to a remote
vcsh vim remote add origin <remote>
vcsh vim push origin master:master
vcsh vim branch --track master origin/master
If all that looks a _lot_ like standard
`git`
, that's no coincidence; it's
a design feature.
# Overview
## From zero to vcsh
You put a lot of effort into your configuration and want to both protect and
distribute this configuration.
Most people who decide to put their dotfiles under version control start with a
Most people who decide to put their dotfiles under version control start with a
single repository in
<
$
HOME
>
, adding all their dotfiles (and possibly more)
single repository in
`
$HOME
`
, adding all their dotfiles (and possibly more)
to it. This works, of course, but can become a nuisance as soon as you try to
to it. This works, of course, but can become a nuisance as soon as you try to
manage more than one host.
manage more than one host.
The next logical step is to create single-purpose repositories in, for example,
The next logical step is to create single-purpose repositories in, for example,
<
~/.
dotfiles
>
and to create symbolic links into
<
$
HOME
>
. This gives you the
`
~/.dotfiles
`
and to create symbolic links into
`
$HOME
`
. This gives you the
flexibility to check out only certain repositories on different hosts. The
flexibility to check out only certain repositories on different hosts. The
downsides of this approach are the necessary manual steps of cloning and
downsides of this approach are the necessary manual steps of cloning and
symlinking the individual repositories.
symlinking the individual repositories.
`vcsh`
takes this second approach one step further. It expects
`vcsh`
takes this approach one step further. It enables single-purpose
single-purpose repositories and stores them in a hidden directory (similar
repositories and stores them in a hidden directory. However, it does not create
to
<
~/.
dotfiles
>
). However, it does not create symbolic links in
<
$
HOME
>
; it
symbolic links in
`$HOME`
; it puts the actual files right into
`$HOME`
.
puts the actual files right into
<
$
HOME
>
.
As
`vcsh`
allows you to put an arbitrary number of distinct repositories into
your
`$HOME`
, you will end up with a lot of repositories very quickly.
Furthermore, by making use of
[
mr
][
mr
]
, it makes it very easy to enable/disable
To manage both
`vcsh`
and other repositories, we suggest using
[
mr
](
mr
)
.
`mr`
and clone a large number of repositories. The use of
`mr`
is technically
takes care of pulling in and pushing out new data for a variety of version
optional (see section 4.3), but it will be an integral part of the proposed
control systems.
system that follows.
## 3.2 Default Directory Layout ##
The last logical step is to maintain all those new repositores with an automated
tool instead of tracking them by hand.
This is where
`mr`
comes in. While the use of
`mr`
is technically
optional, but it will be an integral part of the proposed system that follows.
## Default Directory Layout
To illustrate, this is what a possible directory structure looks like.
To illustrate, this is what a possible directory structure looks like.
...
@@ -110,7 +134,7 @@ To illustrate, this is what a possible directory structure looks like.
...
@@ -110,7 +134,7 @@ To illustrate, this is what a possible directory structure looks like.
|-- .mrconfig
|-- .mrconfig
`-- .mrtrust
`-- .mrtrust
### available.d
###
### available.d
The files you see in $XDG
\_
CONFIG
\_
HOME/mr/available.d are mr configuration files
The files you see in $XDG
\_
CONFIG
\_
HOME/mr/available.d are mr configuration files
that contain the commands to manage (checkout, update etc.) a single
that contain the commands to manage (checkout, update etc.) a single
...
@@ -128,7 +152,7 @@ this repository and fork your own.
...
@@ -128,7 +152,7 @@ this repository and fork your own.
status = vcsh run zsh git status
status = vcsh run zsh git status
gc = vcsh run zsh git gc
gc = vcsh run zsh git gc
### config.d
###
### config.d
$XDG
\_
CONFIG
\_
HOME/mr/available.d contains
*all available*
repositories. Only
$XDG
\_
CONFIG
\_
HOME/mr/available.d contains
*all available*
repositories. Only
files/links present in mr/config.d, however, will be used by mr. That means
files/links present in mr/config.d, however, will be used by mr. That means
...
@@ -136,7 +160,7 @@ that in this example, only the zsh, gitconfigs, tmux and vim repositories will
...
@@ -136,7 +160,7 @@ that in this example, only the zsh, gitconfigs, tmux and vim repositories will
be checked out. A simple
`mr update`
run in $HOME will clone or update those
be checked out. A simple
`mr update`
run in $HOME will clone or update those
four repositories listed in config.d.
four repositories listed in config.d.
### ~/.mrconfig
###
### ~/.mrconfig
Finally, ~/.mrconfig will tie together all those single files which will allow
Finally, ~/.mrconfig will tie together all those single files which will allow
you to conveniently run
`mr up`
etc. to manage all repositories. It looks like
you to conveniently run
`mr up`
etc. to manage all repositories. It looks like
...
@@ -148,13 +172,13 @@ this:
...
@@ -148,13 +172,13 @@ this:
include = cat /usr/share/mr/vcsh
include = cat /usr/share/mr/vcsh
include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/*
include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/mr/config.d/*
### repo.d
###
### repo.d
$XDG
\_
CONFIG
\_
HOME/vcsh/repo.d is the directory where all git repositories which
$XDG
\_
CONFIG
\_
HOME/vcsh/repo.d is the directory where all git repositories which
are under vcsh's control are located. Since their working trees are configured
are under vcsh's control are located. Since their working trees are configured
to be in $HOME, the files contained in those repositories will be put in $HOME
to be in $HOME, the files contained in those repositories will be put in $HOME
directly.
directly.
Of course, [mr] [
1
] will work with this layout if configured according to this
Of course, [mr] [
mr
] will work with this layout if configured according to this
document (see above).
document (see above).
vcsh will check if any file it would want to create exists. If it exists, vcsh
vcsh will check if any file it would want to create exists. If it exists, vcsh
...
@@ -162,7 +186,7 @@ will throw a warning and exit. Move away your old config and try again.
...
@@ -162,7 +186,7 @@ will throw a warning and exit. Move away your old config and try again.
Optionally, merge your local and your global configs afterwards and push with
Optionally, merge your local and your global configs afterwards and push with
`vcsh run foo git push`
.
`vcsh run foo git push`
.
##
3.3
Moving into a New Host
##
## Moving into a New Host
To illustrate further, the following steps could move your desired
To illustrate further, the following steps could move your desired
configuration to a new host.
configuration to a new host.
...
@@ -184,7 +208,8 @@ Hopefully the above could help explain how this approach saves time by
...
@@ -184,7 +208,8 @@ Hopefully the above could help explain how this approach saves time by
If you want to give vcsh a try, follow the instructions below.
If you want to give vcsh a try, follow the instructions below.
# 4 Getting Started #
# Getting Started
Below, you will find a few different methods for setting up vcsh:
Below, you will find a few different methods for setting up vcsh:
...
@@ -192,9 +217,9 @@ Below, you will find a few different methods for setting up vcsh:
...
@@ -192,9 +217,9 @@ Below, you will find a few different methods for setting up vcsh:
2.
The Steal-from-Template Way
2.
The Steal-from-Template Way
3.
The Manual Way
3.
The Manual Way
###
4.1
The Template Way
###
### The Template Way
####
4.1.1
Prerequisites
####
#### Prerequisites
Make sure none of the following files and directories exist for your test
Make sure none of the following files and directories exist for your test
(user). If they do, move them away for now:
(user). If they do, move them away for now:
...
@@ -211,15 +236,15 @@ the template will be stored.
...
@@ -211,15 +236,15 @@ the template will be stored.
apt-get install mr
apt-get install mr
####
4.1.2
Install vcsh
####
#### Install vcsh
####
4.1.2.1
Debian
####
#### Debian
If you are using Debian Squeeze, you will need to enable backports
If you are using Debian Squeeze, you will need to enable backports
apt-get install vcsh
apt-get install vcsh
####
4.1.2.2
Arch Linux
####
#### Arch Linux
vcsh is availabe via
[
AUR
](
https://aur.archlinux.org/packages.php?ID=54164
)
vcsh is availabe via
[
AUR
](
https://aur.archlinux.org/packages.php?ID=54164
)
and further documentation about the use of AUR is available
and further documentation about the use of AUR is available
...
@@ -232,7 +257,7 @@ and further documentation about the use of AUR is available
...
@@ -232,7 +257,7 @@ and further documentation about the use of AUR is available
makepkg -s
makepkg -s
pacman -U vcsh*.pkg.tar.xz
pacman -U vcsh*.pkg.tar.xz
####
4.1.2.3
From source
####
#### From source
If your version of mr is older than version 1.07, make sure to put
If your version of mr is older than version 1.07, make sure to put
...
@@ -248,11 +273,11 @@ into your .mrconfig .
...
@@ -248,11 +273,11 @@ into your .mrconfig .
ln -s vcsh /usr/local/bin # or add it to your PATH
ln -s vcsh /usr/local/bin # or add it to your PATH
cd
cd
####
4.1.3
Clone the Template
####
#### Clone the Template
vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
####
4.1.4
Enable Your Test Repository
####
#### Enable Your Test Repository
mv ~/.zsh ~/zsh.bak
mv ~/.zsh ~/zsh.bak
mv ~/.zshrc ~/zshrc.bak
mv ~/.zshrc ~/zshrc.bak
...
@@ -261,7 +286,7 @@ into your .mrconfig .
...
@@ -261,7 +286,7 @@ into your .mrconfig .
cd
cd
mr up
mr up
####
4.1.5
Set Up Your Own Repositories
####
#### Set Up Your Own Repositories
Now, it's time to edit the template config and fill it with your own remotes:
Now, it's time to edit the template config and fill it with your own remotes:
...
@@ -281,7 +306,7 @@ And then create your own stuff:
...
@@ -281,7 +306,7 @@ And then create your own stuff:
Done!
Done!
###
4.2
The Steal-from-Template Way
###
### The Steal-from-Template Way
You're welcome to clone the example repository:
You're welcome to clone the example repository:
...
@@ -293,7 +318,7 @@ Look around in the clone. It should be reasonably simple to understand. If not,
...
@@ -293,7 +318,7 @@ Look around in the clone. It should be reasonably simple to understand. If not,
poke me, RichiH, on Freenode (query) or OFTC (#vcs-home).
poke me, RichiH, on Freenode (query) or OFTC (#vcs-home).
###
4.3
The Manual Way
###
### The Manual Way
This is how my old setup procedure looked like. Adapt it to your own style or
This is how my old setup procedure looked like. Adapt it to your own style or
copy mine verbatim, either is fine.
copy mine verbatim, either is fine.
...
@@ -331,9 +356,44 @@ mr is used to actually retrieve configs, etc
...
@@ -331,9 +356,44 @@ mr is used to actually retrieve configs, etc
~ % cd
~ % cd
~ % mr -j 5 up
~ % mr -j 5 up
# 5 Usage #
### 5.1 Keeping repositories Up-to-Date ###
# Usage Examples
All examples in this section will use the short form of
`vcsh`
which is the
simplest way to interface with it. If you don't know what that means simply
ignore this fact for now and follow the examples.
## Initialize a new repository "vim"
vcsh init vcsh
## Clone an existing repository
vcsh clone <remote> <repository_name>
## Add files to repository "vim"
vcsh vim add ~/.vimrc ~/.vim
vcsh vim commit -m 'Update Vim configuration'
## Add a remote for repository "vim"
vcsh vim remote add origin <remote>
vcsh vim push origin master:master
vcsh vim branch --track master origin/master
## Push to remote of repository "vim"
vcsh vim push
## Pull from remote of repository "vim"
vcsh vim pull
# mr usage ; will be factored out & rewritten
### Keeping repositories Up-to-Date
This is the beauty of it all. Once you are set up, just run:
This is the beauty of it all. Once you are set up, just run:
...
@@ -342,7 +402,7 @@ This is the beauty of it all. Once you are set up, just run:
...
@@ -342,7 +402,7 @@ This is the beauty of it all. Once you are set up, just run:
Neat.
Neat.
###
5.1
Making Changes
###
### Making Changes
After you have made some changes, for which you would normally use
`git add`
After you have made some changes, for which you would normally use
`git add`
and
`git commit`
, use the vcsh wrapper (like above):
and
`git commit`
, use the vcsh wrapper (like above):
...
@@ -355,14 +415,13 @@ By the way, you'll have to use -f/--force flag with git-add because all files
...
@@ -355,14 +415,13 @@ By the way, you'll have to use -f/--force flag with git-add because all files
will be ignored by default. This is to show you only useful output when running
will be ignored by default. This is to show you only useful output when running
git-status. A fix for this problem is being worked on.
git-status. A fix for this problem is being worked on.
###
5.3
Using vcsh without mr
###
### Using vcsh without mr
vcsh encourages you to use [mr]
[1
]. It helps you manage a large number of
vcsh encourages you to use
[
mr
]
[
mr
]
. It helps you manage a large number of
repositories by running the necessary vcsh commands for you. You may choose not
repositories by running the necessary vcsh commands for you. You may choose not
to use mr, in which case you will have to run those commands manually or by
to use mr, in which case you will have to run those commands manually or by
other means.
other means.
#### A Few Examples ####
To initialize a new repository:
`vcsh init zsh`
To initialize a new repository:
`vcsh init zsh`
...
@@ -383,6 +442,18 @@ manually. Alternatively, you could try something like this:
...
@@ -383,6 +442,18 @@ manually. Alternatively, you could try something like this:
done
done
# Contact
There are several ways to get in touch with the author and a small but committed
community around the general idea of version controlling your (digital) life.
*
IRC: #vcs-home on irc.oftc.net
*
Mailing list:
[
http://lists.madduck.net/listinfo/vcs-home
][
vcs-home-list
]
*
Pull requests or issues on
[
https://github.com/RichiH/vcsh
][
vcsh
]
[
mr
]:
http://kitenet.net/~joey/code/mr/
[
mr
]:
http://kitenet.net/~joey/code/mr/
[
talks
]:
http://richardhartmann.de/talks/
[
talks
]:
http://richardhartmann.de/talks/
[
vcsh
]:
https://github.com/RichiH/vcsh
[
vcsh
]:
https://github.com/RichiH/vcsh
...
...
This diff is collapsed.
Click to expand it.
changelog
+
5
−
0
View file @
cabf47dc
2013-06-14 Richard Hartmann <richih.mailinglist@gmail.com>
* Release 1.20130614
* Lots of documentation improvements, major rewrite
2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
2013-05-27 Richard Hartmann <richih.mailinglist@gmail.com>
* Release 1.3
* Release 1.3
...
...
This diff is collapsed.
Click to expand it.
doc/vcsh.1.ronn
+
2
−
2
View file @
cabf47dc
vcsh(1) -
manage config files in $HOME via fake bar
e Git repositories
vcsh(1) -
Version Control System for $HOME - multipl
e Git repositories
in $HOME
=====================================================================
=====================================================================
==========
## SYNOPSIS
## SYNOPSIS
...
...
This diff is collapsed.
Click to expand it.
vcsh
+
1
−
1
View file @
cabf47dc
...
@@ -24,7 +24,7 @@ basename() {
...
@@ -24,7 +24,7 @@ basename() {
}
}
SELF
=
$(
basename
$0
)
SELF
=
$(
basename
$0
)
VERSION
=
'1.
3
'
VERSION
=
'1.
20130614
'
fatal
()
{
fatal
()
{
echo
"
$SELF
: fatal:
$1
"
>
&2
echo
"
$SELF
: fatal:
$1
"
>
&2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment