You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael Wood <mw...@its.uct.ac.za> on 2003/05/12 07:35:53 UTC

cvs2svn does not tell svnadmin to ignore the UUID on load

cvs2svn.py:
[snip]
>     # The CVS repository doesn't have a UUID, and the Subversion
>     # repository will be created with one anyway.  So when we load
>     # the dumpfile, we'll tell svnadmin to ignore the UUID below. 
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     self.dumpfile.write('SVN-fs-dump-format-version: 2\n'
>                         '\n'
>                         'UUID: ????????-????-????-????-????????????\n'
>                         '\n')
[snip]
> def pass5(ctx):
>   if not ctx.dry_run:
>     # ### 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)
>     os.system('%s load %s < %s' % (ctx.svnadmin, ctx.target, ctx.dumpfile))
                 ^^^^^^^^^^^^^^^
[snip]

-- 
Michael Wood <mw...@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn does not tell svnadmin to ignore the UUID on load

Posted by kf...@collab.net.
Michael Wood <mw...@its.uct.ac.za> writes:
> cvs2svn.py:
> >  # repository will be created with one anyway.  So when we load
> >  # the dumpfile, we'll tell svnadmin to ignore the UUID below. 
>                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >  os.system('%s load %s < %s' % (ctx.svnadmin, ctx.target, ctx.dumpfile))
>                  ^^^^^^^^^^^^^^^

Whups!  Thanks, fixed in revision 5889.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org