[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn

From: Clark Rawlins <clark_at_bit63.org>
Date: 2003-08-05 19:05:28 CEST

Thanks for everyones help.

I seem have gotten past the last problem. Now I have a problem with
MemoryError

cvs_repository/Eureka_Media/DMM2/Media.tar,v
Traceback (most recent call last):
  File "cvs2svn/cvs2svn.py", line 2263, in ?
    main()
  File "cvs2svn/cvs2svn.py", line 2259, in main
    convert(ctx, start_pass=start_pass)
  File "cvs2svn/cvs2svn.py", line 2138, in convert
    _passes[i](ctx)
  File "cvs2svn/cvs2svn.py", line 1966, in pass1
    os.path.walk(ctx.cvsroot, visit_file, (cd, p, stats))
  File "/usr/lib/python2.1/posixpath.py", line 277, in walk
    walk(name, func, arg)
  File "/usr/lib/python2.1/posixpath.py", line 277, in walk
    walk(name, func, arg)
  File "/usr/lib/python2.1/posixpath.py", line 269, in walk
    func(arg, top, names)
  File "cvs2svn/cvs2svn.py", line 348, in visit_file
    p.parse(open(pathname, 'rb'), cd)
  File "cvs2svn/rcsparse/common.py", line 239, in parse
    self.parse_rcs_deltatext()
  File "cvs2svn/rcsparse/common.py", line 218, in parse_rcs_deltatext
    text, sym2, log, sym1 = self.ts.mget(4)
  File "cvs2svn/rcsparse/default.py", line 169, in mget
    result.append(self.get())
  File "cvs2svn/rcsparse/default.py", line 131, in get
    return string.join(chunks, '')
  File "/usr/lib/python2.1/string.py", line 128, in join
    return sep.join(words)
MemoryError
crawlins@debian:~$ ls cvs_repository/Eureka_Media/DMM2/Media.tar,v
-r--r--r-- 1 crawlins crawlins 804891943 Aug 1 13:17
cvs_repository/Eureka_Media/DMM2/Media.tar,v

Obviously it is because of the large Tar file someone chose to check in.
Can I get past this problem without skipping the tar file?

Clark

On Fri, Aug 01, 2003 at 02:55:41PM -0500, Clark Rawlins wrote:
> Thanks,
>
> That seems to work.
> I am now removing all of the duplicate names.
>
> Clark
>
> On Fri, Aug 01, 2003 at 08:21:18PM +0100, Max Bowsher wrote:
> > Clark Rawlins wrote:
> > > Sure,
> > > Here is the diff:
> > >
> > > --- cvs_repository/ANT/src/fe_redwood/make.txt,v Fri Aug 1 12:26:23 2003
> > > +++ make.txt,v.orig Fri Aug 1 13:40:14 2003
> > > @@ -26,6 +26,7 @@
> > > PSOS_REDWOOD3_3_15_2K:1.1.1.1
> > > ANT_COMPONENTS:1.1.1
> > > arelease:1.1.1.1
> > > + avendor:1.1.1;
> > > locks; strict;
> > > comment @# @;
> >
> > You've accidentally removed the semicolon terminating the "symbols" list.
> >
> > Max.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
>
> --
> "It is error alone which needs the support of government. Truth can stand by
> itself." --Thomas Jefferson

-- 
"The two enemies of the people are criminals and government, so let us tie the
second down with the chains of the constitution so the second will not become
the legalized version of the first."
     -- Thomas Jefferson

  • application/pgp-signature attachment: stored
Received on Tue Aug 5 19:08:52 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.