On Tue, Nov 11, 2008 at 7:34 PM, Vincent Legoll <[EMAIL PROTECTED]> wrote: > 2008/11/11 Lazy Hobo <[EMAIL PROTECTED]>: >> Hi all, >> Suppose a directory has both a CVS project and a git project/repository... >> is there a way to tell meld which of CVS or git to use? >> >> My company's code is managed by CVS, but I've started to use git to control >> my local changes before committing. Unfortunately, when I open the directory >> through new-> Version Control Browser, I only get the CVS changes, and not >> the git changes from the last local commit.
Hi, currently the first vc which can handle a repo is chosen. It's trivial to change the detection to return all possible handlers. Probably the vc gui would need a combo box to switch between vcs. Anything to avoid a popup! Feel free to open an rfe in bugzilla. Dual working copies are quite popular it seems. Stephen. _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
