mod_python and pysvn

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Sep 12 23:59:53 EDT 2007


En Tue, 11 Sep 2007 15:35:00 -0300, Sjoerd <s.rappard at gmail.com> 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, looks wrong. You should double all your  
backslashes or use a raw string. And \\P:... doesn't look well formed  
either.

-- 
Gabriel Genellina




More information about the Python-list mailing list