You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by JITHIN K <ji...@gmail.com> on 2022/11/15 19:44:08 UTC

SVN tool to get the Line of code

Hello Team,

We are using Subversion for the source code management  ( Software
development ).
Are there any SVN tools available to calculate the line of code

Re: SVN tool to get the Line of code

Posted by Pavel Lyalyakin via users <us...@subversion.apache.org>.
On Wed, Nov 16, 2022 at 3:08 PM Daniel Sahlberg
<da...@gmail.com> wrote:
>
> Den tis 15 nov. 2022 kl 20:45 skrev JITHIN K <ji...@gmail.com>:
>>
>> Hello Team,
>>
>> We are using Subversion for the source code management  ( Software development ).
>> Are there any SVN tools available to calculate the line of code
>>
>
> I can't really understand what you are looking for, it seems the question was cut short in the middle.
>
> Kind regards,
> Daniel

I think that the user wants to see Lines of Code (LoC) metrics and
reports for the code stored in the SVN repositories. AFAIK, there are
several tools for this, but I cannot recommend any in particular. I'm
pretty sure that searching the web will give a lot of various options.

I also know that Visual Studio 2019 (16.4 and later) and Visual Studio
2022 support the "Lines of Source code" and "Lines of Executable
code" metrics. I haven't tried this myself, though. Relevant sections
of the Visual Studio documentation:

* Code metrics values:
  https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-values

* How to: Generate code metrics data:
  https://learn.microsoft.com/en-us/visualstudio/code-quality/how-to-generate-code-metrics-data

* Use the Code Metrics Results window:
  https://learn.microsoft.com/en-us/visualstudio/code-quality/working-with-code-metrics-data

(Obviously this will work only for Visual Studio users).

Hope this helps!

--
With best regards,
Pavel Lyalyakin
VisualSVN Team

Re: SVN tool to get the Line of code

Posted by Daniel Sahlberg <da...@gmail.com>.
Den tis 15 nov. 2022 kl 20:45 skrev JITHIN K <ji...@gmail.com>:

> Hello Team,
>
> We are using Subversion for the source code management  ( Software
> development ).
> Are there any SVN tools available to calculate the line of code
>
>
I can't really understand what you are looking for, it seems the question
was cut short in the middle.

Kind regards,
Daniel