Re: [tsc-devel] Repository has been renamed
Chris Jacobsen |
Sat, 04 Oct 2014 01:42:03 UTC
More unexplained conflicts just like the pot conflict I discussed with Quintus earlier...? Now they're in cpp files.The only safe thing to do is to download the whole git file and redo all the build configurations for MXE and CMake from scratch.
On Friday, October 3, 2014 9:36 PM, Chris Jacobsen <…9@y…> wrote:
I'm now repointed, too. It's great to be getting past the Maryo name.
-datahead
On Friday, October 3, 2014 12:45 PM, Brian Allen Vanderburg II <…2@a…> wrote:
Awesome,
I just updated my local repository to reflect this. I had some
problems fetching with the origin you specified (something about public
key issue), so I just used https://github.com/Secretchonicles/TSC.git
and it seems to be working.
I imagine later we will eventually update the source code namespace for
both C++ and scripting and the binary to be called tsc or something
like that?
Thanks,
Brian Allen Vanderburg II
On Thu, 02 Oct 2014 09:52:28 +0200
Quintus <…s@q…> wrote:
> Hi everyone,
>
> the repository on GitHub has been renamed from “SMC” to “TSC”
> (accidentally, I renamed it to “TMC” previously, but that shouldn't
> have an negative effect). Any existing links will continue to work via
> redirects, issues have been kept, and your git remote URLs will still
> work, though I recommend everyone to update the Git remote to the new
> URL by doing this:
>
> $ git remote rm origin
> $ git remote add origin …t@g…:Secretchronicles/TSC.git
>
> Next time you push to the repository, make sure you use the “-u”
> option to set up remote-tracking again, e.g. like this:
>
> $ git push -u origin release-2.0.0
>
> Without doing that, you will not see the “your branch is ahead of
> origin/release-2.0.0 by 2 commits” messages.
>
> Valete,
> Quintus
>