info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Preview before commit


From: Arthur Barrett
Subject: RE: Preview before commit
Date: Thu, 10 Nov 2005 13:30:38 +1100

Vikram,

Using the free (GPL) cvsnt for unix/linux/windows/mac you can do:

$ cvs status -q | grep "Locally Modified"
cvs server: Examining .
File: mary.txt          Status: Locally Modified
cvs server: Examining announce
cvs server: Examining xmlgrep
File: launchcvs.cpp     Status: Locally Modified

On windows you can use tortoisecvs (which uses the cvsnt client) to do
the commit and it'll display a list of files before going any further...

You can even click on any file and get an individual diff...

Alternatively you can use a more pro-active approach and use "cvs commit
-c" which checks for valid edits before a commit.  Then you first have
to "mark" a file as changing with "cvs edit" before changing it, eg:
cvs edit -b 1234 hello.c
cvs edit -b 456 main.c
cvs edit -b 1234 hello.h
cvs commit -c -b 1234 -m "Only commit changes related to bug 1234"

If you do choose to use cvsnt or tortoisecvs - please direct your
questions to the tortoise or cvsnt newsgroup.

Regards,


Arthur Barrett

-----Original Message-----
From: address@hidden
[mailto:address@hidden On
Behalf Of Vikrama Ditya
Sent: 09 November 2005 22:15
To: address@hidden
Subject: Preview before commit


All

Is it possible to invoke a command to preview the list of files would 
checked in and/or removed and/or add on executing a certain cvs commit 
command?

Thanks for any help
--
Vikram 


_______________________________________________
Info-cvs mailing list
address@hidden http://lists.nongnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]