Lines of code collecting from Subversion repos

2022-11-18 Thread Rajesh N
Hi Subversion support team,

Good Day !!!

We have a requirement for taking Lines of codes from subversion project repos.
Our requirement is to collect the information of users by their activity like 
how many lines of codes they added in project files compared to the last day, 
month, or particular period.
Could you please help us with the tool or command that can be used for taking 
lines of codes from project repos and visualizing them as a diagram or data 
metrics?

Here I am sharing our existing Subversion setup details and you could suggest 
me a tool for taking lines of codes or references.

OS version:  Ubuntu 20.04.5 LTS
Subversion: 1.13
Apache version: 2.4.41


Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | 
rajesh.n<mailto:rajes...@gesinfotek.com>@geservs.com<mailto:rajes...@gesinfotek.com>
 |
www.geservs.com<http://www.geservs.com/>|
[cid:image001.png@01D8F91E.1EF557C0]



RE: Lines of code collecting from Subversion repos

2022-11-21 Thread Rajesh N
Hi Pavel , 

Then where should I check for getting support on my query?  
Could you please help me with the contact link? 


Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | rajes...@geservs.com | 
www.geservs.com|  


-Original Message-
From: Pavel Lyalyakin  
Sent: 18 November 2022 04:48 PM
To: Rajesh N 
Cc: users@subversion.apache.org
Subject: Re: Lines of code collecting from Subversion repos

***ATTENTION: This message was received from an EXTERNAL source.***


On Fri, Nov 18, 2022 at 2:50 PM Rajesh N  wrote:
>
> Hi Subversion support team,

Please note that this is not a "support team". This is a public list for 
Subversion users:
https://subversion.apache.org/mailing-lists.html#users-ml

> Good Day !!!
>
>
>
> We have a requirement for taking Lines of codes from subversion project repos.
>
> Our requirement is to collect the information of users by their activity like 
> how many lines of codes they added in project files compared to the last day, 
> month, or particular period.
>
> Could you please help us with the tool or command that can be used for taking 
> lines of codes from project repos and visualizing them as a diagram or data 
> metrics?
>
> Here I am sharing our existing Subversion setup details and you could suggest 
> me a tool for taking lines of codes or references.

AFAIK, there are various tools for calculating the Lines of Code (LoC) metric. 
I haven't tried any of them myself and therefore cannot suggest any in 
particular. However, searching the web for something like 'Subversion Lines of 
Code statistics', 'Subversion Lines of Code reports' or 'Subversion Lines of 
Code metric' shows different ways to generate such metrics.

BTW, what exactly are you going to do with these lines of code metrics? Do you 
plan to use them to measure productivity of the developers? What's your use 
case?

I hope that you know that measuring lines of code is - putting it lightly - is 
not the best way to measure productivity of a developer:
https://stackoverflow.blog/2020/12/07/measuring-developer-productivity/#h-the-pitfalls-of-output-measurement.
You may want to think about another approach if your task is to measure 
performance of your development team.

Thank you.

> OS version:  Ubuntu 20.04.5 LTS
> Subversion: 1.13
> Apache version: 2.4.41
>
>
>
>
>
> Best Regards,
>
> Rajesh N
>
> Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 
> 8289836955 | T: +91 471 2700175 | rajes...@geservs.com |
>
> www.geservs.com|
>
>



--
With best regards,
Pavel Lyalyakin
VisualSVN Team


RE: Lines of code collecting from Subversion repos

2022-11-21 Thread Rajesh N
Hi Pavel ,  

We are planning to track the user's availability in project repos in some other 
ways we can say it's productivity tracking of each user.
I tracked few tools but better tools are outdated and not getting better 
support or correct packages for them.  

Tools are :

1 # SVNplot - Old tool not updated since 2013 . 
2#  SVNStat - it don't have info about users. Just had LOC details . 

Somebody can give more details . 

  

Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | rajes...@geservs.com | 
www.geservs.com|  


-Original Message-
From: Rajesh N 
Sent: 21 November 2022 09:53 AM
To: Pavel Lyalyakin 
Cc: users@subversion.apache.org
Subject: RE: Lines of code collecting from Subversion repos

Hi Pavel , 

Then where should I check for getting support on my query?  
Could you please help me with the contact link? 


Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | rajes...@geservs.com | www.geservs.com|  


-Original Message-
From: Pavel Lyalyakin  
Sent: 18 November 2022 04:48 PM
To: Rajesh N 
Cc: users@subversion.apache.org
Subject: Re: Lines of code collecting from Subversion repos

***ATTENTION: This message was received from an EXTERNAL source.***


On Fri, Nov 18, 2022 at 2:50 PM Rajesh N  wrote:
>
> Hi Subversion support team,

Please note that this is not a "support team". This is a public list for 
Subversion users:
https://subversion.apache.org/mailing-lists.html#users-ml

> Good Day !!!
>
>
>
> We have a requirement for taking Lines of codes from subversion project repos.
>
> Our requirement is to collect the information of users by their activity like 
> how many lines of codes they added in project files compared to the last day, 
> month, or particular period.
>
> Could you please help us with the tool or command that can be used for taking 
> lines of codes from project repos and visualizing them as a diagram or data 
> metrics?
>
> Here I am sharing our existing Subversion setup details and you could suggest 
> me a tool for taking lines of codes or references.

AFAIK, there are various tools for calculating the Lines of Code (LoC) metric. 
I haven't tried any of them myself and therefore cannot suggest any in 
particular. However, searching the web for something like 'Subversion Lines of 
Code statistics', 'Subversion Lines of Code reports' or 'Subversion Lines of 
Code metric' shows different ways to generate such metrics.

BTW, what exactly are you going to do with these lines of code metrics? Do you 
plan to use them to measure productivity of the developers? What's your use 
case?

I hope that you know that measuring lines of code is - putting it lightly - is 
not the best way to measure productivity of a developer:
https://stackoverflow.blog/2020/12/07/measuring-developer-productivity/#h-the-pitfalls-of-output-measurement.
You may want to think about another approach if your task is to measure 
performance of your development team.

Thank you.

> OS version:  Ubuntu 20.04.5 LTS
> Subversion: 1.13
> Apache version: 2.4.41
>
>
>
>
>
> Best Regards,
>
> Rajesh N
>
> Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 
> 8289836955 | T: +91 471 2700175 | rajes...@geservs.com |
>
> www.geservs.com|
>
>



--
With best regards,
Pavel Lyalyakin
VisualSVN Team


LDAP authentication not working after the domain controller changed

2023-11-10 Thread Rajesh N
Hello Team ,

We are using LDAP authentication in SVN and recently we moved old DC to new DC 
(Windows Server 2019 ) .
After moving Subversion LDAP authentication is not working with the new DC, 
which is causing the old DC to fail. But LDAP authentication is working 
perfectly when the old DC up.
Ensured that the LDAP configuration points to the new DC. However, there is 
some kind of dependency with old DC that we cannot trace.

Any idea about this dependency? Any expert advice?
Sharing the version of the subversion server and the configuration of LDAP 
below.
SVN server versions:

OS : Ubuntu 20.4.5 LTS
Subversrion : 1.13.0
Apache : 2.4

And LDAP Configuration in the Apache config file is


[cid:image001.png@01DA13DA.61B12AD0]


Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | 
rajesh.n<mailto:rajes...@gesinfotek.com>@geservs.com<mailto:rajes...@gesinfotek.com>
 |
www.geservs.com<http://www.geservs.com/>|
[cid:image002.png@01DA13DA.61B12AD0]



RE: LDAP authentication not working after the domain controller changed

2023-11-15 Thread Rajesh N
Hello Daniel ,


You were right.
The issue is sorted.
It was caused by DNS resolving. We assigned the server a static IP address and 
pointed DNS to a new server.
It's now operational, and we have shut down the old DC to ensure that the new 
DC is working.




Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | 
rajesh.n<mailto:rajes...@gesinfotek.com>@geservs.com<mailto:rajes...@gesinfotek.com>
 |
www.geservs.com<http://www.geservs.com/>|
[cid:image001.png@01DA1889.75685950]

From: Daniel Sahlberg 
Sent: Friday, November 10, 2023 5:37 PM
To: Rajesh N 
Cc: users@subversion.apache.org
Subject: Re: LDAP authentication not working after the domain controller changed

***ATTENTION: This message was received from an EXTERNAL source.***


Den fre 10 nov. 2023 kl 11:58 skrev Rajesh N 
mailto:rajes...@geservs.com>>:

Hello Team ,

We are using LDAP authentication in SVN and recently we moved old DC to new DC 
(Windows Server 2019 ) .
After moving Subversion LDAP authentication is not working with the new DC, 
which is causing the old DC to fail. But LDAP authentication is working 
perfectly when the old DC up.
Ensured that the LDAP configuration points to the new DC. However, there is 
some kind of dependency with old DC that we cannot trace.

Any idea about this dependency? Any expert advice?

Have you double checked that the DNS settings are correct so that there isn't 
anything in them pointing to the old DC? I don't really know LDAP but I know 
other parts of Active Directory are very dependent on the DNS records pointing 
to the new DC server.

Kind regards,
Daniel

Sharing the version of the subversion server and the configuration of LDAP 
below.
SVN server versions:

OS : Ubuntu 20.4.5 LTS
Subversrion : 1.13.0
Apache : 2.4

And LDAP Configuration in the Apache config file is


[cid:image002.png@01DA1889.75685950]

Best Regards,
Rajesh N
Lead  IT&Network | Kimball Electronics (India) Pvt Ltd | M: +91 8289836955 | T: 
+91 471 2700175 | 
rajesh.n<mailto:rajes...@gesinfotek.com>@geservs.com<mailto:rajes...@gesinfotek.com>
 |
www.geservs.com<http://www.geservs.com/>|
[cid:image001.png@01DA1889.75685950]