Forum OpenACS Development: How to replace forked package

Collapse
Posted by Malte Sussdorff on
Here is what I want to do:

Move /contrib/packages/survey to /packages/survey on HEAD using CVS.

I could copy all the files to /packages/survey/, make cvs add to add all new files, commit all files and be happy with. But what about files that are in /packages/survey but not in /contrib/packages/survey (not that I know of any, but I'd like to get the bigger picture) ?

Collapse
Posted by Jun Yamog on
Hi Malte,

I think you should cvs remove the files.  We don't want unused files there.  Normally what I do before the copy is I do a diff -q just for me to know which one I should delete.

Don't think that its a forked package, its just one big upgrade :)