Git Check in issues in Test Complete
Hello Everyone! We have an ongoing issue with checking in our code in Git using Source Control from TestComplete. Scenario: User A and User B are both working on the same project, so they are editing the Name Mapping file simultaneously from two different local machines. Now when it comes to check in the code., User A commits her changes and pushes the changes. User B does a pull, gets the new changes and then commits his changes and pushes the code to Git. However, when User A does a pull to get the changes from User B, she finds numerous merge conflicts in the Name Mapping file, as well as some missing tags. User B also sees the corrupted file in his project. I am trying to understand where are we going wrong here and how can we avoid this issue. It forces us to usually revert the changes to the last working Name Mapping file and we lose part of our work in the process. What is the best method to follow to enable smooth source control without merge conflicts? Any help is greatly appreciated! TaggingAchoubeyto get notified of any response .Solved1.6KViews0likes2CommentsUse TortiseGit Client Setting
I have noticed the setting in Options, Use TortiseGit client, keeps getting turned off. Anyone else having this problem? If not, I may have missed setting a .gitignore entry. There are multiple users in the branch currently. Could someone double check me on the file I should be ignoring and the entry I should make in .gitignore? Thanks!Solved2.4KViews0likes9CommentsChange git password with Visual Studio
We have to update our Windows 10 password every 3 months. I just recently did, so now GIT SYNC does not work with Visual Studio 12. I wanted to change my git password, but see the attached image. There is no way to enter a password. And yeah, this is sort of a VS rather than TC question, but I am using VS for TC code so someone must have experience ;-)3.4KViews0likes3CommentsPermissions issue pushing to remote repo using GIT
Hi, We are using GIT as our version control. We we try to push to our remote repo from within Test Complete we get the error, "No supported authentication methods available" We can use Git Extensions and push to our remote repo just fine. We are running pageant and have the appropriate SSH key loaded. I've added the environment variable GIT_SSH and it points to the appropriate version of plink.exe. Has anyone else run into this issue? Thanks,863Views0likes1CommentTell TestComplete not to deal with source control
When I was initially setting up TestComplete, I was poking around in the settings and ran across the Source Control settings. As I recall,the initial setting was something to the effect of "not using source control". I decided to see what would happen if I told it that I was using Git, andI am sorry I did. (I don't want to go into the reasons right now.) Anyway, is there a way to cause TestComplete to forget about my source control system and just keep its hands out of source control altogether?Solved1.3KViews1like1CommentGitHub & Jenkins integration with TestComplete & TestExecute
Hello everyone, I have implemented source code control through GitHub with TestComplete. My problem/question is in regards to Jenkins and TestExecute on a test slave machine. This is what I've done so far: 1. I have implemented GitHub with TestComplete (using Msysgit and TortoiseGit) 2. My TestComplete project has been uploaded to GitHub 3. Jenkins has the GitHub Authentication plugin (configured to my account) 4. Jenkins has the GitHub plugin I want to be able to pull the latest copy of the TestComplete project to the machine(s) running TestExecute. How do I accomplish this task? Does Jenkins support this or do I have to run some type of command line on the machine beforehand to prep the project? I really just need some direction on the best way to accomplish this task. I'm not the most familiar with Git(Hub) and how this would/should work. Thanks for your help! MattSolved2.2KViews0likes2Comments