Want to ask you about difficult case with perforce.So what do I have. There is a .Net WebSite project. It is under version control in perforce.The task is to have a solution which will contain this project (think that it also must be converted to WebApplication) and one more other subproject.The question is next: is it possible to make this changes and do not corrupt perforce history?For more details I am adding minimal explanation:For ex. there is something like this in p4\[code\] -WebProject (folder) --WebProject.csproject(VS project file) --some other files.....\[/code\]And as I understand after changes it must be smth like this\[code\] -WebSolution (folder) --WebSolution.sln (VS solution file) --WebProject (folder contained previous web site) --NewProject(project that should be added to solution)\[/code\]So is it possible to do changes and have normal web site files history in new implementation?