[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: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-07-08 06:23:28 CEST

Philip Martin wrote:
> [Nothing to do with r6397.]
>
> kfogel@tigris.org 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.

This does work on windows. Simple file redirection has been supported since the
days of MS-DOS.

- Russ

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