[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN::Client checkout fails using 1.2.0 on Win32, Linux

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-05-24 20:24:49 CEST

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
canonical. Use `pwd` (or perl's equivalent) to retrieve the full path
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 Tue May 24 20:26:59 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.