Re: [BangPypers] Using pysvn how can i capture the log of checkout() and return code of the checkout() to use the exit code of check out activcity basically .
babmis writes: > Here is the code i am trying: > > > > 2 from pysvn import wc_status_kind > 3 import pysvn > 4 > import os, os.path > 6 import re > 7 > 8 def createSVNClient(): > 9 """Create a pysvn client, and setup some callback and options. > 10
Re: [BangPypers] Using pysvn how can i capture the log of checkout() and return code of the checkout() to use the exit code of check out activcity basically .
d internally. > I think callback_notify gives you more information about result of the commands. - Noorul > > > On 10/9/2013 3:01 PM, Noorul Islam K M wrote: >> babmis writes: >> >>> Here is the code i am trying: >>> >>> >>> &g