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

Re: [w] Valid cvs symbols

From: Carl Gherardi <Carl.Gherardi_at_nautronix.com.au>
Date: 2004-02-06 11:17:17 CET

On Fri, 2004-02-06 at 17:21, Carl Gherardi wrote:
> On Fri, 2004-02-06 at 16:30, Kai Bartels wrote:
> > Hi Carl,
> >
> > I got the very same error when trying to migrate.
> > The "Open Source Development with CVS" sais that CVS tag names may
> > contain letters, numbers, hyphens and underscores and have to start
> > with a letter.
> *ugh* Anyone have a prewritten script?

Solution for anyone curious:

At the root of your cvs repository.

#Add legal tag to replace old one
find . -type f -name \*,v -exec \
rcs -NBORK20m_trial_18_09:20m_trial_18_09 {} \;

#Remove illegal tag.
find . -type f -name \*,v -exec rcs -N20m_trial_18_09_2002 {} \;

Now i've got:

File "/usr/bin/cvs2svn", line 338, in visit_file
    except rcsparse.common.RCSExpected:
AttributeError: 'module' object has no attribute 'common'

Any ideas? - i cant find where the error message is comming from.

*sigh*

Carl

--
This email is confidential and intended solely for the use of the individual to whom it is addressed.  
Any views or opinions presented are solely those of the author and do not necessarily represent those of NAUTRONIX LTD.
If you are not the intended recipient, you have received this email in error and use, dissemination, forwarding, printing, or copying of 
this email is strictly prohibited.  If you have received this email in error please contact the sender.   
Although our computer systems use active virus protection software, and we take various measures to reduce the risk of viruses 
being transmitted in e-mail messages and attachments sent from this company, we cannot guarantee that such e-mail messages 
and attachments are free from viruses on receipt.  It is a condition of our using e-mail to correspond with you, that any and all liability 
on our part arising directly or indirectly out of any virus is excluded.  Please ensure that you run virus checking software on all e-mail 
messages and attachments before reading them.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 6 11:34:00 2004

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.