Community Questions & Answers
How to get access to Branches in Git via Titanium-Standard-Commands
Hello there! Is there a way to get branches without using the command-line? When loading the master i can not switch to any existing branches - they only exist on the external Git-Server (Springloops). Thanks for any advice!
Working with git branches - How to compile different branch
I'm starting to use git to manage different versions of my app. Master branch is my release version and I have one branch (v1) for the next version. Inside this branch I'll do the developing but when there is a bugfix I want to merge it inside my master...
import project in titanium
Hi, i imported project from git in titanium. it was an alloy project, but the project created is not alloy even if there all necessary files (tiapp.xml, app, ressources...) the problem is cant deploy in device, run directly... how to make titanium...
Git Push Error
This may be a git error, but I can't seem to push my app to my github repository. I followed the titanium guide and did git init, and then commit, but when I try to push I get a few errors. I am using the terminal: ~~~ name-MacBook-Pro:Campus_Taps name$...
How to commit to online Git repository?
Project>Team>Commit - always commits to my local hard disk. How can I make it commit to an online repository. I have mine at the address https://clientapp27.visualstudio.com/DefaultCollection/_git/ClientApp
Cloning git repo has encountered an error and node is not recognized as an internal or external comand
Hello all. I am a new mobile developer and I'm trying to use a kitchen sink sample in titanium. I'm running windows 8 Pro. When I try to import the sameple I get the error at around 9% that says "cloning git repo" has encountered a problem. ...
I have problems launching an Android app with Titanium
I'm having problems launching a simple app for Android. I did what they say in the Install Diagnostics for Windows section here: ...
How to ignore build/iphone & build/android directories correctly in Git?
I use Git for version control for my Titanium Mobile projects. One thing that I try to achieve is to be able to commit only necessary files to the repository. The approach I took was to put a .gitignore file (with two lines for ignore patterns) in each of...
Commits to Github show "unknown" user name
I have searched the Appcelerator Q&A and also the web, but can't seem to find an answer to my issue. I have seen others with the same issue, but none of the solutions work for me. I have installed the latest version of Titanium Studio on my Windows 7...
"Cloning git repo" has encontered a problem
Hi, When i click on import for a sample project, I always get "Cloning git repo" has encontered a problem and I cannot import it. Is there any fix available ? Thanks !
git repos for common.js...
I was looking for some working examples of using common.js on git. does anyone have some intersting examples. I am just looking to polish up my style.
Can't clone sample code repositories
For some reason, on my install at work of Titanium Studio, build: 2.1.0.201206251749 if I go to the Dashboard, "Develop" and try to install any of the sample code (such as kitchen sink), the process eventually times out with a Git error, cannot...
Project cannot be launched after git import
I recently imported a project from Git and Titanium didn't create any run configurations for the project. I created a config in Run > Run configurations... and associated it with the project, which worked. I can now run that configuration as expected...
Titanium Studio 2.0.2 - cannot import Todo List sample app - Git error
Hello, I just installed Titanium Studio 2.0.2 on WinXP (yeah, I know it's 2012). I'm running Java JDK 1.6.0_26 I've configured the Android SDK correctly. When I try to import the Todo List sample I get the following error dialog: 'Cloning git repo'...
Creating a Branch does not work in Titanium Studio
Hello, I have converted my project into Git. Then I'm trying to "create branch" from the master branch. But it does not response at all. Nothing happens! Git is installed in my machine and it is added to PATH. How to fix this?
Titanium Studio - Git always prompts for Username & Password
Hi, Titanium Studio works great with Git. I can commit my changes and all is fine ... but every time i want to push the commit to GitHub it ask for my username and my password. I enter them and it works. At the moment i use the GitHub.app (working on Mac...
Importing a project that belongs to Git throws "error reconciling tiapp" error dialog.
Hi all, So I created a new project (it's a Ti Desktop project but that's neither here nor thereI think), and when my client was ready I moved the project files to a new Git repo, deleted my local copy and then attempted to re-import it from the new...
How to get started with version control
Alas, I'm a PC guy and am lost on the Mac, building my 1st iPad app with Titanium. Is there some way I can implement super-simple version control with a free online repository? On the PC I've used TFS, SVN, Git, VSS, etc. On the Mac I'm lost, but when I...
Build Directory Git
I am using git / github to maintain my code. What directories can I delete because they are temp files or build files? I tried deleting build/iphone/build/ and things started to break. I am trying not to send 100megs each time I commit. Thanks.
Git commit doesn't work on titanium studio
Hi I'm trying to do git commit on titanium studio. I select Team-> Commit... but i get this error message: Unhandled event loop exception No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] I'm using ubuntu 11.10 64bit and Titanium...
How to add files to git ignore list in Titanium Studio?
I have some files in my project that are either programatically generated or are the ones whose changes are not supposed to go back to repository (like config files). I would like to add these files to git ignore list so that it does not ask me for staging...
Git Repositories
Quick Question - What is the consensus about creating git repositories. - Should one repository be created per app - or all apps live in one repository Thank you for your feed back and happy coding! Matt
Error importing GIT project This path is not a valid git v1.6.0 or higher binary.
Using Windows 7 TI Studio. I'm not sure if my GIT install is working at all? I have the folder in my path "C:\Program Files\Git\bin" Tring to import either Kitchen Sink example throws.. Modal window: Multiple Problems Have Occurred Cloning Git...
How may I disable GIT?
I've never used GIT before and just downloaded the latest Kitchen Sink from GitHub, and somehow I think GIT has latched onto my other project. It added the text [ master*] next to my project name and now all of my project files appear in the App Explorer...
Contribute patches to Titanium Source
Hi everyone, I made some patches for myself for like implementing autohide:false for Android and fixes no success event when taking a picture with a camera overlay. Now I want to contribute those patches to the Titanium GitHub repository, but how to I do...
Is it Possible to Sync Titanium Studio with a remote Git Repo
I know it is possible to import a remote Git Repo, but I was wondering if it is possible to use a remote Git Repo for source control in Titanium Studio.
Starting with git
Hi. I'm pretty new to Titanium and have just developed my first app. I would like to use some sort of source code change control / version control. I'm guessing I should use git because it seems to be built into Titanium Studio. But I'm not exactly sure...
Cannot 'clean' project...GitHub related?
I am not able to do 'Project -> Clean' successfully. After it reaches about 15%, I get the below popup. I suspect this is related to the fact that I just started using a GitHub repo and downloaded the project from there (it worked at first). I have...
undo "Initialize Git Repository"
Hi, by mistake I have done "Initialize Git Repository" in a project. How to undo this ? Regards
How to share project to private git
Hi Everyone, I just want to understand how to setup private git in Titanium Studio? I already installed git service in my linux server and I configured the SSH keys between the server and my laptop but now how to setup Titanium Studio?
Im install Titanium and Git .. But i have this error. Please help..
[2011-07-23 11:38:47] An error occurred while executing C:\Users\nano\AppData\Local\Titanium Studio\configuration\org.eclipse.osgi\bundles\99\1\.cp\bundles\bundle-development.ruble\bundle.rb: java.lang.ExceptionInInitializerError [2011-07-23 11:38:47] An...
For all of you trying to import Git repos test projects in Studio
More like a question, an advice. From Adam Paxton blog, very handy. Please read if you are trying to import Git projects located in subdirectories like Tweetanium for test...
(ot) Nice Git Client for MAC
[http://git-tower.com]
Are there instructions anywhere on how to
Are there instructions anywhere on how to "build from the head"? Thanks in advance!
compile sdk from git
could anyone explain how to compile the latest code for titanium mobile found on git for osx 10.6? i need some of the latest fixes to be able to submit an app
Showing 1-35 of 35