ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Nested repositories. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. I track my home directory with hg and the sources in it with git (which are 
ignored by hg).
2. trying to do anything: VCSCommand: Too many matching VCS: git hg

What is the expected output? What do you see instead?

I would like to pick which one to use somehow (like -vcs #, where # is the 
index of the found repos).

What version of the product are you using? On what operating system?

Latest from vim.org, OSX 10.6.4, macvim snapshot 51 (vim 7.2)

Please provide any additional information below.

Original issue reported on code.google.com by teki...@gmail.com on 29 Jun 2010 at 3:32

GoogleCodeExporter commented 9 years ago
Can you make use of the 'VCSCommandVCSTypeOverride' variable?  Maybe something 
like:

let VCSCommandVCSTypeOverride=[['/home/user/.*/', 'git']]

You may want to be more specific with the directories you claim as being under 
git control, as that example would place any subdirectory as git:

let VCSCommandVCSTypeOverrid=[['/home/user/src/git1dir', 'git'], 
['/home/usr/src/git2dir', 'git']]

Original comment by bob.hies...@gmail.com on 29 Jun 2010 at 7:51

GoogleCodeExporter commented 9 years ago
Closing due to lack of response.

Original comment by bob.hies...@gmail.com on 3 Sep 2010 at 3:05