-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08/08/2010 04:41 PM, Evgeny Egorochkin wrote: >>>> Urkud talked about the linking between different projects, but I don't >>>> know what was he thinking about. Urkud, can you explain what you had in >>>> mind? Do you mean the git ability to pull from a repository *only* >>>> commits for a single branch, instead of pulling all? >>> >>> It was Evgeny (Phreedom) who was talking about linking between different >>> projects. I think that he is talking about >> >> Ah sorry. You think that he is talking about what? Or, Evgeny, what were >> you talking about? :) > > Trac-like ability to create (hyper-)link between any wiki page, bug and > commit > but we'd want these links to cross repo boundaries(since we already have > several) and still stay decentralized. Probably can be implemented as plugin > to ikiwiki because all you need to do in addition to trac is to mention a > project ID and have a table somewhere in the repo which lists git clone url, > wiki http url, gitweb interface url and such
There is also Monotone approach. Everything is branches, branch names are prefixed with reversed project domains for uniqueness, trunk is what we call trunk (but usually it is called domain.project with feature branches called domain.project.branch), and model allows syncing any two repositories together. In that case you can just link to commits (in one repository). You can have a branch for wiki, and a branch for issues. That way you can have a "recommended setup" (VCS view vs ikiwiki location) and have ikiwiki plugin you mention generate relative links. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMXsJTAAoJEE6tnN0aWvw3u3IIAKPdeqlBpShzS7i4peHjeY6i JEFb9xzO7T7BDuqhTPzJhXj1oE6SG3rfHY3tK9t/lSxXzp9hmcbMPQxtz/uiwpLR /xjEUVyI8WEy5WEwP/AzA3kXMJLE2Rtx73i7KEzfHc+ukQtbcV/11aMBqm9UeLs8 nT+QCrZe+3CXTUMdLv9h4HdYOrHwSOUSNcoqH77Yq0W1lHgtjAmvLIqfjK+aXC5P vtvfKWyR3DDjH22luZILdYvDrwkxOdyJ5dhPUWtYuhS1aANQx9UPyE42GjKwN2Wf BCmbSyCSeiiH96LhsWT3lHOxEjSPDfl8CHpTUaq5AmFHk0/PKwTn9YGsKHnLeTk= =HPvN -----END PGP SIGNATURE----- _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
