Re: cdgit: cd relative to git workdir root

2013-09-17 Thread Thomas Koch
On Tuesday, September 17, 2013 09:44:48 PM Thomas Koch wrote: Unfortunately the auto completion does not seem to work for me. It just completes the files of the current dir as if it would not see the _gitcd file. Sorry! I had the answer one second later: compinit is called in .zshrc

ZSH config for vcsh (maybe compatible with grml prompt system)?

2013-08-13 Thread Thomas Koch
Hi, has anybody a ZSH config snippet to share that shows the name of the current vcsh repo in my prompt? Extra bonus if it integrates nicely in the grml zsh config. :-) Thank you, Thomas Koch ___ vcs-home mailing list vcs-home@lists.madduck.net http

dvcs-autosync notes after first use

2012-08-30 Thread Thomas Koch
. - dvcs-autosync should properly daemonize by itself instead. There surely must be python libraries for that? Regards, Thomas Koch, http://www.koch.ro ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

How do you use mr with git-annex?

2012-05-12 Thread Thomas Koch
Hi, I was astonished that there isn't any documentation or best practice recipe yet on how to manage git-annex repositories with mr. So before figuring it out myself I thought I'd ask here. How do you use mr with git-annex? Thank you, Thomas Koch, http://www.koch.ro

intercept file access to git-annex repos

2012-04-16 Thread Thomas Koch
access to a git-annex repo and make it look normal? (I just realize that we already talked about a fuse filesystem for git-annex.) The interceptor should show the real files instead of symlinks and should do an edit-add roundtrip for any write access. Regards, Thomas Koch, http://www.koch.ro

Re: git-annex diagnostics

2012-03-27 Thread Thomas Koch
DIRNAME=$(dirname $F) mkdir -p ./$DIRNAME cp -v $F ./$DIRNAME fi done Still a solution backed into git-annex would be wonderful! Thomas Koch, http://www.koch.ro ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net

git-annex diagnostics

2012-03-03 Thread Thomas Koch
an hour. Best regards, Thomas Koch, http://www.koch.ro ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

Re: Please add (upstream) changelog to vcsh

2012-02-18 Thread Thomas Koch
Just entered Debian Testing: git2cl git2cl is used to automatically generate GNU ChangeLogs from git logs. GNU ChangeLog format specification is available from: http://www.gnu.org/prep/standards/html_node/Change-Logs.html Homepage: http://josefsson.org/git2cl/ Thomas Koch, http

Use vcsh when provisioning virtual environments

2012-02-14 Thread Thomas Koch
of the default user. The default Desktop setup for schroot just mounts the user's home dir into the chroot to make configuration available in the schroot. Cloning vcsh repos would be a much safer approach. Maybe somebody with more time likes this idea as much as I do... :-) Best regards, Thomas

Please add (upstream) changelog to vcsh

2012-02-14 Thread Thomas Koch
changelogs from Git commit messages.[1] [1] I know of git-dch, but there must also be Debian independent tools. Best regards, Thomas Koch, http://www.koch.ro ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

How to setup branch tracking when starting local?

2012-02-07 Thread Thomas Koch
specify a branch such as 'master'. So I need to cd .config/vcsh/repo.d/MYREPO and do a manual git push origin master the first time. What would be the appropriate git command to put in my above script to setup that the master branch should be pushed to origin? Regards, Thomas Koch, http

Doc on creating a remo repo without cloning

2011-11-25 Thread Thomas Koch
not be shared? I get non-fast-forward complains on a push attempt. Thanks for any enlightenment, Thomas Koch, http://www.koch.ro ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home