git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GIT Integration with Siebel
@ 2016-07-05  9:17 tarun patanwar
  2016-07-05 10:02 ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: tarun patanwar @ 2016-07-05  9:17 UTC (permalink / raw)
  To: git

Dear GIT Team,

We are trying to integrate GIT with Siebel 8.1 for source code
control. We are not able to progress further since there seems to be
no documentation available for the same.

Siebel provides a batch control file (srcctrl.bat) which can be
amended for Source Control Toll integration.

In the past we have used Microsoft VSS and SVN for source control,
Below is a example srcctrl.bat file for reference.

Any help on this will be greatly appreciated.

rem=======================================================
rem =============== User defined parameters ======================
rem ========================================================
set PATH=C:\Program Files\TortoiseSVN\bin;%PATH%
set SVN_URL=svn://svn_ip_address/svn_example
set SVN_REPOS=trunk
set SRC_USR=yourusername
set SRC_PSWD=yourpassword
set LOGFILE=D:\development\projects\svn_example\svn_integration.log
set WORKING_DIR=D:\development\projects\svn_example
rem LOGFILE SHOULD NOT HAVE SPACES IN ITS PATH
rem ================================================
rem ====================================================


Thanks,
Tarun Patanwar
+44-7778471437

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GIT Integration with Siebel
  2016-07-05  9:17 GIT Integration with Siebel tarun patanwar
@ 2016-07-05 10:02 ` Johannes Schindelin
  2016-07-05 10:19   ` tarun patanwar
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2016-07-05 10:02 UTC (permalink / raw)
  To: tarun patanwar; +Cc: git

Hi Tarun,

On Tue, 5 Jul 2016, tarun patanwar wrote:

> We are trying to integrate GIT with Siebel 8.1 for source code control.
> We are not able to progress further since there seems to be no
> documentation available for the same.

Would you kindly explain what Siebel is, and what purpose the batch file
you want to adapt is supposed to serve?

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GIT Integration with Siebel
  2016-07-05 10:02 ` Johannes Schindelin
@ 2016-07-05 10:19   ` tarun patanwar
  2016-07-05 11:28     ` Johannes Schindelin
  0 siblings, 1 reply; 4+ messages in thread
From: tarun patanwar @ 2016-07-05 10:19 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git

Hi Johannes,

Thanks for getting back.

Siebel is a Oracle Product for CRM implementation, just like SAP and
SalesForce. So Siebel as a product provides option to integrate any
third party Source Control tool with it.

Integration between Siebel and Source Control tool is facilitated by
the batch file (srcctrl.bat) which contains configuration details
about Source Control tool. While developers checks in/out their code
into Siebel Server, this batch file gets triggered and invokes Source
Control command line to check in a version into repository.

I'll be happy to provide further information is needed.

Thanks,
Tarun Patanwar
+44-7778471437

On Tue, Jul 5, 2016 at 11:02 AM, Johannes Schindelin
<Johannes.Schindelin@gmx.de> wrote:
> Hi Tarun,
>
> On Tue, 5 Jul 2016, tarun patanwar wrote:
>
>> We are trying to integrate GIT with Siebel 8.1 for source code control.
>> We are not able to progress further since there seems to be no
>> documentation available for the same.
>
> Would you kindly explain what Siebel is, and what purpose the batch file
> you want to adapt is supposed to serve?
>
> Ciao,
> Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GIT Integration with Siebel
  2016-07-05 10:19   ` tarun patanwar
@ 2016-07-05 11:28     ` Johannes Schindelin
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2016-07-05 11:28 UTC (permalink / raw)
  To: tarun patanwar; +Cc: git

Hi Tarun,

On Tue, 5 Jul 2016, tarun patanwar wrote:

> Siebel is a Oracle Product for CRM implementation, just like SAP and
> SalesForce. So Siebel as a product provides option to integrate any
> third party Source Control tool with it.
> 
> Integration between Siebel and Source Control tool is facilitated by the
> batch file (srcctrl.bat) which contains configuration details about
> Source Control tool. While developers checks in/out their code into
> Siebel Server, this batch file gets triggered and invokes Source Control
> command line to check in a version into repository.
> 
> I'll be happy to provide further information is needed.

I believe that you will find it more productive to try to explain more
thoroughly what srcctrl.bat is supposed to do, preferably such that
anybody who has *not* licensed Siebel knows what you can do with
srcctrl.bat.

So it is not so much that you need to provide further information. It is
more that you want to provide further information, in order to entice
anybody to help you.

Ciao,
Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-05 11:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05  9:17 GIT Integration with Siebel tarun patanwar
2016-07-05 10:02 ` Johannes Schindelin
2016-07-05 10:19   ` tarun patanwar
2016-07-05 11:28     ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).