CVS diff >> file
Hi
I need to be able to create CVS patches. In eclipse it's part of IDE but InelliJ does not have this option.
I can create diff view but can not save it to a file.
Is there a way to crate/apply/remove patches from IntelliJ??
Thanks
Please sign in to leave a comment.
yarik wrote:
>I need to be able to create CVS patches. In eclipse it's part of IDE but InelliJ does not have this option.
>I can create diff view but can not save it to a file.
>
I once had the idea it would cool somehow flag the version control
integration somehow to automatically generate unidiff patches for you.
Say you define a source and test directory for your module, define a
"patch" directory set for the module, and have IDEA automatically
generate patches for you as you code. These patches could then be kept
in CVS as opposed to real code. I say "directory set" as you'd want to
keep the original sources around somewhere if you modify them....