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.
Youssef Mohammed wrote: > Is there a way to change the module name is a cvs repository ? If you're talking about a repository directory name, this is the same situation as moving a file from one directory to another, and the same options and caveats apply. Brute force method is to rename the directory inside the repository. But this means that every code dependent on the previous name will fail, even if an earlier tag is checked out: it will have the module under the new name. Good thing to do is probably to release module from all sandboxes before doing this. A softer method is to remove it at the old location and re-add it at the new location. Prior tags continue to work (using the old name), but the files in the new module won't have any prior history. Gerhard