Adam Roben <aroben@xxxxxxxxx> wrote: > Eric Wong wrote: > >+ my $k = "svn-remote.$self->{repo_id}.reposRoot"; > > > > "repoRoot" seems slightly more intuitive than "reposRoot", given that > "repository" is normally abbreviated as "repo". >From a git-only point of view, yes. But it's repos_root everywhere inside git-svn because SVN uses "*_repos_root" for their API. This is inside the hidden metadata file that users shouldn't have to touch anyways. On a side note: I personally *hate* camelCase names (or worse, alllowercase), but git config doesn't allow underscores in config keys for some strange reason (especially strange since most of the git and Linux source code use snake_case...) -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html