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

Re: Bug: assertion failed (svn_dirent_is_absolute(local_abspath)) when updating

From: John Cowan <cowan_at_mercury.ccil.org>
Date: Fri, 25 Jan 2013 10:57:17 -0500

Andy Levy scripsit:

> What do you propose be done? Colons are not permitted in file
> or directory names on Windows systems. The proper solution is to
> disallow creating it in the repository in the first place (and rename
> via the repo-browser or URL if you already have it) via a pre-commit
> hook script.

Alternatively, you can use the Cygwin approach, where the Windows-reserved
characters are mapped into U+FF00 through U+FF7F, which are legal but
improbable Unicode characters. There is no law that says the names of
files in the working copy have to be exactly the same as on the server,
just that there be a bidirectional mapping between them.

-- 
John Cowan  cowan@ccil.org   http://www.ccil.org/~cowan
Dievas dave dantis; Dievas duos duonos          --Lithuanian proverb
Deus dedit dentes; deus dabit panem             --Latin version thereof
Deity donated dentition;
  deity'll donate doughnuts                     --English version by Muke Tever
God gave gums; God'll give granary              --Version by Mat McVeagh
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3045922
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-01-25 16:57:26 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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