Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
assume the following repository layout: project1 project2 project3 project1_a project1_b project1_c project1_d In order to consolidate things can I reorganize/rename the repository directories on the server to look like the following without corrupting anything? project1(new directory) +--- core(renamed project1 directory) +--- a(renamed project1_a directory) +--- b(renamed project1_b directory) +--- c(renamed project1_c directory) +--- d(renamed project1_d directory) project2 project3 I looked into using the modules/modules2 file to do this but viewvc doesn't appear to look at those files and the original projects still remain making things look cluttered. [project1_group] core = project1 a = project1_a b = project1_b c = project1_c d = project1_d