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

Re: 答复: Re: 答复: Re: 答复: Re: filname too long for svn

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-11-26 11:14:49 CET

On 11/26/07, 朱勃豪 <bohao@sunnorth.com.cn> wrote:
>
> Hi Erik,
>
> Thanks for your kindly reply.
>
> It may not be the problem of APR for I tried to compile the latest APR
> (1.2.x) with SVN and the same error occured.
>
> I guess there is nothing to do with absolute or relative paths. I checkouted
> the repository using the command like this:
>
> svn co https://aaa.bbb.ccc/aaa/bbb/ccc

Just out of curiosity: why do you think this doesn't have to do with
absolute paths? I'm not seeing absolute paths in the command above...

To be more specific, the documentation for 'svn co' and 'svn up'
documents to expand missing targets to '.' (ie the current directory).
'.' is a relative path. This means the command above is interpreted /
translated to

  svn co https://aaa.bbb.ccc/aaa/bbb/ccc .

HTH,

Erik.
Received on Mon Nov 26 11:15:33 2007

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.