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

Re: filename length

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-13 15:31:43 CEST

Don Vawter <don@vawter.com> writes:

> using an absolute pathname worked. Interesting that I was able to
> "export" to windows box without an absolute path but couldnt
> checkout to it.

Checkouts build working copies, which means that your longest file
path length will, at some point, be extended by additional characters,
".svn/tmp/text-base/" between the dirname and basename, and
".svn-work" at the end of the path. If you're riding the line near
PATH_MAX, those additional characters could knock you over the
boundary.

Thanks for the follow-up.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 13 15:57:17 2004

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.