Re: [git-users] Re: GIT as an SCM for DataStage Code Artifacts

2018-06-13 Thread Tal Blat
I just want to check compatibility ?
we have several versions of Datastage 7.5 8.7 11.5.

did you impressed with the tool (MettleCI) ?
do you know about pricing?

Thanks

On Wed, Jun 13, 2018 at 2:28 PM, Eyal Goren  wrote:

> 11.3  , why?
>
> Eyal
>
> On Wed, Jun 13, 2018 at 1:16 PM, Tal Blat  wrote:
>
>> Hi
>>
>> Thanks,
>> Which Datastage version do you have?
>>
>> On Wed, Jun 13, 2018 at 12:12 PM, Eyal Goren  wrote:
>>
>>> Hi Tal,
>>>
>>> We actually had an impressive Webinar just now. We are now checking the
>>> possibility of POC.
>>>
>>> Best,
>>> Eyal
>>>
>>> On Wed, Jun 13, 2018 at 9:26 AM, Tal  wrote:
>>>
>>>>
>>>> Hello Eyal
>>>>>>>
>>>>>>
>>>>Did you succeed to progress with that tool?
>>>>I am asking because our organization is interesting with
>>>> that tool.
>>>>
>>>>   Thanks
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Git for human beings" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to git-users+unsubscr...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Git for human beings" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to git-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Re: GIT as an SCM for DataStage Code Artifacts

2018-06-13 Thread Tal Blat
Hi

Thanks,
Which Datastage version do you have?

On Wed, Jun 13, 2018 at 12:12 PM, Eyal Goren  wrote:

> Hi Tal,
>
> We actually had an impressive Webinar just now. We are now checking the
> possibility of POC.
>
> Best,
> Eyal
>
> On Wed, Jun 13, 2018 at 9:26 AM, Tal  wrote:
>
>>
>> Hello Eyal
>>>>>
>>>>
>>Did you succeed to progress with that tool?
>>I am asking because our organization is interesting with that
>> tool.
>>
>>   Thanks
>>
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Re: GIT as an SCM for DataStage Code Artifacts

2018-06-13 Thread Tal


> Hello Eyal
>>>
>>
   Did you succeed to progress with that tool?
   I am asking because our organization is interesting with that 
tool.

  Thanks 


 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] jgit checkout problem

2013-12-05 Thread Tal Agmon
Hi,

I'm trying to use CheckoutCommand the following way:

Git git = new Git(repository);
CheckoutCommand checkoutCommand = git.checkout(); 
checkoutCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode.SET_UPSTREAM);
checkoutCommand.setStartPoint(origin/ + branchName);
checkoutCommand.setCreateBranch(true);
checkoutCommand.setForce(true);

checkoutCommand.call();

This results in a strange behaviour:
the repository contents are deleted and instead a clone from each remote 
branch is created.

Can you please advise?
Thanks,
Tal.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.