From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.7 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 0CDE92023C for ; Tue, 5 Jul 2016 11:28:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932676AbcGEL22 (ORCPT ); Tue, 5 Jul 2016 07:28:28 -0400 Received: from mout.gmx.net ([212.227.15.15]:56697 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752566AbcGEL21 (ORCPT ); Tue, 5 Jul 2016 07:28:27 -0400 Received: from virtualbox ([37.24.141.253]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LzcIM-1bOC6N0jkQ-014nH3; Tue, 05 Jul 2016 13:28:25 +0200 Date: Tue, 5 Jul 2016 13:28:24 +0200 (CEST) From: Johannes Schindelin X-X-Sender: virtualbox@virtualbox To: tarun patanwar cc: git@vger.kernel.org Subject: Re: GIT Integration with Siebel In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Provags-ID: V03:K0:YjbeWN979byfspABIeH7zbzbhvEoFPneOj0VQJBpnc6YuK6Qd4E RVtj6f5cuZP2lAFFmPR/U8S1O07TTDRx4tTw+ecSlfeZq4aOyy/2GbwO6wXhtY4Q+0pLrgl xybJYNojYSjCFInvYv0Zkr8wJ+z/vTih0m+TEtcijqgimP/JjwV4SB1AVyPqz3fYAqKBHoE pQScIMFqxPciN4FKzxXWw== X-UI-Out-Filterresults: notjunk:1;V01:K0:A/AJqD7k12s=:GN2FyuNhoJVO/ISNK7aAJf aL/UaWy3Rf3ZWZUsaVAwTDLkO5iH16DIr+O7P6FC4Brf7so7i0RlCIBFf3bDoo0UgQHyDRvzD 3+bhfMd6MiAVuhe3FA7pKegeXQ+NIjMlVeFugb/AM08h3pD7RK8jqiRTVO8mPiuINmjuS4s8T vPZUH9fHpFr7KGQDFqlgUHeg2wL+lwZvGqg6E02eue+/PWidu1GcpeOseJuwukAnGEO0LSPGI H8mBxwLHeRz/xqI+BLPXfuFkCupkc+MEwTGG3i5j3GPym8b5E5wGR/W77ucUOS7IsIphocna6 pL71cUBkWMjTfrgF/gr80dwALDP8Na2wEQmZJ1ByGAKiNMHjJrPUKrY1a6nDBJCgC9Kw0Zwts QfFaZHz/xdkyqwzKGTtSInOGj6BlNM4sPkGkyxRU5ycFIruITqbAhwu17tytZlQO3+oX5UU4e I+0q1fpsHhbkMl/nkx/5l1D0e8aD5rROlbdbfSk60VE58gPbMEMTfARHdHB6DczFjGQWKpix0 TE+r6J3iPGRWNQ8Vt1Zri/wIHCcCpIO4Y/VuiLplejcyPgiXDgD1s+KnpJi+Lhr+2wTnsFoAm L1KziSDyuzFZYEMBnqMKlXX7VFbT5PSKImlQG53dTCPZWwHhmmkEPTTV/kMsbzKxuIuTlrCUd jVqNL26yWyure+zBoSF0vo7/Jf4r83m5wRa0KxLvzSbYmtV5pyUNumVOWvGOdpoA6YbbpnHiu w1kF04Nt+Sm98tvknkH6KLyXahR2I/ckbyENJTIZUccYXMD84xBsrzREBA8W0vF+58fEW0Try G/BCsYI Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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