Re: Cvs2Svn file corruption issue

Michael Haggerty <[email protected]> Fri, 19 Dec 2014 15:40:13 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.devel
Message-ID <[email protected]>
On 12/19/2014 01:04 PM, Vishal Bhamawat wrote:
> Thanks for your reply.
> File is not corrupt ,when we checkout from the WINCVS.And files are also
> marked binary in CVS.
> I am using Slandered CVS not CVSNT

I suggest you use the "--use-cvs" option to make sure that files are
being checked out of CVS using the "cvs" command.

I suggest that you use "--cvs=3DPATH" to make sure that cvs2git is using
the same "cvs.exe" command executable that you used when you checked the
files out of CVS manually.

I suggest that you use "-vvvvv" to max out the verbosity of the script
and capture the output to a file. Then look for the exact cvs command(s)
that cvs2git used to copy the JAR files out of CVS. Try running that
exact same command manually and check whether the resulting file
contents are correct or incorrect.

Check that you don't have any strange Git settings when you check your
files out from Git. (It could be that global git settings are affecting
your results.) Run

    git config --list

and tell us the results. While you're at it, tell us the output from
"git --version".

If none of that gives you a hint, please prepare a test case as
described in the FAQ and send it to the mailing list.

To speed up your tests, you can make a copy of your original CVS
repository and delete all of the "*,v" files except for one of the
"*.jar,v" files that is giving you trouble.

Michael

--=20
Michael Haggerty
[email protected]

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

To unsubscribe from this discussion, e-mail: [[email protected]=
s.org].