SpartanJ / efsw

efsw is a C++ cross-platform file system watcher and notifier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git (not really an efsw issue)

SpartanJ opened this issue · comments

Original report by DannyG (Bitbucket: DannyG, GitHub: DannyG).


I've made efsw use the fips build system, the only problem maintaining it up-to-date is that it will require a special setup with git-hg bridge, but from a user perspective, this is not really desired as it cannot be used as a simple git submodule. Anyway, as I've said, this is not really an issue.

You can see it here: https://github.com/fungos/fips-efsw

Thank you.

Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).


Hi Danny!

I'm not familiar with fips but it looks interesting and thanks for doing the package for it. Sadly i have no intentions to move the project to git. You're not the first asking for this, but i simply refuse to use git just because it's the popular choice ( or because is the cool thing to do ). I work with git on a daily basis and i don't like it, and in the other hand, i love mercurial, so in my personal projects it try to use it. Sorry if this is a PITA for you, but, it's a PITA for me to use git. I don't know if there's any tool that keep in sync a repo in hg with a repo in git, i could investigate something like that, and have a copy of this repo in github.

Anyways, thanks for being interested in the project. If there's any other way i can help you let me know.

Regards