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

2011-12-13 Thread Adam Spiers
On Mon, Dec 12, 2011 at 9:31 PM, Richard Hartmann wrote: > You surely spent a _lot_ of time and effort on this. Well, yes - I started the design and implementation of cfgctl[1] in 2005, whereas I first looked at mr in any detail about 7 weeks ago. So only the porting of those ideas to mr is new,

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: 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

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

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

2011-12-11 Thread Richard Hartmann
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 include = cat /usr/share/mr/vcsh include = cat ~/.config/mr/config.d/* % ls .config/mr/available