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

Re: [PATCH] cvs2svn.py - return sensible path from make_path

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-14 22:26:30 CEST

Francois Beausoleil wrote:
>...
> + return string.replace(string.replace(tempname, '/\\', '\\'), '//',
> '/')

A better way to fix this is to change relative_name so the garbage slash
characters don't get put into paths in the first place.

See my patch at
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=294207

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 14 22:31:22 2003

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.