Re: svn client and long filenames on Windows
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-05-15 15:30:30 CEST
Graham Leggett wrote:
The limitation of 250-some characters is true for relative paths (that is,
"foo.c"
These are relative paths because if I'm at a CMD shell and I type "notepad
Windows, however, allows you something like 65k bytes if you use UNC
So, the recommendation here is that in your build scripts, don't do
svn checkout http://myserver.com/repos/trunk working-copy
because "working-copy" is relative to your current working directory.
Instead, do:
svn checkout http://myserver.com/repos/trunk C:\Projects\working-copy
because there can be no question about where C:\Projects\working-copy is --
-- C. Michael Pilato <cmpilato@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
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.