On Thu, 22 May 2008 20:29:03 -0500
Ryan Neufeld <[EMAIL PROTECTED]> wrote:

> My apologies again, I sent mithro and llnz an email about my
> mistake, and llnz did get back to me about it.
> 
> For anyone else joining us now or noticing my risk branch commits  
> polluting the main branch, sorry. I'm working with everyone I can to  
> get those commits out of there. For the time being tpserver-cpp does  
> compile, but the risk commits should be removed soon.

Are you using git (rather then cogito)?

If so in your .git/config file look for something like
[branch "master"]
        remote = origin
        merge = refs/heads/master

Change remote = origin to remote = risk, so that push/pull etc by
default will operate with the remote risk branch.

If you are using cogito... change to git, it's better in the long run.

        Regards,
        nash
_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to