On Fri, Nov 7, 2008 at 10:17, Leandro Silva <leandroswquality_at_gmail.com> wrote:
> Hi,
>
> Here we are having problems with the size of file`s path. Anyone knows if it
> is possible to creat a hook script that limits this size?
>
> If you have one, please send it to me.
Are you certain that the limitation is in the repository itself, and
not with the working copy path? There's a path length limit in some
Windows APIs used by Subversion/APR.
What I'm getting at is that no matter how short the path in the
repository, you could in theory attempt to check out a working copy
which breaks that Windows limit, if your directory structure/names on
the Windows machine is long enough. A hook script won't prevent that
from happening.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-07 16:24:16 CET