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

Re: svn commit: rev 5750 - branches/cvs2svn-kfogel/tools/cvs2svn

From: Jeffrey C. Ollie <jeff_at_ollie.clive.ia.us>
Date: 2003-04-29 14:45:38 CEST

On Tue, 2003-04-29 at 00:48, Branko Èibej wrote:
> Jeffrey C. Ollie wrote:
>
> >One thing that I noticed about the construction of ensure_directories is
> >that it's probably not very portable to Windows, to say nothing about
> >MacOS <= 9
> >
> Those are in-repository paths, not on-disk paths. Repository paths use /
> as the separator.

Doh! Open mouth, insert foot. Still, there seem to be a lot of places
where paths are pulled apart/put together by hand. I think that it would
save some headaches later if either the posixpath.* routines (os.path ==
posixpath on Unix) or a small set of subroutines were developed to
handle all of the path mangling.

Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 29 14:46:37 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.