Monday, June 10, 2013

Yet another repository

Thanks to Jordi, hereby I announce a new Mercurial-repository for the development of my GSoC project. It has a public web interface:

http://inversethought.com/hg/octave-kai/

Clone my whole repository:
    hg clone http://inversethought.com/hg/octave-kai/

If you have already an Octave repository and want to give my code a try. First check impact, then pull:
    hg incoming http://inversethought.com/hg/octave-kai/ -r kais-work
    hg pull http://inversethought.com/hg/octave-kai/

There follow some notes mainly for myself, how one can work with that Mercurial-repository.

See new page: http://siko1056-gsoc.blogspot.de/p/getting-my-work.html

Working with bookmarks

hg bookmark kais-work    # Create bookmark
hg update -r kais-work   # Switch to my bookmark 
hg push -B kais-work     # Make it public available

Stay up to date with recent development changes:

hg pull http://www.octave.org/hg/octave
hg merge default
hg commit -m "maint: periodic merge with Octave repository"
hg update -C tip
hg bookmark -f kais-work
hg push ssh://inverse@inversethought.com/hg/repos/octave-kai

See new page: http://siko1056-gsoc.blogspot.de/p/getting-my-work.html

No comments:

Post a Comment