In message <[EMAIL PROTECTED]>, Gabriel
Genellina wrote:
> If that's really actual code, looks wrong. You should double all your
> backslashes or use a raw string. And \\P:... doesn't look well formed
> either.
DOSlexia strikes again. :)
--
http://mail.python.org/mailman/listinfo/python-list
En Tue, 11 Sep 2007 15:35:00 -0300, Sjoerd <[EMAIL PROTECTED]> escribi�:
> 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.
If that's really actual code, l
On Sep 11, 7:41 pm, Bjoern Schliessmann 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 whic
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) do
Sjoerd wrote:
> Hello all,
>
> I have a script that uses pySVN. It gets the latest build information.
> I want to create a call to that function in a PSP file but everytime I
> try I get an error message:
>
> ClientError: Unable to open an ra_local session to URL
> Unable to open repository 'file
Hello all,
I have a script that uses pySVN. It gets the latest build information.
I want to create a call to that function in a PSP file but everytime I
try I get an error message:
ClientError: Unable to open an ra_local session to URL
Unable to open repository 'file:///P:/tools/builds/repository