Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'repository': 0.07; 'from:addr:timgolden.me.uk': 0.09; 'from:name:tim golden': 0.09; 'message-id:@timgolden.me.uk': 0.09; 'api': 0.11; 'subject:python': 0.12; 'wrote:': 0.15; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; '"python': 0.16; '(which': 0.20; 'header:In-Reply-To:1': 0.22; 'subject:information': 0.25; 'subversion': 0.30; 'tjg': 0.30; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'google': 0.34; 'operations': 0.36; 'received:192': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'from:addr:mail': 0.64; 'subject:Require': 0.84 Date: Tue, 02 Aug 2011 15:46:32 +0100 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Require information on python API for Subversion related work References: <408F64D89899604FB24015E64E10490C0122B1@KCHJEXMB01.kpit.com> In-Reply-To: <408F64D89899604FB24015E64E10490C0122B1@KCHJEXMB01.kpit.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312296401 news.xs4all.nl 23890 [2001:888:2000:d::a6]:43573 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10739 On 02/08/2011 14:02, Shambhu Rajak wrote: > I need an api that can be used to do following operations on Subversion > repository tool: > > 1.Create branch > > 2.Check out > > 3.Check in > > 4.Merge http://pysvn.tigris.org/ (which is, by the way, the first Google hit for "Python Subversion bindings") TJG