[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 6397 - trunk/tools/cvs2svn

From: <kfogel_at_collab.net>
Date: 2003-07-08 16:34:46 CEST

Philip Martin <philip@codematters.co.uk> writes:
> > def pass5(ctx):
> > - if not ctx.dry_run:
> > + if (not ctx.dry_run) and (not ctx.dump_only):
> > # ### FIXME: Er, does this "<" stuff work under Windows?
> > # ### If not, then in general how do we load dumpfiles under Windows?
> > print 'loading %s into %s' % (ctx.dumpfile, ctx.target)
>
> Is this a problem on Windows? If it doesn't work you could look at
> copy_repos in subversion/tests/clients/cmdline/svntest/main.py.

I don't know if it's a problem in Windows or not. I haven't heard of
any yet; that comment was more a request for confirmation than
definite anticipation of a problem.

Thanks for the hint, though. (If I had done it with a pipe in
cvs2svn, there'd probably be a comment there now asking if this "|"
stuff works under Windows... I guess it does :-) ).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 8 17:26: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.