On Fri, Jan 27, 2023 at 09:21:03PM +0530, Narendra Naren wrote:

[...]
> > You're still refusing to tell exactly how that conversion/migration was
> > done,
> > but that is the single most important piece of information in this
> > question.
> >
> The exact process followed for migration from CVS to GIT is based on below
> link
> 
> https://community.hetzner.com/tutorials/how-to-migrate-a-cvs-repository-to-git
> 
> Exact same to same steps.

I wonder why the steps in that guide deviate from the official documentation
of the csv2git. Did you check the latter?

Anyway, are your JAR (and other binary files) are actually marked as binary in
the source (CVS) repository - say, as detailed in [1]?
Basically, what sugested by @Mort in their respective comment:

| In the CVS repo, if you type
|
|   cvs status myjar.jar it should indicate that
|
| the file is binary with
|
|   Sticky Options:     -kb.
|
| If it is not, you probably need to set it in CVS and re-import to git. 

See also [2] - as suggested in the same comment.

In other words:

 1. Read the csv2git docs carefully. Read the provided sample .options file,
    do not simplemindedly follow a random HOWTO.

 2. Try making sure all the binary files in your CVS repository are properly
    marked as binary so that the converted is able to do its job.

---

Please stop top-posting; use interleaved style common to any technical
discussions on the mailing lists [3]. Editing your mails is a pain in the neck
which I certainly do not want to experience as I'm not paid to dealing with
that.


References:

 [1] https://stackoverflow.com/questions/58220387
 [2] 
https://www.gnu.org/software/trans-coord/manual/cvs/html_node/Binary-howto.html
 [3] https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/20230127164728.i6vm6a5vufuwwmlk%40carbon.

Reply via email to