[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-07 23:57:42 CEST

[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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 7 23:58:33 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.