Thread: Git
View Single Post
  #1  
Old 04-06-2011, 03:27 PM
amaizlin amaizlin is online now
Registered User
 
Join Date: 04-06-2011
Posts: 1
Git

I'm not sure what I am doing wrong...

I'm trying to pull data from GIT repository.
Same command works via cmd line, but hanging the build when being executed via GIT command in Visual Build 7.0.

Did the following steps:

Step1- Create repository - Success
Step default property 'Command' = 'init'
git init C:\Test
Reinitialized existing Git repository in C:/Test/.git/

Step2- Set Current Dir - Success
Step default property 'Path' = 'C:\Test'

Step3 - Pull - Hangin...
Step default property 'Command' = 'pull'
git pull "username@cm:/cm/git/Test" --verbose
In the advance tab of the GIT command the password is set

Will appreciate you advise on what causing this to hang.
Reply With Quote