Hi Miklos, On Sunday 30. March 2008 17:55:11 Miklos Vajna wrote: > On Sun, Mar 30, 2008 at 04:21:02PM +0200, Thomas Zander <[EMAIL PROTECTED]> wrote: > > use git clone ://repo.or.cz/w/vng.git > > depends on Qt4. > > did you forget to add a Makefile? :)
This is a project that uses qmake; a cross platform automake-like system. All you need to do is call 'qmake' which will generate a Makefile specifically for you. I just wrote and added a README. Thanks for the heads up! > as a side note, i'm interested how does it differ to darcs-git.py > (http://git.frugalware.org/repos/pacman-tools/), vng seem to address the > very same problem. this seems to just be a very very thin wrapper that still shows git output plus error messages and uses names like 'commit' and 'checkout' instead of 'record' and 'revert'. Vng intends to feel like darcs, using all the user research and experience that went into creating darcs. > for example darcs-git.py does not support cherry-picking on push, does > vng? Git (the database) does not allow you to alter the chain of commits without making a new commit. Which is the reason you are not seeing it in such tools. Thanks again for your feedback! -- Thomas Zander
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
