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

Long path names in windows

From: Colin JN Breame <colin_at_breame.com>
Date: 2004-10-27 21:52:41 CEST

In the windows version of svn, there is a difference between:

$ svn co svn://repos c:\path

and

$ svn co svn://repos path

The first being an absolute path and the second being relative.

The difference seems to be with long path names. I have read somewhere
that relative paths have a max length of 255 whereas absolute paths can
be much, much longer.

So, I suggest that all relative paths are converted to their absolute
versions when running on windows. Infact, maybe there is a function in
the apr that can be used. Anyone know about this?

Colin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 27 21:52:59 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.