pombreda / vcscommand

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

Provide porcelain to switch VC backend #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 Hi,

thanks for vcscommand, especially having a nice vc diff in vim often makes
my day.

I work in folders that are both git and cvs "checkouts". It would be really
nice to have some way in vim to switch the backend (say, look at a diff
with cvs repo, or look at a diff with the last git commit). Now, I am just
moving CVS to CVS.bak if I want to use the git frontend since cvs seems to
be the first choice.

Keep up the good work.

Benjamin

Original issue reported on code.google.com by bbann...@gmail.com on 15 Sep 2008 at 5:58

GoogleCodeExporter commented 9 years ago
Just found out that let b:VCSCommandVCSType='CVS' or let 
b:VCSCommandVCSType='git'
works for me.

Original comment by bbann...@gmail.com on 15 Sep 2008 at 6:03

GoogleCodeExporter commented 9 years ago
Thanks for this solution! Looked for the same but with bzr. It would be nice if 
there
could be a VCSSelect where I can switch that. 

Original comment by Steffen....@gmail.com on 16 Sep 2008 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 24 Sep 2008 at 3:02

GoogleCodeExporter commented 9 years ago
This is addressed by the 'VCSCommandVCSTypeOverride' variable in the git repo, 
tag
v1.99.29.

Original comment by bob.hies...@gmail.com on 6 Jan 2009 at 7:45