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, looks wrong. You should double all your
backslashes or use a raw string. And \\P:... doesn't look well formed
either.
--
Gabriel Genellina
--
http://mail.python.org/mailman/listinfo/python-list
