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

Re: Re: A little question about SVN

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Mon, 17 Nov 2008 22:42:00 +0100

> Surprisingly, the Subversion command line commands cannot get around
> this limit. Again, I am not sure it is the fact that the Subversion
> command line commands are using the standard directory API that hits
> this limit, or because they are operating in the command line
> environment where this limit exists.

Yes, it can and *does* use the same APIs as does TSVN, because they
both use APR, but: if APR is built on top of cygwin, it may be a
cygwin limitation to actually limit files to 250 characters.

As I said before, try to use an absolute path (with the windows native
binaries) and you should see paths much longer than 250.

> I also notice that Cygwin also hits the same limits which is
> surprising since it really doesn't use the Windows shell.

No, but it uses a Unix emulation library... We don't know what the
emulation glue does for us (or does not do for us...)

Bye,

Erik.

---------------------------------------------------------------------
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-17 22:42:22 CET

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.