On 6/25/08, Eric Wong <normalperson@xxxxxxxx> wrote: > No, nothing to do with DNS hostnames in the remote names. I think I > just looked at remotes2config.sh one day and used it as a reference :x > > It's late and I've had a rough few days, but shouldn't > sanitize_remote_name() just escape . and "? Right now it's converting > stuff to . which has me very confused... I think there might be higher-level problems here: what is it sanitizing anyway, and why? If it found my D2007_Win32 svn-remote entry in the config (as it seems to have done when trying to locate its parent branch during fetch), and *then* it sanitized it to D2007.Win32, that doesn't even make any sense. Clearly something straight from the config file doesn't need to be sanitized. However, I don't understand the code well enough to be able to say a) whether that's exactly what happened, or b) other places where sanitize_remote_name() *is* important, or c) whether sanitize_remote_name() is even correct. Have fun, Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html