Hi all
I am surprised, that this plugin found such a resonance.
As I wrote before: my intention was not to write a replacement for WinCVS or Tortoise, I just missed the "CVS Repository Browsing" functionality in both.
But of course I understand that some extended functionality would be nice.
fabiochelly
Status can be done with ALT+ENTER on existing \\CVSBrowser file
ALT+ENTER on a \\CVSBrowser file shows its CVS LOG.
CVS status should show the current status of the file on the local file system, and here I have no idea how to get a hook on those local files.
AlleyKat
Especially adding/committing is dangerous, and ample warnings should be given by default if I may suggest so.
I completely agree, anyway a dialog would prompt for a proper "commit message".
AlleyKat
Are there any chance of the plugin to have some kind of caching function, and ability to use/call TC's compare functions? One of my greatest problems with using Tortoise is the missing 'compare-on-conflict' function.
What currently is cached are the browsed directories (means: directories and their contents, which already were retrieved by this browser session, will be cached).
If you change the Repository this cache will be cleared again.
TCs "Synchronize Directories" does not work because "cvs checkout -n" does not give any file size information and "Synchronize Directories" cannot be forced to ignore different file sizes.
TCs "File > Compare Contents..." however works fine.
If you want to compare complete modules/directories you could procede as follows:
- - Copy/Checkout the directory (using <F5>) to a temporary folder
- Compare this temporary folder to your local copy.
I already noted the wish for logical names and a more detailed "Add" dialog.
(see tracker entries "Feature Requests" on project page
https://sourceforge.net/projects/tc-cvsbrowser/)