Stefan Reichör <[EMAIL PROTECTED]> writes: >> Can I just throw in patches to this list? >> Or should I create world readable bzr repository for my version of DVC? > > For occasional changes, just post the patches to the list. > But you can also create a bzr repository.
You can use gna.org if you want a place to put your archive. Register there, and send me your login. >> I am currently using Git + quilt (to maintain patches) for DVC source, >> since I am not accustomed to using bzr. > > I sometimes use mercurial + mq to maintain patches locally. It would > be nice if we could support git + quilt also ;-) Note that bzr is really simple to use for the basic things. Once you understood add/remove/mv to manage your files, status/commit/merge/push to share your changes, you've got it. That said, it could be funny to migrate DVC's source to another VCS, just to force the team to get used to different UI and concepts. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
