• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WinCVS : how to commit changes to a branch?

 
Ranch Hand
Posts: 647
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

How do I commit the changes to a branch in CVS? I am using winCVS 1.2.

I got the branch version as sticky tag made some changes in that version in that branch. How to commit the changes?

Thanks,
Trupti
 
trupti nigam
Ranch Hand
Posts: 647
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
found the answer,It's pretty simple :-)
first need to check out the branch version and then commit those to that branch.

First select the file whose branch you need to checkout. Right click. and select "Update selection" click on the "Sticky options" tab.Click the check box for "retirve version/tag" and type in the branch name.
click on ok. You will see the branch version in CVS file listing. Then do the changes and just commit like regular file.
TO retrive the original file updat with "remove sticky tag" option.

Thanks,
Trupti
 
reply
    Bookmark Topic Watch Topic
  • New Topic