[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-29 15:56:12 CEST

"Jeffrey C. Ollie" <jeff@ollie.clive.ia.us> writes:
> use Unix-style paths instead of using the os.path.* functions. Also,
> I think that I fixed a buglet. You had the following:
>
> if path_so_far:
> path_so_far = path + '/' + component
> else:
> path_so_far = component
>
> Using "path_so_far" rather than "path" in the second line would seem to
> be the proper way to go.

Yup, that looks like a bug -- nice catch! Will fix.

Thanks,
-Karl

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