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

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).