Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about revision

Read more about revision

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - revision

CVS change revision of file to a newer one

simple question. I got a file xy.c that has a repository revision 1.1. Its on a branch. In head there is a newer version with version 1.4 . Now i want the file xy.c point to version 1.4. I already tri...
test-img

Apohero

version-control

cvs

revision

Votes: 0

Answers: 1

Latest Answer

I think you need to somewhat bypass CVS and send the file to stdout (-p) and then back into the file. cvs update -r 1.4 -p xy.c > xy.c I know that sounds crazy or like overkill, but some seemingly...
test-img

Mort

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved