You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Benjamin Pflugmann <be...@pflugmann.de> on 2004/05/27 04:25:19 UTC

Re: svn commit: r9895 - trunk/subversion/libsvn_fs_fs

On Wed 2004-05-26 at 21:29:00 -0500, ghudson@tigris.org wrote:
> Author: ghudson
> Date: Wed May 26 21:28:59 2004
> New Revision: 9895
> 
> Modified:
>    trunk/subversion/libsvn_fs_fs/fs_fs.c
>    trunk/subversion/libsvn_fs_fs/structure
> Log:
> Add a path prefix to nodes within a transaction to avoid conflicts
        ^^^^^^^^^^^^
> with special device names (con, nul, etc.) under Windows.  (Even if
> you have a path prefix or a ".foo" extension after a special device
             ^^^^^^^^^^^
> name in a filename, Windows will still treat the file as a special
> device.)

We add a path prefix, but then, even if there is a path prefix, it
will be handled as special device. So why we are adding a path prefix
to begin with?

I assume the first "path prefix" should read something like "filename
prefix"?

Bye,

	Benjamin.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r9895 - trunk/subversion/libsvn_fs_fs

Posted by Greg Hudson <gh...@MIT.EDU>.
On Thu, 2004-05-27 at 00:25, Benjamin Pflugmann wrote:
> I assume the first "path prefix" should read something like "filename
> prefix"?

Uh, yeah, or the second should be "directory prefix".  I'll edit the log
message to be more clear.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org