cvs - Can we commit individual files? -


Hello we are using CVS and development happens regularly I work only on one or three files most of the time Am I still making all changes to the folder ?? Is it possible to select files which are CVS committed and which are still in development?

As I work in File 1, File 2 and File 3. For most days, with file 1, I see the log and there is some problem in file 2, so I make quick changes and commit to file 2. But the file in the file is still in development and only wants to make changes in file 2. Is this possible?

Yes, just use

  cvs commit file2 

Code>

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -