RE: cvs2git - problem

[email protected] Thu, 19 Mar 2015 16:16:47 +0000
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <08B711A5EB629D4FB591237C4E404B44041F6457@GBLONZ-PMSG101.emrsn.org>
------=_Part_17760_1627787135.1426784447402
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

Hi,
I think I've solved this after reading the following: http://tigris-scm.109=
30.n7.nabble.com/cvs2git-error-td95977.html

I have created a batch file as an intermediary which pipes out stderr to a =
file.  It contains the following single line:
call cvs.exe %* 2> nul

I then set the cvs executable to this batch file.

It's now running through... fingers crossed!

Regards

Russell Seamer | T +44 116 282 2946 | M +44 7887 648 124

From: Seamer, Russell [PROCESS/FARE]
Sent: 19 March 2015 13:48
To: '[email protected]'
Subject: cvs2git - problem

Hi,

I'm attempting to convert some small CVSNT repositories to git but I am hit=
ting the following problem:

Time for pass1 (CollectRevsPass): 0.562 seconds.
----- pass 2 (CleanMetadataPass) -----
Converting metadata to UTF8...
Done
Time for pass2 (CleanMetadataPass): 0.016 seconds.
----- pass 3 (CollateSymbolsPass) -----
Checking for forced tags with commits...
Done
Time for pass3 (CollateSymbolsPass): 0.015 seconds.
----- pass 4 (FilterSymbolsPass) -----
Filtering out excluded symbols and summarizing items...
ERROR: The command 'cvs -Q -f -d :local:C:\\CVSNT\\repos_new co -r1.1.1.1 -=
p -kb EMR_TSE_Common/build.xml' failed with exit status=3D0
and the following output:
cvs checkout: cwd=3DC:\CVSNT ,current=3DC:\CVSNT

If I take that cvs command and run it, it works without an error.

Can you offer any advice please?

Thanks

Russell Seamer | T +44 116 282 2946 | M +44 7887 648 124

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=3D1670&dsMessageId=3D=
3106610

To unsubscribe from this discussion, e-mail: [[email protected]=
ris.org].
------=_Part_17760_1627787135.1426784447402
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
=09{font-family:"Cambria Math";
=09panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
=09{font-family:Calibri;
=09panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
=09{margin:0cm;
=09margin-bottom:.0001pt;
=09font-size:11.0pt;
=09font-family:"Calibri",sans-serif;
=09mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
=09{mso-style-priority:99;
=09color:#0563C1;
=09text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
=09{mso-style-priority:99;
=09color:#954F72;
=09text-decoration:underline;}
span.EmailStyle17
=09{mso-style-type:personal;
=09font-family:"Calibri",sans-serif;
=09color:windowtext;}
span.EmailStyle18
=09{mso-style-type:personal-reply;
=09font-family:"Calibri",sans-serif;
=09color:#1F497D;}
.MsoChpDefault
=09{mso-style-type:export-only;
=09font-size:10.0pt;}
@page WordSection1
=09{size:612.0pt 792.0pt;
=09margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
=09{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-GB" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Hi,<o:p></o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">I think I&#8217;ve sol=
ved this after reading the following:
<a href=3D"http://tigris-scm.10930.n7.nabble.com/cvs2git-error-td95977.html=
">http://tigris-scm.10930.n7.nabble.com/cvs2git-error-td95977.html</a><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">I have created a batch=
 file as an intermediary which pipes out stderr to a file.&nbsp; It contain=
s the following single line:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"text-indent:36.0pt"><span style=3D"color:#1=
F497D">call cvs.exe %* 2&gt; nul<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">I then set the cvs exe=
cutable to this batch file.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">It&#8217;s now running=
 through&#8230; fingers crossed!<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D">Regards<o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<div>
<p class=3D"MsoNormal"><b><span style=3D"font-size:8.0pt;font-family:&quot;=
Arial&quot;,sans-serif;color:gray;mso-fareast-language:EN-GB">Russell Seame=
r
</span></b><span style=3D"font-size:8.0pt;font-family:&quot;Arial&quot;,san=
s-serif;color:gray;mso-fareast-language:EN-GB">| T &#43;44 116 282 2946 | M=
 &#43;44 7887 648 124</span><span style=3D"color:#1F497D;mso-fareast-langua=
ge:EN-GB"><o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p>&nbsp;</o:p></spa=
n></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm =
0cm 0cm">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"mso-fareast-languag=
e:EN-GB">From:</span></b><span lang=3D"EN-US" style=3D"mso-fareast-language=
:EN-GB"> Seamer, Russell [PROCESS/FARE]
<br>
<b>Sent:</b> 19 March 2015 13:48<br>
<b>To:</b> '[email protected]'<br>
<b>Subject:</b> cvs2git - problem<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Hi,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I&#8217;m attempting to convert some small CVSNT rep=
ositories to git but I am hitting the following problem:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Time for pass1 (CollectRevsPass): 0.562 seconds.<o:p=
></o:p></p>
<p class=3D"MsoNormal">----- pass 2 (CleanMetadataPass) -----<o:p></o:p></p=
>
<p class=3D"MsoNormal">Converting metadata to UTF8...<o:p></o:p></p>
<p class=3D"MsoNormal">Done<o:p></o:p></p>
<p class=3D"MsoNormal">Time for pass2 (CleanMetadataPass): 0.016 seconds.<o=
:p></o:p></p>
<p class=3D"MsoNormal">----- pass 3 (CollateSymbolsPass) -----<o:p></o:p></=
p>
<p class=3D"MsoNormal">Checking for forced tags with commits...<o:p></o:p><=
/p>
<p class=3D"MsoNormal">Done<o:p></o:p></p>
<p class=3D"MsoNormal">Time for pass3 (CollateSymbolsPass): 0.015 seconds.<=
o:p></o:p></p>
<p class=3D"MsoNormal">----- pass 4 (FilterSymbolsPass) -----<o:p></o:p></p=
>
<p class=3D"MsoNormal">Filtering out excluded symbols and summarizing items=
...<o:p></o:p></p>
<p class=3D"MsoNormal">ERROR: The command 'cvs -Q -f -d :local:C:\\CVSNT\\r=
epos_new co -r1.1.1.1 -p -kb EMR_TSE_Common/build.xml' failed with exit sta=
tus=3D0<o:p></o:p></p>
<p class=3D"MsoNormal">and the following output:<o:p></o:p></p>
<p class=3D"MsoNormal">cvs checkout: cwd=3DC:\CVSNT ,current=3DC:\CVSNT<o:p=
></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">If I take that cvs command and run it, it works with=
out an error.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Can you offer any advice please?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:8.0pt;font-family:&quot;=
Arial&quot;,sans-serif;color:gray;mso-fareast-language:EN-GB">Russell Seame=
r
</span></b><span style=3D"font-size:8.0pt;font-family:&quot;Arial&quot;,san=
s-serif;color:gray;mso-fareast-language:EN-GB">| T &#43;44 116 282 2946 | M=
 &#43;44 7887 648 124<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,sans-serif;color:gray;mso-fareast-language:EN-GB"><o:p>&nbsp;</o:p=
></span></p>
<p class=3D"MsoNormal"><span style=3D"mso-fareast-language:EN-GB"><o:p>&nbs=
p;</o:p></span></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

------=_Part_17760_1627787135.1426784447402--