CVS question

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

User avatar
Kint
a hill giant
a hill giant
Posts: 208
Joined: Thu Mar 13, 2003 3:36 am

CVS question

Post by Kint » Wed Oct 15, 2003 7:42 pm

Sometimes, like if I don't update for a while, I'll get a file variation and it'll create a merge, like 1.50 with 1.64. Often it fails. I've tried to just delete it and start again but it doesn't get caught in the update, so I'm left without a file. Is there any way to get the latest version of one specific file? using WinCVS.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Wed Oct 15, 2003 9:53 pm

From the command line, it is -C if that helps:

cvs update -C

-C Overwrite locally modified files with clean repository copies.

User avatar
Kint
a hill giant
a hill giant
Posts: 208
Joined: Thu Mar 13, 2003 3:36 am

Post by Kint » Wed Oct 15, 2003 10:09 pm

thanks!