RE: Re: [viewvc-dev] Tracking changled lines in database

[email protected] Tue, 3 Feb 2009 07:19:27 -0800 (PST)
Newsgroups gmane.comp.version-control.cvs.viewcvs.devel
Message-ID <31932173.1624361233674367831.JavaMail.httpd@localhost>
> ViewVC's commits database doesn't store the number of modified lines, but
> (in the tradition of both CVS and GNU diff) it does store the number of
> added lines and the number of removed lines.  Is that information sufficient
> for your purposes?


Thank you for the quick reply. I now understand the reason for not supporting changed lines. 

I need to be able to differentiate between adding/removing code from changing code. This can help find code that is constantly being refactored and therefore might prove helpful to have the code reviewed. 

In the added/removed lines I see that the svn side of things is recognizing changed lines, but adding one to each of added and removed lines. 

Can you keep things compatible by having a nullable column that is used for version control systems that can differentiate between added, removed and modified lines? 

-Christian

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4251&dsMessageId=1097105

To unsubscribe from this discussion, e-mail: [[email protected]].