Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an ASP.Net Web Forms project under which the BO, BL, DA class files are stored in the App_Code folder. I just recently added 3 class libraries to the project namely(projectBO, projectBL, projectDA)

I use VisualSVN for version control with visual studio 2012.
I want to move the class files with version history from the App_Code to the respective class libraries.

How do i achieve this?

What I have tried:

I tried copying the .cs file to the class library folder. But the history is lost.
Posted
Comments
Graeme_Grant 12-Apr-22 23:49pm    
Why use a 10 year old version of VS & VisualSVN? Why not VS2022 & Github or Azure DevOps?
Christopher Fernandes 17-Apr-22 8:45am    
I am making changes to a legacy ASP.Net WebForms app for the firm.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900