+1... diffing version 1.1 with version 1.2 when i have version 1.6
checked out would be great...
also... I would LOVE to be able to diff two arbitrary files in my
project.. IDEAs diff tool is great... but it needs more flexibility
about what one can diff against what... diffing a random file against
version 1.3 of some other random file might also be a handy feature
from time to time...
In article <[EMAIL PROTECTED]>, Christopher Cobb
<[EMAIL PROTECTED]> wrote:
> By default, when you perform a 'cvs diff' on the command line, it does
> not diff with HEAD, it diffs with the version you checked out.
> Consequently, by default, you see only what *your* changes were.
>
> If HEAD has not changed since you checked out the file, then the default
> diff is the same as diffing with HEAD.
>
> However, if HEAD has changed, then a diff with HEAD will show changes
> that other developers have made in addition to the changes that you have
> made.
>
> The default diff and the diff with HEAD are both useful but are
> different.
>
> In order to be able to do both kinds of diffs, the CVS diff window
> should look like this:
>
> ----------------------------------
>
> Compare with revision tag (or date)
>
> [__________________________] (x) tag ( ) date
>
> Compare with revision tag (or date)
>
> [__________________________] (x) tag ( ) date
>
> [ ] Ignore spaces [-w]
>
> ----------------------------------
>
> If the user does not enter anything, a *default* cvs diff will be
> performed, which will diff against the version you checked out.
>
> If the user enters a tag in only one field, then a diff against that tag
> (which could be HEAD) will be performed.
>
> If the user enters a tag in both fields, then a diff between those two
> version will be performed.
>
> The user can enter either a tag (default) or a date in the provided data
> entry fields. Maybe you can programmatically determine if a legal tag
> (which must contain only letters, numbers and underscores, I think) is
> not present, in which case you could auto-check the date radio button.
> But I think some dates can also be legal tags ('Tuesday'), so you will
> need to allow the user to check ( ) date. I think there can always be
> some ambiguity there, so you will need to allow the user to explicitly
> check tag or date.
>
>
>
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features