I am trying to use COMMIT to bring all revision of my module (eshop)
to one number (i.e. 2.1) by using Modify->Commit and set the options
as: Force Commit, Force Revision=2.1 and Force Recurse. The command
only changes the revision on files in current directory of selected
module, NOT in all subfolders.

I can go to a DOS window and do:
   cd d:\working
   cvs -R -f -r 2.1 -m "Set all revision" eshop <- does not work
   cvs -f -R -r 2.1 -m "Set all revision" eshop <- work half way
   cvs -f -r 2.1 -m "Set all revision" -R eshop <- work perfectly

Is this a known bug in WinCVS and in CVS ?
I am using WinCVS 1.3.7.1 Beta 7 (Build 1) release on Widows 2000

Thanks
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to