Erik Huelsmann wrote:
> On 5/24/05, Leo Davis <ldavis@fonix.com> wrote:
>
>
>> Hello,
>>
>> I upgraded my subversion client and Perl bindings for 1.2.0 today.
>> Earlier in the day, I was running a script that called checkout:
>>
>> $SVNClient->checkout($foo, '.', 'HEAD', 1);
>>
>> Where $foo is in the form: http://<server>/<repo>
>>
>
>
> Well, you don't say exactly which path you used to point to repo, but
> if it ends in a slash, that's not canonical. Also, '.' is not
>
>
I supplied a sample program as an attachment that did use the real URL.
> canonical. Use `pwd` (or perl's equivalent) to retrieve the full path
>
>
I tried using Cwd::getcwd in place of '.' and that worked. However, the
code I posted worked using subversion 1.1.4 bindings. Also there is no
mention of canonicality in the new documentation for this method, but is
the same as the old documentation.
> to the current working dir. That should be canonical.
>
>
> HTH,
>
>
> Erik.
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 25 03:48:20 2005