On Sep 11, 7:41 pm, Bjoern Schliessmann <usenet- [EMAIL PROTECTED]> wrote: > Tim Golden wrote: > > Sjoerd wrote: > >> ClientError: Unable to open an ra_local session to URL > >> Unable to open repository 'file:///P:/tools/builds/repository' > > >> does anyone know how I can fix this? > > > Usually means that the process which Apache is running under > > (may well be LocalSystem) doesn't know about or doesn't have > > access to p:/tools etc. > > Isn't this an SVN client error? Seems to me that the repository URL > is invalid. > > Tim, try accessing the repository using svn list from the command > line. > > Regards, > > Björn > > -- > BOFH excuse #350: > > paradigm shift...without a clutch
Thank you both for your replies! I suspect that if I import the script that the script becomes local for apache Who tries to form the path. The actual command: client = Client() repLog = client.log("\\P:\\tools\builds\publish\\") I used an UNC path. The forming of the repository path must be inside the pysvn library. When I run the script via the command console it returns the right values. So I think what Tim replies is quite acurate! I'm going to try that tomorrow! Cheers! Sjoerd
-- http://mail.python.org/mailman/listinfo/python-list