-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ti sync should only fetch if there is no 'ticgit' branch in $repo #11
Comments
Fubar? |
If this change is made, perhaps TicGit should also print a small warning such as: |
Not sure if this should be a new issue or part of this, but ti sync dies with a stack trace if you haven't pushed ticgit yet. |
Are you trying master or deving? This sounds like a new issue, can you file it with as much info as you can provide? |
I just tried running the specs and they all pass, but it's possible this is a problem without a spec. |
I think I understand what you mean now; I've started a new issue for this at #32 and will begin investigating. |
That's right, glad you got it :-) On Wed, Jul 13, 2011 at 3:54 AM, jeffWelling
fREW Schmidt |
issue 32 is resolved in 1.0.2.9 :) |
Great! And fyi I'm just using it straight out of the repo On Thu, Jul 14, 2011 at 10:03 AM, jeffWelling <
fREW Schmidt |
Currently,
ti sync
is painfully slow because it attempts agit fetch $repo
before performing the git pull and git push. The fetch should only be performed if there is no 'ticgit' or 'ticgit-ng' branch in $repo as we currently have it. This will prevent superfluous slowdowns but will still perform the fetch if we aren't aware of a branch we can use yet.The text was updated successfully, but these errors were encountered: