hot to turn on cvs-changed-lines at left margin

hello. i just installed idea on a new computer, and i believe i copied all the settings, but somehow on the new computer i do not get the markings on the left margin showing lines that differ from the cvs version. i can't find a switch to turn this on anywhere in the settings.
can anybody help please?

thank you

0
6 comments
Avatar
Permanently deleted user

It's your project doesn't have a CVS version control assigned most probably.
Check out Settings|Version Control
-


Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"

hello. i just installed idea on a new computer, and i believe i copied
all the settings, but somehow on the new computer i do not get the
markings on the left margin showing lines that differ from the cvs
version. i can't find a switch to turn this on anywhere in the
settings. can anybody help please?

thank you



0
Avatar
Permanently deleted user

i have cvs enabled, i can update/commit files, i can update project, i can see cvs diff, or file view. everything but not the changed lines markings.

0
Avatar
Permanently deleted user

What color the files appears in then? Particulary modified files are of interest.
Are they blue? (in project view, in editor tab).

-


Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"

i have cvs enabled, i can update/commit files, i can update project, i
can see cvs diff, or file view. everything but not the changed lines
markings.



0
Avatar
Permanently deleted user

i found the problem.
i copied my project from old computer 'as is', with some files already changed. Idea does not show differences for those files.
for all the modified files i copied i need to do a cvs commit, and from then on everything is ok. for unmodified files i can simply start editing and everything is fine.

there seems no way to see what's modified (other than 'compare with', but that not quite as convenient) in the files that were copied modified, but before cvs commit. a bit strange... but in the end, not a blocker as i thought.

0
Avatar
Permanently deleted user

Michal Bazynski wrote:

i found the problem.
i copied my project from old computer 'as is', with some files already changed. Idea does not show differences for those files.
for all the modified files i copied i need to do a cvs commit, and from then on everything is ok. for unmodified files i can simply start editing and everything is fine.

there seems no way to see what's modified (other than 'compare with', but that not quite as convenient) in the files that were copied modified, but before cvs commit. a bit strange... but in the end, not a blocker as i thought.


I've seen this before. Basically, the change markers rely on IDEA's
internal Version History (or whatever it's called) and it misses changes
like this. I wonder why IDEA doesn't use "same revision in repository"
as the basis for it's change markers.

Ciao,
Gordon

--
Gordon Tyler (Software Developer)
Quest Software <http://www.quest.com/>
260 King Street East, Toronto, Ontario M5A 4L5, Canada
Voice: (416) 933-5046 | Fax: (416) 933-5001

0
Avatar
Permanently deleted user

If you do a cvs annotate on those files, the CVS changed markers will reappear.

0

Please sign in to leave a comment.