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

Re: Fwd: Max Path Length Headache

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-02-18 20:51:36 CET

C. Michael Pilato wrote:

>>>Another (ugly) alternatively, though, is for the libraries to sanity
>>>check the length of their relative paths, and, if approaching a known
>>>danger zone, chdir() into (and back out of) the long path's parent
>>>directory.
>>>
>>>
>>>
>>Oh yuck, absolutely not. CWD is a process-global attribute on most
>>systems, and I don't want my library to change it behind my back.
>>
>>
>
>FWIW, I completely agree. (In my defense, that idea was handed to me
>by another individual.)
>
>What feelings (besides "that'll be hard") do you have regarding the
>translation to and from absoluteness by the Subversion command-line
>client? Do you think this Windows limitation warrants the effort?
>
>
I wouldn't be against doing so, of course. Deep hierarchies /are/ a
common feature in Java development. It's a pity we can't require the use
of absolute paths in SVN API parameters before 2.0, though.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 18 20:54:46 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.