Re: Is there any interest in a patchset for mr to manage which repos are being handled?

2011-12-12 Thread Richard Hartmann
On Mon, Dec 12, 2011 at 20:55, Adam Spiers wrote: >  mr -r zsh,emacs up Sounds useful. Richard ___ vcs-home mailing list vcs-home@lists.madduck.net http://lists.madduck.net/listinfo/vcs-home

Re: Is there any interest in a patchset for mr to manage which repos are being handled?

2011-12-12 Thread Richard Hartmann
On Mon, Dec 12, 2011 at 11:28, Adam Spiers wrote: > Would love to hear your thoughts on all this! You surely spent a _lot_ of time and effort on this. After reading all of this, I am not sure why you couldn't just put your group definitions into available.d and use full paths in there? That shou

Re: How to migrate from madduck’s vcsh to RichiH’s vcsh

2011-12-12 Thread Richard Hartmann
On Mon, Dec 12, 2011 at 18:02, Sean Whitton wrote: > asked me to write up the process for his doc/, so the following is > GPL/FDL/CC-BY-SA.  Hope it’s of use to someone. Thanks. > 1) Update to a recent version of mr so you have the vcsh repository >   type.  Install vcsh somewhere in your path

Re: Is there any interest in a patchset for mr to manage which repos are being handled?

2011-12-12 Thread Adam Spiers
On Mon, Dec 12, 2011 at 4:22 PM, Joey Hess wrote: > Adam Spiers wrote: >> To solve this, I knew mr would need a mechanism for referring to a >> single repository, which in turn would require a new namespace for >> repositories. > > This still seems a roundabout way to solve that problem. > > Why n

How to migrate from madduck’s vcsh to RichiH’s vcsh

2011-12-12 Thread Sean Whitton
All, I recently migrated from madduck’s vcsh to RichiH’s, and the latter asked me to write up the process for his doc/, so the following is GPL/FDL/CC-BY-SA. Hope it’s of use to someone. = What follows is a set of instructions for migrating from the setup described by Penny,[1] using madduc

Re: Is there any interest in a patchset for mr to manage which repos are being handled?

2011-12-12 Thread Joey Hess
Adam Spiers wrote: > Firstly, I built a library of skip functions: > > https://github.com/aspiers/mr-config/blob/master/lib/skippers > > which lets me write things like: > > [$HOME/.GIT/adamspiers.org/gnupg.sec] > skip = default_skipper || missing_exe gpg I'm with you so far; this i

Re: Is there any interest in a patchset for mr to manage which repos are being handled?

2011-12-12 Thread Adam Spiers
Hi Richard, On Mon, Dec 12, 2011 at 12:28 AM, Richard Hartmann wrote: > Hi all, > > the subject line may be a bit convoluted, but it's just what I meant. > > To make a short story somewhat longer, my setup looks like this: > > % cat .mrconfig > [DEFAULT] > git_gc = git gc "$@" > jobs = 5 > includ